Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/pm/
A Dmodule_pm.c116 int msec; in native_pm_wakelock_timedlock() local
127 msec = duk_get_uint(ctx, 0); in native_pm_wakelock_timedlock()
129 if (aos_wakelock_timedlock(w, msec) < 0) { in native_pm_wakelock_timedlock()
/AliOS-Things-master/components/amp_adapter/include/
A Daos_pm.h61 int aos_wakelock_timedlock(void *wakelock, unsigned int msec);
/AliOS-Things-master/components/amp-utility/python/
A DPlayer.py364 def set_standby(msec): argument
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.h68 uint32_t msec; member
A Daiot_ntp_api.c71 recv.data.local_time.msec = date.msec; in _ntp_recv_handler()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_ntp.c79 packet->data.local_time.msec, in aiot_app_ntp_recv_handler()
94 ntp_params->msecond = packet->data.local_time.msec; in aiot_app_ntp_recv_handler()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_ntp.c73 packet->data.local_time.msec, in aiot_app_ntp_recv_handler()
88 ntp_params->msecond = packet->data.local_time.msec; in aiot_app_ntp_recv_handler()
/AliOS-Things-master/components/uvoice/include/
A Duvoice_player.h66 int (*set_standby)(int msec);
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_string.h19 uint32_t msec; member
A Dcore_string.c268 date->msec = utc % 1000; in core_utc2date()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_aos.h82 static inline void os_msleep(int msec) in os_msleep() argument
84 aos_msleep(msec); in os_msleep()
A Duvoice_amp.h89 static inline void os_msleep(int msec) in os_msleep() argument
91 amp_msleep(msec); in os_msleep()
A Duvoice_linux.h98 static inline void os_msleep(int msec) in os_msleep() argument
100 usleep(msec * 1000); in os_msleep()
A Duvoice_alios.h133 static inline void os_msleep(int msec) in os_msleep() argument
135 aos_msleep(msec); in os_msleep()
/AliOS-Things-master/components/posix/src/
A Dpthread.c253 uint64_t msec = AOS_WAIT_FOREVER; in pthread_timedjoin_np() local
289 msec = sec * 1000 + nsec / 1000000; in pthread_timedjoin_np()
292 ret = aos_sem_wait(&(ptcb->join_sem), msec); in pthread_timedjoin_np()
/AliOS-Things-master/components/mbedtls/library/
A Dtiming.c391 static void busy_msleep( unsigned long msec ) in busy_msleep() argument
399 while( mbedtls_timing_get_timer( &hires, 0 ) < msec ) in busy_msleep()
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.c234 static int OsStartTimer(aos_timer_t *timerid, int msec, int mode);
1739 static int OsStartTimer(aos_timer_t *timerid, int msec, int mode) in OsStartTimer() argument
1757 ret = aos_timer_change(timerid, msec); in OsStartTimer()
1759 ret = aos_timer_change_once(timerid, msec); in OsStartTimer()
/AliOS-Things-master/components/py_engine/modules/audio/
A Duvoiceplayer.c430 int msec = mp_obj_get_int(msec_in); in uvoice_set_standby() local
431 mp_int_t ret = self->player_obj->set_standby(msec); in uvoice_set_standby()
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_message.c296 packet->data.local_time.msec, packet->data.local_time.timestamp); in aiot_ntp_recv_handler()
/AliOS-Things-master/components/uvoice/media/
A Duvoice_player.c3140 static int player_set_standby(int msec) in player_set_standby() argument
3149 if (msec < 0) { in player_set_standby()
3150 M_LOGE("arg %d invalid !\n", msec); in player_set_standby()
3156 if (player->standby_msec != msec) in player_set_standby()
3157 player->standby_msec = msec; in player_set_standby()

Completed in 48 milliseconds