/AliOS-Things-master/components/SDL2/test/ |
A D | testtimer.c | 27 ticktock(Uint32 interval, void *param) in ticktock() 34 callback(Uint32 interval, void *param) in callback()
|
A D | testautomation_timer.c | 107 Uint32 SDLCALL _timerTestCallback(Uint32 interval, void *param) in _timerTestCallback()
|
/AliOS-Things-master/components/mqtt/MQTTClient-C/ |
A D | MQTTLinux.c | 38 struct timeval interval = {timeout / 1000, (timeout % 1000) * 1000}; in TimerCountdownMS() local 47 struct timeval interval = {timeout, 0}; in TimerCountdown() local 64 struct timeval interval = {timeout_ms / 1000, (timeout_ms % 1000) * 1000}; in linux_read() local
|
/AliOS-Things-master/components/SDL2/src/timer/ |
A D | SDL_timer.c | 36 Uint32 interval; member 108 Uint32 tick, now, interval, delay; in SDL_TimerThread() local 279 SDL_AddTimer(Uint32 interval, SDL_TimerCallback callback, void *param) in SDL_AddTimer()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | pcan_gain_control.c | 24 const int16_t interval = MostSignificantBit32(x); in WideDynamicFunction() local
|
A D | pcan_gain_control_util.c | 66 int interval; in PcanGainControlPopulateState() local
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_haptic.h | 489 Uint16 interval; /**< How soon it can be triggered again after button. */ member 572 Uint16 interval; /**< How soon it can be triggered again after button. */ member 624 Uint16 interval; /**< How soon it can be triggered again after button. */ member 660 Uint16 interval; /**< How soon it can be triggered again after button. */ member 725 Uint16 interval; /**< How soon it can be triggered again after button. */ member
|
A D | SDL_system.h | 94 #define SDL_iOSSetAnimationCallback(window, interval, callback, callbackParam) SDL_iPhoneSetAnimati… argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/common/ |
A D | app_spec_ostimer.h | 12 uint32_t interval; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | backward_references_cost_enc.c | 203 CostInterval* const interval) { in CostIntervalAddToFreeList() 209 const CostInterval* const interval) { in CostIntervalIsInFreeList() 223 const CostInterval* interval) { in DeleteIntervalList() 356 CostInterval* const interval) { in PopInterval() 463 CostInterval* interval = manager->head_; in PushInterval() local
|
/AliOS-Things-master/components/oss/src/model/ |
A D | PutLiveChannelRequest.cc | 70 void PutLiveChannelRequest::setInterval(uint64_t interval) in setInterval()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclopengles.c | 141 NACL_GLES_SetSwapInterval(_THIS, int interval) in NACL_GLES_SetSwapInterval()
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspgl.c | 154 PSP_GL_SetSwapInterval(_THIS, int interval) in PSP_GL_SetSwapInterval()
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bopengl.cc | 136 int HAIKU_GL_SetSwapInterval(_THIS, int interval) { in HAIKU_GL_SetSwapInterval()
|
/AliOS-Things-master/components/posix/src/ |
A D | sched.c | 237 int sched_rr_get_interval(pid_t pid, struct timespec *interval) in sched_rr_get_interval()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/ |
A D | bt_host_adapter.h | 21 uint16_t interval; member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/ |
A D | bt_host_adapter.h | 21 uint16_t interval; member
|
A D | module_bt_host.c | 129 int32_t type, interval, window; in native_bt_host_start_scan() local
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | modble.h | 55 uint16_t interval; member
|
/AliOS-Things-master/components/ble_host/include/ |
A D | hci_api.h | 209 uint16_t interval; member
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | gl.c | 218 glSetSwapInterval(_THIS, int interval) in glSetSwapInterval()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11opengl.c | 850 X11_GL_SetSwapInterval(_THIS, int interval) in X11_GL_SetSwapInterval() 906 unsigned int interval = 0; in X11_GL_GetSwapInterval() local
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_opengl.c | 231 DirectFB_GL_SetSwapInterval(_THIS, int interval) in DirectFB_GL_SetSwapInterval()
|
/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/ |
A D | awss_registrar.c | 507 int awss_report_set_interval(char *key, char *dev_name, int interval) in awss_report_set_interval() 582 int interval = 0; in awss_report_enrollee_reply() local
|
/AliOS-Things-master/components/py_engine/modules/mqtt/ |
A D | mqttclient.c | 128 int interval = mp_obj_get_int(args[3]); in mqtt_connect() local
|