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

/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp109 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
219 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
261 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
275 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
318 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
505 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
528 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
548 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
571 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h135 status_t checkPid(const char *checkLocation) const;
H A DCamera2ClientBase.cpp69 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp529 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
606 if ( checkPid(__FUNCTION__) != OK) return;
667 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
719 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
889 if ( (res = checkPid(__FUNCTION__) ) != OK) return;
958 if ( (res = checkPid(__FUNCTION__) ) != OK) return false;
968 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
993 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
1192 if ( (res = checkPid(__FUNCTION__) ) != OK) return;
1244 if ( checkPid(__FUNCTION_
[all...]
H A DCameraClient.h78 status_t checkPid() const;
H A DCameraClient.cpp140 status_t CameraClient::checkPid() const { function in class:android::CameraClient
150 status_t result = checkPid();
171 return checkPid();
180 status_t result = checkPid();
201 if (mClientPid != 0 && checkPid() != NO_ERROR) {
/frameworks/av/services/camera/libcameraservice/api_pro/
H A DProCamera2Client.cpp242 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
270 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
301 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;

Completed in 861 milliseconds