/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 1728 public void dispatchMediaKeyEvent(String packageName, boolean asSystemService, in dispatchMediaKeyEvent() argument 1741 + ", uid=" + uid + ", asSystem=" + asSystemService + ", event=" in dispatchMediaKeyEvent() 1769 asSystemService, keyEvent, needWakeLock)); in dispatchMediaKeyEvent() 1778 dispatchMediaKeyEventLocked(packageName, pid, uid, asSystemService, in dispatchMediaKeyEvent() 1782 asSystemService, keyEvent, needWakeLock); in dispatchMediaKeyEvent() 2098 boolean asSystemService, KeyEvent keyEvent, int stream, boolean musicOnly) { in dispatchVolumeKeyEvent() argument 2114 + ", asSystem=" + asSystemService + ", event=" + keyEvent in dispatchVolumeKeyEvent() 2122 asSystemService, keyEvent, stream, musicOnly); in dispatchVolumeKeyEvent() 2127 asSystemService, keyEvent, opPackageName, stream, musicOnly); in dispatchVolumeKeyEvent() 2136 int uid, boolean asSystemService, KeyEvent keyEvent, int stream, in dispatchVolumeKeyEventLocked() argument [all …]
|
D | MediaSessionRecordImpl.java | 102 boolean asSystemService, int direction, int flags, boolean useSuggested); in adjustVolume() argument 152 boolean asSystemService, KeyEvent ke, int sequenceId, ResultReceiver cb); in sendMediaButton() argument
|
D | MediaKeyDispatcher.java | 95 boolean asSystemService) { in getMediaSession() argument 113 boolean asSystemService) { in getMediaButtonReceiver() argument
|
D | MediaSession2Record.java | 117 boolean asSystemService, int direction, int flags, boolean useSuggested) { in adjustVolume() argument 164 public boolean sendMediaButton(String packageName, int pid, int uid, boolean asSystemService, in sendMediaButton() argument
|
D | MediaSessionRecord.java | 431 boolean asSystemService, int direction, int flags, boolean useSuggested) { in adjustVolume() argument 440 asSystemService, useSuggested, previousFlagPlaySound); in adjustVolume() 455 + ", asSystemService=" + asSystemService in adjustVolume() 458 mSessionCb.adjustVolume(packageName, pid, uid, asSystemService, direction); in adjustVolume() 639 public boolean sendMediaButton(String packageName, int pid, int uid, boolean asSystemService, in sendMediaButton() argument 641 return mSessionCb.sendMediaButton(packageName, pid, uid, asSystemService, ke, sequenceId, in sendMediaButton() 793 final boolean asSystemService, final boolean useSuggested, 799 + ", asSystemService=" + asSystemService 806 if (asSystemService) { 1465 boolean asSystemService, KeyEvent keyEvent, int sequenceId, ResultReceiver cb) { [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 | 613 private void dispatchMediaKeyEventInternal(KeyEvent keyEvent, boolean asSystemService, in dispatchMediaKeyEventInternal() argument 617 mService.dispatchMediaKeyEvent(mContext.getPackageName(), asSystemService, keyEvent, in dispatchMediaKeyEventInternal() local 689 boolean musicOnly, boolean asSystemService) { in dispatchVolumeKeyEventInternal() argument 693 asSystemService, keyEvent, stream, musicOnly); in dispatchVolumeKeyEventInternal() local
|