Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp543 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewTarget()
620 if ( checkPid(__FUNCTION__) != OK) return; in setPreviewCallbackFlag()
681 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewCallbackTarget()
733 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startPreview()
950 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopPreview()
1035 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setVideoBufferMode()
1065 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startRecording()
1253 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopRecording()
1305 if ( checkPid(__FUNCTION__) != OK) return false; in recordingEnabled()
1342 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in autoFocus()
[all …]
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h148 status_t checkPid(const char *checkLocation) const;
H A DCamera2ClientBase.cpp76 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp1942 status_t res = checkPid(checkLocation); in checkPidStatus()