Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 – 21 of 21) sorted by relevance

/drivers/peripheral/usb/test/fuzztest/usbhost_fuzzer/
Dusbhost_fuzzer.cpp35 const int32_t SLEEP_TIME = 3; variable
74 sleep(SLEEP_TIME); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/usb/test/fuzztest/usbcommonfunction_fuzzer/
Dusbcommonfunction_fuzzer.h30 const int32_t SLEEP_TIME = 3; variable
Dusbcommonfunction_fuzzer.cpp27 sleep(SLEEP_TIME); in UsbFuzzTestHostModeInit()
/drivers/peripheral/usb/test/benchmarktest/
Dusb_benchmark_function_test.cpp30 constexpr int32_t SLEEP_TIME = 3; variable
45 sleep(SLEEP_TIME); in SetUp()
Dusb_benchmark_device_test.cpp32 const int SLEEP_TIME = 3; variable
47 sleep(SLEEP_TIME); in SetUp()
Dusb_benchmark_request_test.cpp36 const int SLEEP_TIME = 3; variable
77 sleep(SLEEP_TIME); in SetUp()
Dusb_benchmark_transfer_test.cpp38 const int SLEEP_TIME = 3; variable
108 sleep(SLEEP_TIME); in SetUp()
/drivers/peripheral/usb/test/fuzztest/usbsetcurrentfunctions_fuzzer/
Dusbsetcurrentfunctions_fuzzer.cpp31 sleep(SLEEP_TIME); in UsbSetCurrentFunctionsFuzzTest()
/drivers/peripheral/light/test/benchmarktest/
Dhdf_light_benchmark_test.cpp38 constexpr uint32_t SLEEP_TIME = 3; variable
115 OsalMSleep(SLEEP_TIME); in BENCHMARK_F()
152 OsalMSleep(SLEEP_TIME); in BENCHMARK_F()
/drivers/peripheral/usb/test/moduletest/common/
Dusb_host_serial_func_test.cpp24 #define SLEEP_TIME 2 macro
418 sleep(SLEEP_TIME);
420 sleep(SLEEP_TIME);
427 sleep(SLEEP_TIME);
/drivers/peripheral/usb/test/fuzztest/usbopendevice_fuzzer/
Dusbopendevice_fuzzer.cpp31 sleep(SLEEP_TIME); in UsbOpenDeviceFuzzTest()
/drivers/peripheral/usb/test/unittest/hal/src/
Dusbd_device_test.cpp32 const int SLEEP_TIME = 3; variable
49 sleep(SLEEP_TIME); in SetUpTestCase()
Dusbd_interface_test.cpp35 const int SLEEP_TIME = 3; variable
63 sleep(SLEEP_TIME); in SetUpTestCase()
Dusbd_function_test.cpp28 constexpr int32_t SLEEP_TIME = 3; variable
51 sleep(SLEEP_TIME); in SetUpTestCase()
Dusbfn_mtp_test.cpp44 constexpr int32_t SLEEP_TIME = 3; variable
181 sleep(SLEEP_TIME); in SetUpTestCase()
Dusbd_request_test.cpp27 const int SLEEP_TIME = 3; variable
65 sleep(SLEEP_TIME); in SetUpTestCase()
Dusbd_transfer_test.cpp30 const int SLEEP_TIME = 3; variable
97 sleep(SLEEP_TIME); in SetUpTestCase()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
Dstream_tunnel.cpp66 constexpr int32_t SLEEP_TIME = 2000; in GetBuffer() local
73 usleep(SLEEP_TIME); in GetBuffer()
/drivers/hdf_core/framework/model/audio/common/src/
Daudio_platform_base.c26 const int32_t SLEEP_TIME = 5; variable
517 OsalMSleep(SLEEP_TIME); in AudioMmapWriteTransfer()
522 OsalMSleep(SLEEP_TIME); in AudioMmapWriteTransfer()
674 OsalMSleep(SLEEP_TIME); in AudioMmapReadTransfer()
681 OsalMSleep(SLEEP_TIME); in AudioMmapReadTransfer()
/drivers/peripheral/usb/ddk/device/src/
Dadapter_if_liteos.c33 #define SLEEP_TIME 100000 macro
48 usleep(SLEEP_TIME); in UsbFnAdapterOpenFn()
239 usleep(SLEEP_TIME); in UsbFnAdapterOpenPipe()
/drivers/peripheral/usb/ddk/host/src/
Dlinux_adapter.c30 #define SLEEP_TIME 500000 macro
192 usleep(SLEEP_TIME); in OsGetUsbFd()