Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h120 int32_t HandleFocusChangeEvent(const DAudioEvent &event);
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp1177 EXPECT_NE(HDF_SUCCESS, AdapterTest_->HandleFocusChangeEvent(event));
1179 EXPECT_EQ(HDF_SUCCESS, AdapterTest_->HandleFocusChangeEvent(event));
1197 EXPECT_NE(HDF_SUCCESS, AdapterTest_->HandleFocusChangeEvent(event));
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp526 return HandleFocusChangeEvent(event); in Notify()
1015 int32_t AudioAdapterInterfaceImpl::HandleFocusChangeEvent(const DAudioEvent &event) in HandleFocusChangeEvent() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioAdapterInterfaceImpl