Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java1475 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 DMediaSessionRecordImpl.java81 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 DMediaKeyDispatcher.java96 boolean asSystemService) { in getMediaSession() argument
114 boolean asSystemService) { in getMediaButtonReceiver() argument
H A DMediaSession2Record.java100 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 DMediaSessionRecord.java325 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 DISessionManager.aidl44 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 DMediaSessionManager.java613 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