Home
last modified time | relevance | path

Searched refs:HandleSpkMmapStop (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h108 int32_t HandleSpkMmapStop(const AudioEvent &event);
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp78 memberFuncMap_[MMAP_SPK_STOP] = &DAudioSourceDev::HandleSpkMmapStop; in DAudioSourceDev()
279 HandleSpkMmapStop(event); in NotifyEventInner()
571 int32_t DAudioSourceDev::HandleSpkMmapStop(const AudioEvent &event) in HandleSpkMmapStop() function in OHOS::DistributedHardware::DAudioSourceDev
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp359 * @tc.desc: Verify the HandleSpkMmapStop function.
366 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceDev_->HandleSpkMmapStop(event)); in HWTEST_F()
369 EXPECT_EQ(DH_SUCCESS, sourceDev_->HandleSpkMmapStop(event)); in HWTEST_F()

Completed in 6 milliseconds