Searched refs:mBluetoothHeadset (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothHeadsetProxy.java | 33 private BluetoothHeadset mBluetoothHeadset; field in BluetoothHeadsetProxy 36 mBluetoothHeadset = headset; in BluetoothHeadsetProxy() 42 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type); in clccResponse() 48 mBluetoothHeadset.phoneStateChanged(numActive, numHeld, callState, number, type, in phoneStateChanged() 53 return mBluetoothHeadset.getConnectedDevices(); in getConnectedDevices() 57 return mBluetoothHeadset.getConnectionState(device); in getConnectionState() 61 return mBluetoothHeadset.getAudioState(device); in getAudioState() 65 return mBluetoothHeadset.connectAudio(); in connectAudio() 69 return mBluetoothHeadset.setActiveDevice(device); in setActiveDevice() 73 return mBluetoothHeadset.getActiveDevice(); in getActiveDevice() [all …]
|
D | BluetoothPhoneServiceImpl.java | 418 mBluetoothHeadset = null; 446 private BluetoothHeadsetProxy mBluetoothHeadset; field in BluetoothPhoneServiceImpl 491 mBluetoothHeadset = bluetoothHeadset; in setBluetoothHeadset() 661 if (mBluetoothHeadset != null) { in sendClccForCall() 662 mBluetoothHeadset.clccResponse( in sendClccForCall() 669 if (mBluetoothHeadset != null) { in sendClccEndMarker() 670 mBluetoothHeadset.clccResponse(0 /* index */, 0, 0, 0, false, null, 0); in sendClccEndMarker() 759 if (mBluetoothHeadset != null && in updateHeadsetWithCallState() 799 mBluetoothHeadset.phoneStateChanged( in updateHeadsetWithCallState() 822 mBluetoothHeadset.phoneStateChanged( in updateHeadsetWithCallState()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallNotifier.java | 76 private BluetoothHeadset mBluetoothHeadset; field in CallNotifier 394 if (mBluetoothHeadset != null) { in run() 395 stream = mBluetoothHeadset.isAudioOn() ? AudioManager.STREAM_BLUETOOTH_SCO: in run() 755 mBluetoothHeadset = (BluetoothHeadset) proxy; 756 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset); 760 mBluetoothHeadset = null;
|