/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaSessionService.java | 1475 asSystemService, keyEvent, needWakeLock); in dispatchMediaKeyEvent() 1807 + ", asSystem=" + asSystemService + ", event=" + keyEvent in dispatchVolumeKeyEvent() 1815 asSystemService, keyEvent, stream, musicOnly); in dispatchVolumeKeyEvent() 1829 int uid, boolean asSystemService, KeyEvent keyEvent, int stream, in dispatchVolumeKeyEventLocked() argument 2221 if (asSystemService) { in dispatchAdjustVolumeLocked() 2265 keyEvent, uid, asSystemService); in dispatchMediaKeyEventLocked() 2272 uid, asSystemService); in dispatchMediaKeyEventLocked() 2406 mAsSystemService = asSystemService; in MediaKeyListenerResultReceiver() 2569 asSystemService, keyEvent, stream, musicOnly); in handleKeyEventLocked() 2791 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 | 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
|
H A D | MediaSessionRecord.java | 325 boolean asSystemService, int direction, int flags, boolean useSuggested) { in adjustVolume() argument 334 asSystemService, useSuggested, previousFlagPlaySound); in adjustVolume() 347 + asSystemService + ", dir=" + direction); in adjustVolume() 349 mSessionCb.adjustVolume(packageName, pid, uid, asSystemService, direction); in adjustVolume() 508 public boolean sendMediaButton(String packageName, int pid, int uid, boolean asSystemService, in sendMediaButton() argument 624 final boolean asSystemService, final boolean useSuggested, in postAdjustLocalVolume() argument 634 if (asSystemService) { in postAdjustLocalVolume() 1296 if (asSystemService) { 1311 boolean asSystemService, KeyEvent keyEvent) { 1319 if (asSystemService) { [all …]
|
/aosp14/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 | 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
|