Searched defs:originalClientPid (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h491 // The returned originalClientPid is the PID of the original process that wants to connect to
494 // originalClientPid and clientPid are usually the same except when the application uses
496 // clientPid is the PID of mediaserver and originalClientPid is the PID of the application.
498 /*inout*/int& clientUid, /*inout*/int& clientPid, /*out*/int& originalClientPid) const;
828 int originalClientPid = 0; local
851 /*inout*/clientUid, /*inout*/clientPid, /*out*/originalClientPid)).isOk()) {
868 if ((err = handleEvictionsLocked(cameraId, originalClientPid, effectiveApiLevel,

Completed in 99 milliseconds