Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java162 private AudioModeInfo mAudioModeOwner = new AudioModeInfo(AudioSystem.MODE_NORMAL, 0, 0); field in AudioDeviceBroker
254 mAudioModeOwner = mAudioService.getAudioModeOwner(); in onSystemReady()
460 if (crc.getUid() == mAudioModeOwner.mUid) { in topCommunicationRouteClient()
464 if (!mCommunicationRouteClients.isEmpty() && mAudioModeOwner.mPid == 0 in topCommunicationRouteClient()
483 + device + " mAudioModeOwner: " + mAudioModeOwner.toString()); in requestedCommunicationDevice()
1707 pw.println("\n" + prefix + "mAudioModeOwner: " + mAudioModeOwner); in dump()
1929 mAudioModeOwner = (AudioModeInfo) msg.obj; in handleMessage()
1930 if (mAudioModeOwner.mMode != AudioSystem.MODE_RINGTONE) { in handleMessage()
2613 return mAudioModeOwner.mMode == AudioSystem.MODE_IN_COMMUNICATION in communnicationDeviceLeAudioCompatOn()
2615 USE_SET_COMMUNICATION_DEVICE, mAudioModeOwner.mUid) in communnicationDeviceLeAudioCompatOn()
[all …]