/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/ |
A D | generic_level_srv.c | 61 u8_t delay = 0; in _generic_level_analyze() local 231 u8_t delay = 0; in _generic_delta_analyze() local 324 u8_t delay = 0; in _generic_level_move_analyze() local
|
A D | generic_onoff_srv.c | 66 u8_t delay = 0; in _generic_onoff_analyze() local
|
A D | light_ctl_srv.c | 123 u8_t delay = 0; in _ctl_analyze() local 509 u8_t delay = 0; in _ctl_temp_analyze() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/ |
A D | speech_aec.h | 22 int32_t delay; member
|
A D | compexp.h | 19 int32_t delay; member
|
A D | speech_fir_calibration.h | 19 float delay; // fraction delay for main mic member
|
A D | echo_canceller.h | 26 int32_t delay; member
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_haptic.h | 485 Uint16 delay; /**< Delay before starting the effect. */ member 568 Uint16 delay; /**< Delay before starting the effect. */ member 620 Uint16 delay; /**< Delay before starting the effect. */ member 656 Uint16 delay; /**< Delay before starting the effect. */ member 721 Uint16 delay; /**< Delay before starting the effect. */ member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/include/sig_model/ |
A D | generic_onoff_cli.h | 20 uint8_t delay; member
|
A D | generic_level_cli.h | 21 uint8_t delay; member
|
A D | light_ctl_cli.h | 27 uint8_t delay; member
|
A D | light_lightness_cli.h | 23 uint8_t delay; member
|
/AliOS-Things-master/components/amp/services/amp_boot/ |
A D | amp_boot_recovery.c | 135 int delay = 0, ret = -1, status_off = 1; in amp_recovery_init() local
|
/AliOS-Things-master/components/ble_host/bt_host/port/aos/ |
A D | work.c | 68 int k_delayed_work_submit(struct k_delayed_work *work, uint32_t delay) in k_delayed_work_submit()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | wait_test.cc | 66 void WaitTest(const Duration& spin_duration, const Duration& delay) { in WaitTest()
|
/AliOS-Things-master/components/SDL2/src/audio/alsa/ |
A D | SDL_alsa_audio.c | 266 const Uint32 delay = ((needed - (SDL_max(rc, 0))) * 1000) / this->spec.freq; in ALSA_WaitDevice() local 381 Uint32 delay = (frames_left / 2 * 1000) / this->spec.freq; in ALSA_PlayDevice() local 453 Uint32 delay = ((this->spec.samples * 1000) / this->spec.freq) * 2; in ALSA_CloseDevice() local
|
/AliOS-Things-master/components/SDL2/src/audio/alios/ |
A D | SDL_alios_audio.c | 240 Uint32 delay = ((this->spec.samples * 1000) / this->spec.freq) * 2; in AOS_CloseDevice() local
|
/AliOS-Things-master/components/genie_service/core/src/sig_models/ |
A D | sig_model_lightness_srv.c | 72 u8_t delay = 0; in _lightness_analyze() local
|
A D | sig_model_light_ctl_srv.c | 76 u8_t delay = 0; in _ctl_analyze() local
|
A D | sig_model_onoff_srv.c | 74 u8_t delay = 0; in _gen_onoff_analyze() local
|
/AliOS-Things-master/components/genie_service/core/inc/sig_models/ |
A D | sig_model.h | 34 u8_t delay; //unit:5ms member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_cookie.c | 87 void mbedtls_ssl_cookie_set_timeout( mbedtls_ssl_cookie_ctx *ctx, unsigned long delay ) in mbedtls_ssl_cookie_set_timeout()
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audio.c | 754 const Uint32 delay = ((device->spec.samples * 1000) / device->spec.freq); in SDL_RunAudio() local 766 const Uint32 delay = ((device->spec.samples * 1000) / device->spec.freq); in SDL_RunAudio() local 792 const Uint32 delay = ((device->spec.samples * 1000) / device->spec.freq); in SDL_CaptureAudio() local
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | udp_proxy.c | 152 int delay; /* delay 1 packet in N (none if 0) */ member 569 void delay_packet( packet *delay ) in delay_packet()
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_anim.h | 132 static inline void lv_anim_set_time(lv_anim_t * a, uint16_t duration, uint16_t delay) in lv_anim_set_time()
|