Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/audiocontrol/aidl/aidl_api/android.hardware.automotive.audiocontrol/current/android/hardware/automotive/audiocontrol/
DIAudioControl.aidl23 …y void onDevicesToMuteChange(in android.hardware.automotive.audiocontrol.MutingInfo[] mutingInfos); in onDevicesToMuteChange() argument
/hardware/interfaces/automotive/audiocontrol/aidl/aidl_api/android.hardware.automotive.audiocontrol/1/android/hardware/automotive/audiocontrol/
DIAudioControl.aidl39 …y void onDevicesToMuteChange(in android.hardware.automotive.audiocontrol.MutingInfo[] mutingInfos); in onDevicesToMuteChange() argument
/hardware/interfaces/automotive/audiocontrol/aidl/vts/
DVtsHalAudioControlTargetTest.cpp141 std::vector<MutingInfo> mutingInfos = {mutingInfo}; in TEST_P() local
143 ASSERT_TRUE(audioControl->onDevicesToMuteChange(mutingInfos).isOk()); in TEST_P()