Searched refs:InitAshmem (Results 1 – 7 of 7) sorted by relevance
61 EXPECT_EQ(HDF_SUCCESS, audioCapturelatencyImpl_->InitAshmem(ashmemLength));82 EXPECT_EQ(HDF_FAILURE, audioCapturelatencyImpl_->InitAshmem(ashmemLength));
50 int32_t AudioCaptureExtImpl::InitAshmem(int32_t ashmemLength) in InitAshmem() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl310 int32_t ret = InitAshmem(ashmemLength_); in ReqMmapBuffer()
48 int32_t AudioRenderExtImpl::InitAshmem(int32_t ashmemLength) in InitAshmem() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl428 int32_t ret = InitAshmem(ashmemLength_); in ReqMmapBuffer()
68 EXPECT_EQ(HDF_SUCCESS, audioRenderlatencyImpl_->InitAshmem(ashmemLength));115 EXPECT_EQ(HDF_FAILURE, audioRenderlatencyImpl_->InitAshmem(ashmemLength));
83 int32_t InitAshmem(int32_t ashmemLength);
98 int32_t InitAshmem(int32_t ashmemLength);
100 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