Home
last modified time | relevance | path

Searched refs:TaskSpkMmapStart (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h80 int32_t TaskSpkMmapStart(const std::string &args);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp914 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->TaskSpkMmapStart(ARGS));
918 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->TaskSpkMmapStart(ARGS));
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp1236 int32_t DAudioSourceDev::TaskSpkMmapStart(const std::string &args) in TaskSpkMmapStart() function in OHOS::DistributedHardware::DAudioSourceDev
1689 if (sourceDevObj->TaskSpkMmapStart(eventParam) != DH_SUCCESS) { in SpkMmapStartCallback()