Searched refs:checkPid (Results 1 – 4 of 4) sorted by relevance
543 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 …]
148 status_t checkPid(const char *checkLocation) const;
76 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
1942 status_t res = checkPid(checkLocation); in checkPidStatus()