Home
last modified time | relevance | path

Searched refs:RefreshAshmemInfo (Results 1 - 11 of 11) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Didaudio_hdi_callback.h43 virtual int32_t RefreshAshmemInfo(const int32_t streamId,
H A Ddaudio_manager_callback.h50 int32_t RefreshAshmemInfo(int32_t streamId, int fd, int32_t ashmemLength, int32_t lengthPerTrans) override;
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/include/
H A Daudio_test_utils.h66 int32_t RefreshAshmemInfo(const int32_t streamId, int32_t fd, int32_t ashmemLength, int32_t lengthPerTrans) in RefreshAshmemInfo() function in OHOS::DistributedHardware::MockIDAudioHdiCallback
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/include/
H A Daudio_test_utils.h93 int32_t RefreshAshmemInfo(const int32_t streamId, int32_t fd, int32_t ashmemLength, int32_t lengthPerTrans) in RefreshAshmemInfo() function in OHOS::DistributedHardware::MockIDAudioHdiCallback
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_manager_callback.cpp228 int32_t DAudioManagerCallback::RefreshAshmemInfo(int32_t streamId, int fd, int32_t ashmemLength, in RefreshAshmemInfo() function in OHOS::DistributedHardware::DAudioManagerCallback
233 if (callback_->RefreshAshmemInfo(streamId, fd, ashmemLength, lengthPerTrans) != DH_SUCCESS) { in RefreshAshmemInfo()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddspeaker_dev.h61 int32_t RefreshAshmemInfo(const int32_t streamId,
H A Ddmic_dev.h66 int32_t RefreshAshmemInfo(const int32_t streamId,
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddspeaker_dev_test.cpp337 EXPECT_EQ(DH_SUCCESS, spk_->RefreshAshmemInfo(streamId, fd, ashmemLength, lengthPerTrans)); in HWTEST_F()
339 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, spk_->RefreshAshmemInfo(streamId, fd, ashmemLength, lengthPerTrans)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/src/
H A Ddaudio_manager_callback_test.cpp331 * @tc.desc: Verify the RefreshAshmemInfo function.
342 EXPECT_EQ(HDF_SUCCESS, manCallback_->RefreshAshmemInfo(streamId, fd, ashmemLength, lengthPerTrans)); in HWTEST_F()
344 EXPECT_EQ(HDF_SUCCESS, manCallback_->RefreshAshmemInfo(streamId, fd, ashmemLength, lengthPerTrans)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp330 int32_t DSpeakerDev::RefreshAshmemInfo(const int32_t streamId, in RefreshAshmemInfo() function in OHOS::DistributedHardware::DSpeakerDev
333 DHLOGD("RefreshAshmemInfo: fd:%{public}d, ashmemLength: %{public}d, lengthPerTrans: %{public}d", in RefreshAshmemInfo()
H A Ddmic_dev.cpp393 int32_t DMicDev::RefreshAshmemInfo(const int32_t streamId, in RefreshAshmemInfo() function in OHOS::DistributedHardware::DMicDev
396 DHLOGD("RefreshAshmemInfo: fd:%{public}d, ashmemLength: %{public}d, lengthPerTrans: %{public}d", in RefreshAshmemInfo()

Completed in 5 milliseconds