Home
last modified time | relevance | path

Searched refs:MS_TO_US (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/tests/
DSessionRecordsTest.cpp24 #define MS_TO_US(x) (x * 1000) macro
73 ASSERT_EQ(MS_TO_US(4), mRecords->getMaxDuration().value()); in TEST_F()
74 ASSERT_EQ(MS_TO_US(3), mRecords->getAvgDuration().value()); in TEST_F()
80 ASSERT_EQ(MS_TO_US(3), mRecords->getMaxDuration().value()); in TEST_F()
81 ASSERT_EQ(MS_TO_US(2), mRecords->getAvgDuration().value()); in TEST_F()
88 ASSERT_EQ(MS_TO_US(8), mRecords->getMaxDuration().value()); in TEST_F()
89 ASSERT_EQ(MS_TO_US(6), mRecords->getAvgDuration().value()); in TEST_F()
120 ASSERT_EQ(MS_TO_US(19), mRecords->getMaxDuration().value()); in TEST_F()
121 ASSERT_EQ(MS_TO_US(11), mRecords->getAvgDuration().value()); in TEST_F()
134 ASSERT_EQ(MS_TO_US(16), mRecords->getMaxDuration().value()); in TEST_F()
[all …]
/aosp_15_r20/device/generic/car/emulator/audio/driver/
Dext_pcm.c36 #define MS_TO_US 1000 macro
102 usleep(MIXER_INTERVAL_MS * MS_TO_US); in mixer_thread_loop()
/aosp_15_r20/external/python/cpython3/Python/
Dpytime.c20 #define MS_TO_US 1000 macro
21 #define SEC_TO_US (SEC_TO_MS * MS_TO_US)
25 #define MS_TO_NS (MS_TO_US * US_TO_NS)