/hardware/google/aemu/windows/src/ |
D | time.cpp | 133 void usleep(int64_t usec) { in usleep() argument 135 req.tv_sec = static_cast<time_t>(usec / 1'000'000); in usleep() 136 req.tv_nsec = static_cast<long>((usec % 1'000'000) * 1000); in usleep()
|
/hardware/ti/am57x/libhwcomposer/ |
D | display.h | 109 …static void page_flip_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, voi… 110 …static void vblank_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void* …
|
D | display.cpp | 57 void HWCDisplay::page_flip_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec,… in page_flip_handler() argument 102 void HWCDisplay::vblank_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, vo… in vblank_handler() argument 109 int64_t ts = sec * (int64_t)1000000000 + usec * (int64_t)1000; in vblank_handler()
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/ |
D | phNxpEsePal.cpp | 219 void phPalEse_sleep(long usec) { in phPalEse_sleep() argument 220 usleep(usec); in phPalEse_sleep()
|
D | phNxpEsePal.h | 176 void phPalEse_sleep(long usec);
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/spi/ |
D | phNxpEsePal_spi.h | 147 void phPalEse_spi_sleep(uint32_t usec);
|
/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/pal/ |
D | phNxpEsePal.cpp | 263 void phPalEse_sleep(long usec) { in phPalEse_sleep() argument 264 usleep(usec); in phPalEse_sleep()
|
D | phNxpEsePal.h | 204 void phPalEse_sleep(long usec);
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/wifi_hal_ctrl/ |
D | wifi_hal_ctrl.h | 208 char *reply, size_t *reply_len, time_t sec, suseconds_t usec);
|
D | wifi_hal_ctrl.c | 173 char *reply, size_t *reply_len, time_t sec, suseconds_t usec) in wifihal_ctrl_request2() argument 210 tv.tv_usec = usec; in wifihal_ctrl_request2()
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/inc/ |
D | phNxpEse_Api.h | 234 ESESTATUS phNxpEse_Sleep(uint32_t usec);
|
/hardware/interfaces/audio/core/all-versions/vts/functional/tests/ |
D | streamworker_tests.cpp | 38 bool hasNoWorkerCycleCalled(useconds_t usec) { in hasNoWorkerCycleCalled() argument 40 usleep(usec); in hasNoWorkerCycleCalled()
|
/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/inc/ |
D | phNxpEse_Api.h | 280 ESESTATUS phNxpEse_Sleep(uint32_t usec);
|
/hardware/google/aemu/windows/includes/ |
D | unistd.h | 176 int usleep(long usec);
|
/hardware/interfaces/wifi/1.5/ |
D | types.hal | 143 * Data packet min contention time (usec). It includes both the internal contention time 149 * Data packet max contention time (usec). It includes both the internal contention time 154 * Data packet average contention time (usec). It includes both the internal contention time
|
/hardware/interfaces/audio/aidl/common/tests/ |
D | streamworker_tests.cpp | 47 bool hasNoWorkerCycleCalled(useconds_t usec) { in hasNoWorkerCycleCalled() argument 49 usleep(usec); in hasNoWorkerCycleCalled()
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/ |
D | phNxpEse_Api.cpp | 1052 ESESTATUS phNxpEse_Sleep(uint32_t usec) { in phNxpEse_Sleep() argument 1053 phPalEse_sleep(usec); in phNxpEse_Sleep()
|
/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/lib/ |
D | phNxpEse_Api.cpp | 1430 ESESTATUS phNxpEse_Sleep(uint32_t usec) { in phNxpEse_Sleep() argument 1431 phPalEse_sleep(usec); in phNxpEse_Sleep()
|