Home
last modified time | relevance | path

Searched refs:period (Results 1 - 20 of 20) sorted by relevance

/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/
H A Dnativevsync.cpp126 long long period; in OHNativeVSyncGetPeriod() local
127 int ret = OH_NativeVSync_GetPeriod(nativeVSync, &period); in OHNativeVSyncGetPeriod()
142 long long period; in OHNativeVSyncGetPeriodFOne() local
143 int ret = OH_NativeVSync_GetPeriod(nullptr, &period); in OHNativeVSyncGetPeriodFOne()
297 long long period; in OHNativeVSyncGetPeriodNullptr() local
298 int res = OH_NativeVSync_GetPeriod(nullptr, &period); in OHNativeVSyncGetPeriodNullptr()
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
H A DAudioCaptureCommonTestAdditional.cpp102 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
1446 .period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE, in HWTEST_F()
1477 .period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE, in HWTEST_F()
1510 .period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE, in HWTEST_F()
1537 .period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE, in HWTEST_F()
1568 .period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE, in HWTEST_F()
1599 .period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE, in HWTEST_F()
1619 * @tc.desc : period is 3 * 1024
1629 .period = 3 * 1024, in HWTEST_F()
1650 * @tc.desc : period i
[all...]
/test/testfwk/arkxtest/uitest/connection/
H A Dipc_transactor.cpp209 constexpr auto period = chrono::milliseconds(WAIT_CONN_TIMEOUT_MS / PUBLISH_MAX_RETIES); in PublishCallerAndWaitForBackcaller() local
217 } while (tries < PUBLISH_MAX_RETIES && condition.wait_for(lock, period) == cv_status::timeout); in PublishCallerAndWaitForBackcaller()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H A Daudio_render_offload_benchmarktest.cpp66 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitRenderAttrs()
H A Daudio_render_mmap_benchmarktest.cpp65 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitRenderAttrs()
H A Daudio_render_benchmarktest.cpp101 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitRenderAttrs()
/test/xts/hats/hdf/audio/idl/common/adapter_multchannel/src/
H A Daudio_adapter_multchannel_test.cpp90 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitMultchannelAttrs()
H A Daudio_adapter_direct_test.cpp91 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitDirectAttrs()
/test/xts/hats/hdf/audio/idl/common/render/src/
H A Daudio_render_offload_test.cpp63 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitRenderAttrs()
H A Daudio_render_mmap_test.cpp60 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitRenderAttrs()
H A Daudio_render_common_test.cpp94 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitRenderAttrs()
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/
H A Daudio_adapter_benchmarktest.cpp92 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitAttrs()
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H A DAudioRenderMmapTest.cpp59 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitRenderAttrs()
H A DAudioRenderCommonTest.cpp91 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitRenderAttrs()
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.cpp1177 * @tc.desc: Get the current vblank period
1183 uint64_t period = 0; in HWTEST_F() local
1184 auto ret = g_composerDevice->GetDisplayVBlankPeriod(g_displayIds[0], period); in HWTEST_F()
1190 EXPECT_EQ(period != 0, true); in HWTEST_F()
/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_test.cpp633 uint64_t period = 0; in BENCHMARK_F() local
635 ret = g_composerDevice->GetDisplayVBlankPeriod(g_displayIds[0], period); in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp111 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
/test/xts/hats/hdf/audio/idl/common/adapter/src/
H A Daudio_adapter_common_test.cpp91 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitAttrs()
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp103 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
/test/xts/hats/hdf/audio/idl/common/adapter_additional/src/
H A Daudio_adapter_common_test.cpp93 attrs.period = DEEP_BUFFER_RENDER_PERIOD_SIZE; in InitAttrs()

Completed in 28 milliseconds