Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java1471 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 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 DMediaSessionRecord.java282 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 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
/aosp12/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.java605 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