Home
last modified time | relevance | path

Searched refs:InitAshmem (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/
H A Daudio_capture_ext_impl_test.cpp61 EXPECT_EQ(HDF_SUCCESS, audioCapturelatencyImpl_->InitAshmem(ashmemLength));
82 EXPECT_EQ(HDF_FAILURE, audioCapturelatencyImpl_->InitAshmem(ashmemLength));
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp50 int32_t AudioCaptureExtImpl::InitAshmem(int32_t ashmemLength) in InitAshmem() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
310 int32_t ret = InitAshmem(ashmemLength_); in ReqMmapBuffer()
H A Daudio_render_ext_impl.cpp48 int32_t AudioRenderExtImpl::InitAshmem(int32_t ashmemLength) in InitAshmem() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
428 int32_t ret = InitAshmem(ashmemLength_); in ReqMmapBuffer()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/
H A Daudio_render_ext_impl_test.cpp68 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->InitAshmem(ashmemLength));
115 EXPECT_EQ(HDF_FAILURE, audioRenderlatencyImpl_->InitAshmem(ashmemLength));
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_capture_ext_impl.h83 int32_t InitAshmem(int32_t ashmemLength);
H A Daudio_render_ext_impl.h98 int32_t InitAshmem(int32_t ashmemLength);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp100 int32_t InitAshmem(const struct AudioSampleAttributes &attrs);
310 InitAshmem(param); // The remote fast source first start in CreateCapture()
318 int32_t RemoteFastAudioCapturerSourceInner::InitAshmem(const struct AudioSampleAttributes &attrs) in InitAshmem() function in OHOS::AudioStandard::RemoteFastAudioCapturerSourceInner