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

/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp100 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
195 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
231 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
276 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
407 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
430 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
450 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
473 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h127 status_t checkPid(const char *checkLocation) const;
H A DCamera2ClientBase.cpp64 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp514 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
591 if ( checkPid(__FUNCTION__) != OK) return;
652 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
704 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
862 if ( (res = checkPid(__FUNCTION__) ) != OK) return;
915 if ( (res = checkPid(__FUNCTION__) ) != OK) return false;
925 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
950 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
1058 if ( (res = checkPid(__FUNCTION__) ) != OK) return;
1088 if ( checkPid(__FUNCTION_
[all...]
H A DCameraClient.h77 status_t checkPid() const;
H A DCameraClient.cpp129 status_t CameraClient::checkPid() const { function in class:android::CameraClient
139 status_t result = checkPid();
160 return checkPid();
169 status_t result = checkPid();
190 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 85 milliseconds