Searched refs:checkLocation (Results 1 – 4 of 4) sorted by relevance
70 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid()77 " (old pid %d, new pid %d)", checkLocation, TClientBase::mClientPid, callingPid); in checkPid()
137 status_t checkPid(const char *checkLocation) const;
185 binder::Status checkPidStatus(const char* checkLocation);
1060 binder::Status CameraDeviceClient::checkPidStatus(const char* checkLocation) { in checkPidStatus() argument1065 status_t res = checkPid(checkLocation); in checkPidStatus()