/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaSessionService.java | 1471 asSystemService, keyEvent, needWakeLock); in dispatchMediaKeyEvent() 1787 + ", asSystem=" + asSystemService + ", event=" + keyEvent in dispatchVolumeKeyEvent() 1795 asSystemService, keyEvent, stream, musicOnly); in dispatchVolumeKeyEvent() 1809 int uid, boolean asSystemService, KeyEvent keyEvent, int stream, in dispatchVolumeKeyEventLocked() argument 2196 if (asSystemService) { in dispatchAdjustVolumeLocked() 2240 keyEvent, uid, asSystemService); in dispatchMediaKeyEventLocked() 2247 uid, asSystemService); in dispatchMediaKeyEventLocked() 2381 mAsSystemService = asSystemService; in MediaKeyListenerResultReceiver() 2544 asSystemService, keyEvent, stream, musicOnly); in handleKeyEventLocked() 2766 asSystemService, downEvent, stream, musicOnly); in dispatchDownAndUpKeyEventsLocked() [all …]
|
H A D | MediaSessionRecordImpl.java | 81 boolean asSystemService, int direction, int flags, boolean useSuggested); in adjustVolume() argument 130 boolean sendMediaButton(String packageName, int pid, int uid, boolean asSystemService, in sendMediaButton() argument
|
H A D | MediaSessionRecord.java | 282 boolean asSystemService, int direction, int flags, boolean useSuggested) { in adjustVolume() argument 291 asSystemService, useSuggested, previousFlagPlaySound); in adjustVolume() 304 + asSystemService + ", dir=" + direction); in adjustVolume() 306 mSessionCb.adjustVolume(packageName, pid, uid, asSystemService, direction); in adjustVolume() 458 public boolean sendMediaButton(String packageName, int pid, int uid, boolean asSystemService, in sendMediaButton() argument 535 final boolean asSystemService, final boolean useSuggested, in postAdjustLocalVolume() argument 545 if (asSystemService) { in postAdjustLocalVolume() 1118 if (asSystemService) { 1133 boolean asSystemService, KeyEvent keyEvent) { 1141 if (asSystemService) { [all …]
|
H A D | MediaKeyDispatcher.java | 96 boolean asSystemService) { in getMediaSession() argument 114 boolean asSystemService) { in getMediaButtonReceiver() argument
|
H A D | MediaSession2Record.java | 100 boolean asSystemService, int direction, int flags, boolean useSuggested) { in adjustVolume() argument 142 public boolean sendMediaButton(String packageName, int pid, int uid, boolean asSystemService, in sendMediaButton() argument
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A 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
|
H A D | MediaSessionManager.java | 605 private void dispatchMediaKeyEventInternal(KeyEvent keyEvent, boolean asSystemService, in dispatchMediaKeyEventInternal() argument 609 mService.dispatchMediaKeyEvent(mContext.getPackageName(), asSystemService, keyEvent, in dispatchMediaKeyEventInternal() local 681 boolean musicOnly, boolean asSystemService) { in dispatchVolumeKeyEventInternal() argument 685 asSystemService, keyEvent, stream, musicOnly); in dispatchVolumeKeyEventInternal() local
|