Home
last modified time | relevance | path

Searched refs:focusChange (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/audiocontrol/aidl/aidl_api/android.hardware.automotive.audiocontrol/current/android/hardware/automotive/audiocontrol/
DIAudioControl.aidl21 …ng usage, in int zoneId, in android.hardware.automotive.audiocontrol.AudioFocusChange focusChange); in onAudioFocusChange() argument
/hardware/interfaces/automotive/audiocontrol/aidl/aidl_api/android.hardware.automotive.audiocontrol/1/android/hardware/automotive/audiocontrol/
DIAudioControl.aidl37 …ng usage, in int zoneId, in android.hardware.automotive.audiocontrol.AudioFocusChange focusChange); in onAudioFocusChange() argument
/hardware/interfaces/automotive/audiocontrol/2.0/
DIFocusListener.hal31 * In response, IAudioControl#onAudioFocusChange will be called with focusChange status. This
47 * In response, IAudioControl#onAudioFocusChange will be called with focusChange status. This
DIAudioControl.hal52 * @param focusChange the AudioFocusChange that has occurred
55 bitfield<AudioFocusChange> focusChange);
/hardware/interfaces/automotive/audiocontrol/2.0/default/
DAudioControl.cpp86 hidl_bitfield<AudioFocusChange> focusChange) { in onAudioFocusChange() argument
87 LOG(INFO) << "Focus changed: " << static_cast<int>(focusChange) << " for usage " in onAudioFocusChange()
DAudioControl.h35 hidl_bitfield<AudioFocusChange> focusChange);