Searched refs:ns (Results 1 - 8 of 8) sorted by relevance
/test/xts/hats/hdf/display/composer/benchmark/ |
H A D | display_benchmark_ut_test.cpp | 48 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 D | hdi_device_test.cpp | 280 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 D | hdi_device_test.h | 58 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
|
/test/xts/hats/hdf/display/composer/unittest_additional/ |
H A D | hdi_composer_ut.h | 46 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
|
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.h | 48 void NotifyVblank(unsigned int sequence, uint64_t ns, const void* data);
|
H A D | hdi_composer_ut.cpp | 118 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 D | threadsndk.cpp | 38 #define ns (1000000000L)
macro 180 return us * (sd - PARAM_1) + (ns + nsd) / ms;
in ustimer()
|
H A D | threadsndk1.cpp | 583 #define ns (1000000000L)
macro 589 return us * (sd - PARAM_1) + (ns + nsd) / ms;
in ustimer()
|
Completed in 8 milliseconds