Searched refs:positionCB (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | audio_capturer_extra_unit_test.cpp | 1036 …shared_ptr<CapturerPositionCallbackTest> positionCB = std::make_shared<CapturerPositionCallbackTes… variable 1037 ret = audioCapturer->SetCapturerPositionCallback(VALUE_THOUSAND, positionCB); 1092 …shared_ptr<CapturerPositionCallbackTest> positionCB = std::make_shared<CapturerPositionCallbackTes… variable 1093 ret = audioCapturer->SetCapturerPositionCallback(VALUE_ZERO, positionCB); 1096 ret = audioCapturer->SetCapturerPositionCallback(VALUE_NEGATIVE, positionCB); 1113 …shared_ptr<CapturerPeriodPositionCallbackTest> positionCB = std::make_shared<CapturerPeriodPositio… variable 1114 ret = audioCapturer->SetCapturerPeriodPositionCallback(VALUE_THOUSAND, positionCB); 1169 …shared_ptr<CapturerPeriodPositionCallbackTest> positionCB = std::make_shared<CapturerPeriodPositio… variable 1170 ret = audioCapturer->SetCapturerPeriodPositionCallback(VALUE_ZERO, positionCB); 1173 ret = audioCapturer->SetCapturerPeriodPositionCallback(VALUE_NEGATIVE, positionCB);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_fast_renderer_unit_test.cpp | 150 …shared_ptr<RendererPositionCallbackTest> positionCB = std::make_shared<RendererPositionCallbackTes… variable 151 ret = audioRenderer->SetRendererPositionCallback(VALUE_THOUSAND, positionCB);
|
H A D | audio_renderer_unit_test.cpp | 5130 …shared_ptr<RendererPositionCallbackTest> positionCB = std::make_shared<RendererPositionCallbackTes… variable 5131 ret = audioRenderer->SetRendererPositionCallback(VALUE_THOUSAND, positionCB); 5186 …shared_ptr<RendererPositionCallbackTest> positionCB = std::make_shared<RendererPositionCallbackTes… variable 5187 ret = audioRenderer->SetRendererPositionCallback(VALUE_ZERO, positionCB); 5190 ret = audioRenderer->SetRendererPositionCallback(VALUE_NEGATIVE, positionCB); 5207 …shared_ptr<RendererPeriodPositionCallbackTest> positionCB = std::make_shared<RendererPeriodPositio… variable 5208 ret = audioRenderer->SetRendererPeriodPositionCallback(VALUE_THOUSAND, positionCB); 5263 shared_ptr<RendererPeriodPositionCallbackTest> positionCB = variable 5265 ret = audioRenderer->SetRendererPeriodPositionCallback(VALUE_ZERO, positionCB); 5268 ret = audioRenderer->SetRendererPeriodPositionCallback(VALUE_NEGATIVE, positionCB);
|