Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h83 int32_t TaskMicMmapStop(const std::string &args);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp965 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->TaskMicMmapStop(ARGS));
970 EXPECT_EQ(DH_SUCCESS, sourceDev_->TaskMicMmapStop(ARGS));
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp1269 int32_t DAudioSourceDev::TaskMicMmapStop(const std::string &args) in TaskMicMmapStop() function in OHOS::DistributedHardware::DAudioSourceDev
1737 if (sourceDevObj->TaskMicMmapStop(eventParam) != DH_SUCCESS) { in MicMmapStopCallback()