Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h92 int32_t HandleCloseDSpeaker(const AudioEvent &event);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp57 memberFuncMap_[CLOSE_SPEAKER] = &DAudioSourceDev::HandleCloseDSpeaker; in DAudioSourceDev()
208 HandleCloseDSpeaker(event); in DisableDAudio()
300 HandleCloseDSpeaker(event); in NotifyEvent()
354 int32_t DAudioSourceDev::HandleCloseDSpeaker(const AudioEvent &event) in HandleCloseDSpeaker() function in OHOS::DistributedHardware::DAudioSourceDev
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp73 EXPECT_EQ(DH_SUCCESS, sourceDev_->HandleCloseDSpeaker(event));
128 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->HandleCloseDSpeaker(event));