/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_screen_capture.cpp | 138 int32_t TestScreenCapture::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptu… in AcquireAudioBuffer() function in TestScreenCapture 143 return screenCapture->AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer()
|
H A D | test_screen_capture.h | 55 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_service_stub.h | 43 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)… 72 int32_t AcquireAudioBuffer(MessageParcel &data, MessageParcel &reply);
|
H A D | screen_capture_service_stub.cpp | 75 screenCaptureStubFuncs_[ACQUIRE_AUDIO_BUF] = &ScreenCaptureServiceStub::AcquireAudioBuffer; in Init() 254 int32_t ScreenCaptureServiceStub::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureServiceStub 259 return screenCaptureServer_->AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer() 513 int32_t ScreenCaptureServiceStub::AcquireAudioBuffer(MessageParcel &data, MessageParcel &reply) in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureServiceStub 519 int32_t ret = AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer()
|
H A D | screen_capture_service_proxy.h | 41 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)…
|
H A D | i_standard_screen_capture_service.h | 52 …virtual int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceTy…
|
H A D | screen_capture_service_proxy.cpp | 316 int32_t ScreenCaptureServiceProxy::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/ |
H A D | screen_capture_native_mock.cpp | 179 int32_t ScreenCaptureNativeMock::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureNativeMock 183 return screenCapture_->AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureacquireaudiobuffer_fuzzer/ |
H A D | screencaptureacquireaudiobuffer_fuzzer.cpp | 94 TestScreenCapture::AcquireAudioBuffer(buffer, type); in FuzzScreenCaptureAcquireAudioBuffer()
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_screen_capture_service.h | 43 …virtual int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceTy…
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/ |
H A D | screen_capture_client.cpp | 218 int32_t ScreenCaptureClient::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCap… in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureClient 222 return screenCaptureProxy_->AcquireAudioBuffer(audioBuffer, type); in AcquireAudioBuffer()
|
H A D | screen_capture_client.h | 45 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)…
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.h | 45 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audiobuffer, AudioCaptureSourceType type)…
|
H A D | screen_capture_impl.cpp | 345 int32_t ScreenCaptureImpl::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audiobuffer, AudioCaptu… in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureImpl 350 return screenCaptureService_->AcquireAudioBuffer(audiobuffer, type); in AcquireAudioBuffer()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/ |
H A D | screen_capture_native_mock.h | 42 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)…
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/ |
H A D | screen_capture_capi_mock.h | 42 int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer,
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/ |
H A D | screen_capture_mock.h | 87 …virtual int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceTy…
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | audio_capturer_wrapper.h | 68 int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer);
|
H A D | screen_capture_server.cpp | 1951 int32_t ScreenCaptureServer::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCap… in AcquireAudioBuffer() function in OHOS::Media::ScreenCaptureServer 1962 return micAudioCapture_->AcquireAudioBuffer(audioBuffer); in AcquireAudioBuffer() 1966 return innerAudioCapture_->AcquireAudioBuffer(audioBuffer); in AcquireAudioBuffer() 1982 if (micAudioCapture_->AcquireAudioBuffer(micAudioBuffer) != MSERR_OK) { in AcquireAudioBufferMix() 1988 if (innerAudioCapture_->AcquireAudioBuffer(innerAudioBuffer) != MSERR_OK) { in AcquireAudioBufferMix() 1994 if (micAudioCapture_->AcquireAudioBuffer(micAudioBuffer) != MSERR_OK) { in AcquireAudioBufferMix() 2000 if (innerAudioCapture_->AcquireAudioBuffer(innerAudioBuffer) != MSERR_OK) { in AcquireAudioBufferMix()
|
H A D | audio_capturer_wrapper.cpp | 346 int32_t AudioCapturerWrapper::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer) in AcquireAudioBuffer() function in OHOS::Media::AudioCapturerWrapper
|
H A D | screen_capture_server.h | 265 …int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, AudioCaptureSourceType type)…
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
H A D | native_avscreen_capture.cpp | 110 …static OH_AVSCREEN_CAPTURE_ErrCode AcquireAudioBuffer(const std::shared_ptr<ScreenCapture> &screen… in AcquireAudioBuffer() function in NativeScreenCaptureDataCallback 114 int32_t ret = screenCapture->AcquireAudioBuffer(aBuffer, type); in AcquireAudioBuffer() 161 … AcquireAudioBuffer(screenCaptureObj->screenCapture_, ohAvBuffer, timestamp, audioSourceType); in OnProcessAudioBuffer() 605 …screenCaptureObj->screenCapture_->AcquireAudioBuffer(aBuffer, static_cast<AudioCaptureSourceType>(… in OH_AVScreenCapture_AcquireAudioBuffer()
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | screen_capture.h | 259 …virtual int32_t AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audiobuffer, AudioCaptureSourceTy…
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test_state.cpp | 54 if (screenCapture_->AcquireAudioBuffer(audioBuffer, type) == MSERR_OK) { in OnAudioBufferAvailable() 265 EXPECT_NE(MSERR_OK, screenCapture_->AcquireAudioBuffer(audioBuffer, type)); in CheckDataCallbackAudio() 646 if (screenCapture_->AcquireAudioBuffer(audioBuffer, type) == MSERR_OK) { in AudioLoop() 672 if (screenCapture_->AcquireAudioBuffer(audioBuffer, type) == MSERR_OK) { in AudioLoopWithoutRelease()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
H A D | screen_capture_capi_mock.cpp | 291 int32_t ScreenCaptureCapiMock::AcquireAudioBuffer(std::shared_ptr<AudioBuffer> &audioBuffer, in AcquireAudioBuffer() function in ScreenCaptureCapiMock
|