Searched refs:speakerDevice (Results 1 – 1 of 1) sorted by relevance
2036 AudioDeviceInfo speakerDevice = null; in processLegacySpeakerCommunicationDevice() local2039 speakerDevice = info; in processLegacySpeakerCommunicationDevice()2044 if (speakerDevice != null && on) { in processLegacySpeakerCommunicationDevice()2045 boolean result = mAudioManager.setCommunicationDevice(speakerDevice); in processLegacySpeakerCommunicationDevice()