Searched refs:checkPid (Results 1 – 6 of 6) sorted by relevance
584 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 …]
180 status_t checkPid(const char *checkLocation) const;
86 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
1481 public static final void checkPid(int pid) in checkPid() method in Process
688 Process.checkPid(tid); in cleanUpSession()
2203 status_t res = checkPid(checkLocation); in checkPidStatus()