Home
last modified time | relevance | path

Searched refs:ns (Results 1 - 8 of 8) sorted by relevance

/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_ut_test.cpp48 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
74 static void TestVBlankCallback(unsigned int sequence, uint64_t ns, void* data) in TestVBlankCallback() argument
77 DISPLAY_TEST_LOGE("seq %{public}d ns %" PRId64 " duration %" PRId64 " ns", sequence, ns, (ns - lastns)); in TestVBlankCallback()
78 lastns = ns; in TestVBlankCallback()
79 VblankCtr::GetInstance().NotifyVblank(sequence, ns, data); in TestVBlankCallback()
82 void VblankCtr::NotifyVblank(unsigned int sequence, uint64_t ns, const void* data) in NotifyVblank() argument
86 DISPLAY_TEST_LOGE("sequence = %{public}u, ns in NotifyVblank()
[all...]
/test/xts/hats/hdf/display/composer/moduletest/
H A Dhdi_device_test.cpp280 static void TestVBlankCallback(unsigned int sequence, uint64_t ns, void* data) in TestVBlankCallback() argument
283 DISPLAY_TEST_LOGE("seq %{public}d ns %" PRId64 " duration %" PRId64 " ns", sequence, ns, (ns - lastns)); in TestVBlankCallback()
284 lastns = ns; in TestVBlankCallback()
285 VblankCtr::GetInstance().NotifyVblank(sequence, ns, data); in TestVBlankCallback()
395 void VblankCtr::NotifyVblank(unsigned int sequence, uint64_t ns, const void* data) in NotifyVblank() argument
399 DISPLAY_TEST_LOGE("sequence = %{public}u, ns = %" PRIu64 "", sequence, ns); in NotifyVblank()
[all...]
H A Dhdi_device_test.h58 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
/test/xts/hats/hdf/display/composer/unittest_additional/
H A Dhdi_composer_ut.h46 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.h48 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
H A Dhdi_composer_ut.cpp118 static void TestVBlankCallback(unsigned int sequence, uint64_t ns, void* data) in TestVBlankCallback() argument
121 DISPLAY_TEST_LOGE("seq %{public}d ns %" PRId64 " duration %" PRId64 " ns", sequence, ns, (ns - lastns)); in TestVBlankCallback()
122 lastns = ns; in TestVBlankCallback()
123 VblankCtr::GetInstance().NotifyVblank(sequence, ns, data); in TestVBlankCallback()
219 void VblankCtr::NotifyVblank(unsigned int sequence, uint64_t ns, const void* data) in NotifyVblank() argument
223 DISPLAY_TEST_LOGE("sequence = %{public}u, ns = %" PRIu64 "", sequence, ns); in NotifyVblank()
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk.cpp38 #define ns (1000000000L) macro
180 return us * (sd - PARAM_1) + (ns + nsd) / ms; in ustimer()
H A Dthreadsndk1.cpp583 #define ns (1000000000L) macro
589 return us * (sd - PARAM_1) + (ns + nsd) / ms; in ustimer()

Completed in 8 milliseconds