Searched refs:audioDeviceType (Results 1 – 1 of 1) sorted by relevance
62 public boolean isAudioDeviceSetForType(int audioDeviceType) { in isAudioDeviceSetForType() argument67 return mAudioDeviceType == audioDeviceType; in isAudioDeviceSetForType()89 public void setTestCommunicationDevice(int audioDeviceType) { in setTestCommunicationDevice() argument90 mAudioDeviceType = audioDeviceType; in setTestCommunicationDevice()122 public boolean setCommunicationDevice(int audioDeviceType, in setCommunicationDevice() argument128 return processSetCommunicationDevice(audioDeviceType, btDevice); in setCommunicationDevice()136 private boolean processSetCommunicationDevice(int audioDeviceType, in processSetCommunicationDevice() argument139 boolean isBtDevice = BT_AUDIO_DEVICE_INFO_TYPES.contains(audioDeviceType); in processSetCommunicationDevice()141 audioDeviceType, isBtDevice, btDevice); in processSetCommunicationDevice()146 if ((audioDeviceType == mAudioDeviceType in processSetCommunicationDevice()[all …]