HomeSort by relevance Sort by last modified time
    Searched refs:originalClientPid (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 894 /*out*/int& originalClientPid) const {
900 UNUSED(originalClientPid);
903 originalClientPid);
    [all...]
CameraService.h 615 // The returned originalClientPid is the PID of the original process that wants to connect to
618 // originalClientPid and clientPid are usually the same except when the application uses
620 // clientPid is the PID of mediaserver and originalClientPid is the PID of the application.
622 /*inout*/int& clientUid, /*inout*/int& clientPid, /*out*/int& originalClientPid) const;
624 /*inout*/int& clientUid, /*inout*/int& clientPid, /*out*/int& originalClientPid) const;
    [all...]

Completed in 165 milliseconds