Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioCommunicationDeviceTracker.java49 private int mAudioDeviceType = sAUDIO_DEVICE_TYPE_INVALID; field in CallAudioCommunicationDeviceTracker
67 return mAudioDeviceType == audioDeviceType; in isAudioDeviceSetForType()
80 return mAudioDeviceType; in getCurrentLocallyRequestedCommunicationDevice()
90 mAudioDeviceType = audioDeviceType; in setTestCommunicationDevice()
103 processClearCommunicationDevice(mAudioDeviceType); in clearBtCommunicationDevice()
146 if ((audioDeviceType == mAudioDeviceType in processSetCommunicationDevice()
147 || isUsbHeadsetType(audioDeviceType, mAudioDeviceType)) in processSetCommunicationDevice()
181 if (mAudioDeviceType != sAUDIO_DEVICE_TYPE_INVALID) { in processSetCommunicationDevice()
182 processClearCommunicationDevice(mAudioDeviceType); in processSetCommunicationDevice()
191 mAudioDeviceType = activeDevice.getType(); in processSetCommunicationDevice()
[all …]