Home
last modified time | relevance | path

Searched refs:controllerPid (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Media/apex/aidl/private/android/media/
DIMediaCommunicationService.aidl26 boolean isTrusted(String controllerPackageName, int controllerPid, int controllerUid); in isTrusted() argument
/packages/modules/Media/apex/service/java/com/android/server/media/
DMediaCommunicationService.java360 public boolean isTrusted(String controllerPackageName, int controllerPid, in isTrusted() argument
378 return hasMediaControlPermission(controllerPid, controllerUid) in isTrusted()