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

/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp310 pid_t checkPid = (pid_t)pid; local
312 if (getpidcon(checkPid, &context) == -1)
315 ALOGV("getPidCon: Successfully retrived context '%s' for pid '%d'", context, checkPid);
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp124 status_t CameraClient::checkPid() const { function in class:android::CameraClient
134 status_t result = checkPid();
155 return checkPid();
164 status_t result = checkPid();
185 if (mClientPid != 0 && checkPid() != NO_ERROR) {
H A DCamera2Client.cpp66 status_t Camera2Client::checkPid(const char* checkLocation) const { function in class:android::Camera2Client
492 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
510 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
579 if ( checkPid(__FUNCTION__) != OK) return;
618 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
734 if ( (res = checkPid(__FUNCTION__) ) != OK) return;
783 if ( (res = checkPid(__FUNCTION__) ) != OK) return false;
793 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
818 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
911 if ( (res = checkPid(__FUNCTION_
[all...]

Completed in 728 milliseconds