Searched refs:checkPid (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp520 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
597 if ( checkPid(__FUNCTION__) != OK) return;
658 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
710 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
886 if ( (res = checkPid(__FUNCTION__) ) != OK) return;
955 if ( (res = checkPid(__FUNCTION__) ) != OK) return false;
965 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
995 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
1183 if ( (res = checkPid(__FUNCTION__) ) != OK) return;
1235 if ( checkPid(__FUNCTION_
[all...]
H A DCameraClient.h84 status_t checkPid() const;
H A DCameraClient.cpp144 status_t CameraClient::checkPid() const { function in class:android::CameraClient
158 status_t result = checkPid();
175 return checkPid();
184 status_t result = checkPid();
205 if (mClientPid != 0 && checkPid() != NO_ERROR) {
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h137 status_t checkPid(const char *checkLocation) const;
H A DCamera2ClientBase.cpp70 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1443 status_t res = checkPid(checkLocation);

Completed in 80 milliseconds