Home
last modified time | relevance | path

Searched refs:usec (Results 1 – 24 of 24) sorted by relevance

/aosp12/system/extras/tests/schedtest/
H A Dschedtest.c37 long usec = (tv2.tv_sec - tv1.tv_sec) * 1000000 + tv2.tv_usec - tv1.tv_usec; in main() local
38 avg += usec; in main()
40 if (usec > max) max = usec; in main()
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_sample.py48 usec = (sample.time - sec * 1000000000) / 1000
51 usec, sample.period, event.name))
/aosp12/hardware/ti/am57x/libhwcomposer/
H A Ddisplay.h109 …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* …
H A Ddisplay.cpp57 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()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/
H A DphNxpEsePal.cpp219 void phPalEse_sleep(long usec) { in phPalEse_sleep() argument
220 usleep(usec); in phPalEse_sleep()
H A DphNxpEsePal.h176 void phPalEse_sleep(long usec);
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/
H A DphNxpEsePal.cpp240 void phPalEse_sleep(long usec) { in phPalEse_sleep() argument
241 usleep(usec); in phPalEse_sleep()
H A DphNxpEsePal.h183 void phPalEse_sleep(long usec);
/aosp12/frameworks/base/native/android/
H A Dsensor.cpp239 int ASensorEventQueue_setEventRate(ASensorEventQueue* queue, ASensor const* sensor, int32_t usec) { in ASensorEventQueue_setEventRate() argument
243 if (usec < 0) { in ASensorEventQueue_setEventRate()
249 static_cast<Sensor const*>(sensor), us2ns(usec)); in ASensorEventQueue_setEventRate()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/tests/
H A Dstreamworker_tests.cpp38 bool hasNoWorkerCycleCalled(useconds_t usec) { in hasNoWorkerCycleCalled() argument
40 usleep(usec); in hasNoWorkerCycleCalled()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/spi/
H A DphNxpEsePal_spi.h147 void phPalEse_spi_sleep(uint32_t usec);
/aosp12/hardware/interfaces/wifi/1.5/
H A Dtypes.hal143 * 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
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/inc/
H A DphNxpEse_Api.h234 ESESTATUS phNxpEse_Sleep(uint32_t usec);
/aosp12/bionic/libc/kernel/uapi/linux/netfilter/
H A Dnfnetlink_log.h40 __aligned_be64 usec; member
H A Dnfnetlink_queue.h42 __aligned_be64 usec; member
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/inc/
H A DphNxpEse_Api.h317 ESESTATUS phNxpEse_Sleep(uint32_t usec);
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp332 int32_t usec) { in ASensorEventQueue_setEventRate() argument
334 return queue->setEventRate(sensor, usec); in ASensorEventQueue_setEventRate()
/aosp12/system/logging/liblog/include/log/
H A Dlog_time.h141 uint64_t usec() const { in usec() function
/aosp12/frameworks/native/include_sensor/android/
H A Dsensor.h779 int ASensorEventQueue_setEventRate(ASensorEventQueue* queue, ASensor const* sensor, int32_t usec);
/aosp12/system/logging/logcat/
H A Dlogcatd.rc55 service logcatd /system/bin/logcatd -L -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v …
/aosp12/frameworks/native/include/android/
H A Dsensor.h779 int ASensorEventQueue_setEventRate(ASensorEventQueue* queue, ASensor const* sensor, int32_t usec);
/aosp12/system/update_engine/cros/
H A Dpayload_state.cc637 int64_t usec = duration_uptime.InMicroseconds(); in CollectAndReportAttemptMetrics() local
638 if (usec > 0) { in CollectAndReportAttemptMetrics()
639 double sec = static_cast<double>(usec) / Time::kMicrosecondsPerSecond; in CollectAndReportAttemptMetrics()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
H A DphNxpEse_Api.cpp1048 ESESTATUS phNxpEse_Sleep(uint32_t usec) { in phNxpEse_Sleep() argument
1049 phPalEse_sleep(usec); in phNxpEse_Sleep()
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
H A DphNxpEse_Api.cpp1640 ESESTATUS phNxpEse_Sleep(uint32_t usec) { in phNxpEse_Sleep() argument
1641 phPalEse_sleep(usec); in phNxpEse_Sleep()