Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp584 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewTarget()
661 if ( checkPid(__FUNCTION__) != OK) return; in setPreviewCallbackFlag()
722 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewCallbackTarget()
774 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startPreview()
991 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopPreview()
1066 if ( (res = checkPid(__FUNCTION__) ) != OK) return false; in previewEnabled()
1076 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setVideoBufferMode()
1106 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startRecording()
1294 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopRecording()
1346 if ( checkPid(__FUNCTION__) != OK) return false; in recordingEnabled()
[all …]
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.h180 status_t checkPid(const char *checkLocation) const;
DCamera2ClientBase.cpp86 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
/frameworks/base/core/java/android/os/
DProcess.java1481 public static final void checkPid(int pid) in checkPid() method in Process
/frameworks/base/services/core/java/com/android/server/power/hint/
DHintManagerService.java688 Process.checkPid(tid); in cleanUpSession()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp2203 status_t res = checkPid(checkLocation); in checkPidStatus()