Home
last modified time | relevance | path

Searched defs:interval (Results 1 – 25 of 62) sorted by relevance

123

/AliOS-Things-master/components/SDL2/test/
A Dtesttimer.c27 ticktock(Uint32 interval, void *param) in ticktock()
34 callback(Uint32 interval, void *param) in callback()
A Dtestautomation_timer.c107 Uint32 SDLCALL _timerTestCallback(Uint32 interval, void *param) in _timerTestCallback()
/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTLinux.c38 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 DSDL_timer.c36 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 Dpcan_gain_control.c24 const int16_t interval = MostSignificantBit32(x); in WideDynamicFunction() local
A Dpcan_gain_control_util.c66 int interval; in PcanGainControlPopulateState() local
/AliOS-Things-master/components/SDL2/include/
A DSDL_haptic.h489 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 DSDL_system.h94 #define SDL_iOSSetAnimationCallback(window, interval, callback, callbackParam) SDL_iPhoneSetAnimati… argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/common/
A Dapp_spec_ostimer.h12 uint32_t interval; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_cost_enc.c203 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 DPutLiveChannelRequest.cc70 void PutLiveChannelRequest::setInterval(uint64_t interval) in setInterval()
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclopengles.c141 NACL_GLES_SetSwapInterval(_THIS, int interval) in NACL_GLES_SetSwapInterval()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspgl.c154 PSP_GL_SetSwapInterval(_THIS, int interval) in PSP_GL_SetSwapInterval()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bopengl.cc136 int HAIKU_GL_SetSwapInterval(_THIS, int interval) { in HAIKU_GL_SetSwapInterval()
/AliOS-Things-master/components/posix/src/
A Dsched.c237 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 Dbt_host_adapter.h21 uint16_t interval; member
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dbt_host_adapter.h21 uint16_t interval; member
A Dmodule_bt_host.c129 int32_t type, interval, window; in native_bt_host_start_scan() local
/AliOS-Things-master/components/py_engine/modules/ble/
A Dmodble.h55 uint16_t interval; member
/AliOS-Things-master/components/ble_host/include/
A Dhci_api.h209 uint16_t interval; member
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dgl.c218 glSetSwapInterval(_THIS, int interval) in glSetSwapInterval()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c850 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 DSDL_DirectFB_opengl.c231 DirectFB_GL_SetSwapInterval(_THIS, int interval) in DirectFB_GL_SetSwapInterval()
/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/
A Dawss_registrar.c507 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 Dmqttclient.c128 int interval = mp_obj_get_int(args[3]); in mqtt_connect() local

Completed in 41 milliseconds

123