Searched refs:checkLocation (Results 1 – 4 of 4) sorted by relevance
69 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid()76 " (old pid %d, new pid %d)", checkLocation, TClientBase::mClientPid, callingPid); in checkPid()
142 status_t checkPid(const char *checkLocation) const;
268 binder::Status checkPidStatus(const char* checkLocation);
2261 binder::Status CameraDeviceClient::checkPidStatus(const char* checkLocation) { in checkPidStatus() argument2266 status_t res = checkPid(checkLocation); in checkPidStatus()