Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h81 int32_t TaskSpkMmapStop(const std::string &args);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp929 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->TaskSpkMmapStop(ARGS));
933 EXPECT_EQ(DH_SUCCESS, sourceDev_->TaskSpkMmapStop(ARGS));
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp1248 int32_t DAudioSourceDev::TaskSpkMmapStop(const std::string &args) in TaskSpkMmapStop() function in OHOS::DistributedHardware::DAudioSourceDev
1705 if (sourceDevObj->TaskSpkMmapStop(eventParam) != DH_SUCCESS) { in SpkMmapStopCallback()