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

  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 353 mClientPid = clientPid;
380 // set mClientPid to let disconnet() tear down the hardware
381 mClientPid = callingPid;
391 if (callingPid == mClientPid) return NO_ERROR;
394 " (old pid %d, new pid %d)", mClientPid, callingPid);
414 if (mClientPid == 0) {
415 mClientPid = callingPid;
435 mClientPid = 0;
450 if (mClientPid != 0 && checkPid() != NO_ERROR) {
452 mClientPid, callingPid)
    [all...]
CameraService.h 124 // check whether the calling process matches mClientPid.
181 pid_t mClientPid;

Completed in 46 milliseconds