Searched refs:getAudioState (Results 1 – 11 of 11) sorted by relevance
48 int getAudioState(in BluetoothDevice device); in getAudioState() method
57 int getAudioState(in BluetoothDevice device); in getAudioState() method
973 public int getAudioState(BluetoothDevice device) { in getAudioState() method in BluetoothHeadsetClient978 return service.getAudioState(device); in getAudioState()
753 public int getAudioState(BluetoothDevice device) { in getAudioState() method in BluetoothHeadset758 return service.getAudioState(device); in getAudioState()
341 public final AudioState getAudioState() { in getAudioState() method in InCallService342 return mPhone == null ? null : mPhone.getAudioState(); in getAudioState()
234 public final AudioState getAudioState() { in getAudioState() method in Conference656 onAudioStateChanged(getAudioState()); in setCallAudioState()
331 public final AudioState getAudioState() { in getAudioState() method in Phone
1789 public final AudioState getAudioState() { in getAudioState() method in Connection1944 onAudioStateChanged(getAudioState()); in setCallAudioState()
2936 (mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in setBluetoothScoOnInt()3220 mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()3369 mBluetoothHeadset.getAudioState(btDevice) == BluetoothHeadset.STATE_AUDIO_CONNECTED) { in setBtScoDeviceConnectionState()
42183 method public final deprecated android.telecom.AudioState getAudioState();42244 method public final deprecated android.telecom.AudioState getAudioState();42608 method public final deprecated android.telecom.AudioState getAudioState();
18522 HSPLandroid/bluetooth/IBluetoothHeadset;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I