Searched refs:checkPid (Results 1 – 6 of 6) sorted by relevance
511 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewTarget()588 if ( checkPid(__FUNCTION__) != OK) return; in setPreviewCallbackFlag()649 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewCallbackTarget()701 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startPreview()877 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopPreview()946 if ( (res = checkPid(__FUNCTION__) ) != OK) return false; in previewEnabled()956 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setVideoBufferMode()986 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startRecording()1174 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopRecording()1226 if ( checkPid(__FUNCTION__) != OK) return false; in recordingEnabled()[all …]
141 status_t CameraClient::checkPid() const { in checkPid() function in android::CameraClient155 status_t result = checkPid(); in checkPidAndHardware()172 return checkPid(); in lock()181 status_t result = checkPid(); in unlock()202 if (mClientPid != 0 && checkPid() != NO_ERROR) { in connect()
82 status_t checkPid() const;
137 status_t checkPid(const char *checkLocation) const;
70 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
1065 status_t res = checkPid(checkLocation); in checkPidStatus()