Searched defs:checkPid (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp70 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp141 status_t CameraClient::checkPid() const { function in class:android::CameraClient
155 status_t result = checkPid();
172 return checkPid();
181 status_t result = checkPid();
202 if (mClientPid != 0 && checkPid() != NO_ERROR) {

Completed in 44 milliseconds