Searched refs:getAudioState (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadset.aidl48 int getAudioState(in BluetoothDevice device);
H A DIBluetoothHeadsetClient.aidl62 int getAudioState(in BluetoothDevice device);
H A DBluetoothHeadset.java714 public int getAudioState(BluetoothDevice device) { method in class:BluetoothHeadset
715 if (VDBG) log("getAudioState");
718 return mService.getAudioState(device);
H A DBluetoothHeadsetClient.java1048 public int getAudioState(BluetoothDevice device) { method in class:BluetoothHeadsetClient
1049 if (VDBG) log("getAudioState");
1052 return mService.getAudioState(device);
/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java315 public final AudioState getAudioState() { method in class:InCallService
316 return mPhone == null ? null : mPhone.getAudioState();
H A DConference.java231 public final AudioState getAudioState() { method in class:Conference
315 * Notifies the {@link Conference} that the {@link #getAudioState()} property has a new value.
622 onAudioStateChanged(getAudioState());
H A DPhone.java256 * the {@link #getAudioState()}.
266 * be change to the {@link #getAudioState()}.
308 public final AudioState getAudioState() { method in class:Phone
H A DConnection.java1525 public final AudioState getAudioState() { method in class:Connection
1664 onAudioStateChanged(getAudioState());
2238 * Notifies this Connection that the {@link #getAudioState()} property has a new value.
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2965 mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice)

Completed in 1973 milliseconds