Searched refs:checkLocation (Results 1 – 4 of 4) sorted by relevance
180 status_t checkPid(const char *checkLocation) const;
86 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid()93 " (old pid %d, new pid %d)", checkLocation, TClientBase::mClientPid, callingPid); in checkPid()
300 binder::Status checkPidStatus(const char* checkLocation);
2198 binder::Status CameraDeviceClient::checkPidStatus(const char* checkLocation) { in checkPidStatus() argument2203 status_t res = checkPid(checkLocation); in checkPidStatus()