Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_fast_renderer_unit_test.cpp156 …shared_ptr<RendererPositionCallbackTest> positionCB1 = std::make_shared<RendererPositionCallbackTe… variable
157 ret = audioRenderer->SetRendererPositionCallback(VALUE_THOUSAND, positionCB1);
435 …shared_ptr<RendererPeriodPositionCallbackTest> positionCB1 = std::make_shared<RendererPeriodPositi… variable
436 ret = audioRenderer->SetRendererPeriodPositionCallback(VALUE_ZERO, positionCB1);
439 ret = audioRenderer->SetRendererPeriodPositionCallback(VALUE_THOUSAND, positionCB1);
H A Daudio_renderer_unit_test.cpp5147 …shared_ptr<RendererPositionCallbackTest> positionCB1 = std::make_shared<RendererPositionCallbackTe… variable
5148 ret = audioRenderer->SetRendererPositionCallback(VALUE_THOUSAND, positionCB1);
5224 …shared_ptr<RendererPeriodPositionCallbackTest> positionCB1 = std::make_shared<RendererPeriodPositi… variable
5225 ret = audioRenderer->SetRendererPeriodPositionCallback(VALUE_THOUSAND, positionCB1);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_extra_unit_test.cpp1053 …shared_ptr<CapturerPositionCallbackTest> positionCB1 = std::make_shared<CapturerPositionCallbackTe… variable
1054 ret = audioCapturer->SetCapturerPositionCallback(VALUE_THOUSAND, positionCB1);
1130 …shared_ptr<CapturerPeriodPositionCallbackTest> positionCB1 = std::make_shared<CapturerPeriodPositi… variable
1131 ret = audioCapturer->SetCapturerPeriodPositionCallback(VALUE_THOUSAND, positionCB1);