/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 1311 public void dispatchMediaKeyEvent(String packageName, boolean asSystemService, in dispatchMediaKeyEvent() argument 1324 + ", uid=" + uid + ", asSystem=" + asSystemService + ", event=" in dispatchMediaKeyEvent() 1352 asSystemService, keyEvent, needWakeLock)); in dispatchMediaKeyEvent() 1361 handleVoiceKeyEventLocked(packageName, pid, uid, asSystemService, keyEvent, in dispatchMediaKeyEvent() 1364 dispatchMediaKeyEventLocked(packageName, pid, uid, asSystemService, in dispatchMediaKeyEvent() 1666 boolean asSystemService, KeyEvent keyEvent, int stream, boolean musicOnly) { in dispatchVolumeKeyEvent() argument 1682 + ", asSystem=" + asSystemService + ", event=" + keyEvent in dispatchVolumeKeyEvent() 1691 asSystemService, keyEvent, stream, musicOnly); in dispatchVolumeKeyEvent() 1725 asSystemService, in dispatchVolumeKeyEvent() 1730 asSystemService, keyEvent, stream, musicOnly); in dispatchVolumeKeyEvent() [all …]
|
D | MediaSessionRecord.java | 268 ISessionControllerCallback caller, boolean asSystemService, int direction, int flags, in adjustVolume() argument 278 asSystemService, useSuggested, previousFlagPlaySound); in adjustVolume() 292 + asSystemService + ", dir=" + direction); in adjustVolume() 294 mSessionCb.adjustVolume(packageName, pid, uid, caller, asSystemService, direction); in adjustVolume() 483 public boolean sendMediaButton(String packageName, int pid, int uid, boolean asSystemService, in sendMediaButton() argument 485 return mSessionCb.sendMediaButton(packageName, pid, uid, asSystemService, ke, sequenceId, in sendMediaButton() 518 final boolean asSystemService, final boolean useSuggested, in postAdjustLocalVolume() argument 522 + ", asSystemService=" + asSystemService + ", useSuggested=" + useSuggested); in postAdjustLocalVolume() 527 if (asSystemService) { in postAdjustLocalVolume() 995 boolean asSystemService, KeyEvent keyEvent, int sequenceId, ResultReceiver cb) { in sendMediaButton() argument [all …]
|
/frameworks/base/media/java/android/media/session/ |
D | ISessionManager.aidl | 44 void dispatchMediaKeyEvent(String packageName, boolean asSystemService, in KeyEvent keyEvent, in dispatchMediaKeyEvent() argument 48 void dispatchVolumeKeyEvent(String packageName, String opPackageName, boolean asSystemService, in dispatchVolumeKeyEvent() argument
|
D | MediaSessionManager.java | 526 private void dispatchMediaKeyEventInternal(boolean asSystemService, @NonNull KeyEvent keyEvent, in dispatchMediaKeyEventInternal() argument 529 mService.dispatchMediaKeyEvent(mContext.getPackageName(), asSystemService, keyEvent, in dispatchMediaKeyEventInternal() local 593 private void dispatchVolumeKeyEventInternal(boolean asSystemService, @NonNull KeyEvent keyEvent, in dispatchVolumeKeyEventInternal() argument 597 asSystemService, keyEvent, stream, musicOnly); in dispatchVolumeKeyEventInternal() local
|