Searched refs:checkPid (Results 1 – 6 of 6) sorted by relevance
535 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewTarget()612 if ( checkPid(__FUNCTION__) != OK) return; in setPreviewCallbackFlag()673 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewCallbackTarget()725 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startPreview()941 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopPreview()1015 if ( (res = checkPid(__FUNCTION__) ) != OK) return false; in previewEnabled()1025 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setVideoBufferMode()1055 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startRecording()1243 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopRecording()1295 if ( checkPid(__FUNCTION__) != OK) return false; in recordingEnabled()[all …]
146 status_t CameraClient::checkPid() const { in checkPid() function in android::CameraClient161 status_t result = checkPid(); in checkPidAndHardware()178 return checkPid(); in lock()187 status_t result = checkPid(); in unlock()208 if (mClientPid != 0 && checkPid() != NO_ERROR) { in connect()
89 status_t checkPid() const;
142 status_t checkPid(const char *checkLocation) const;
69 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
2266 status_t res = checkPid(checkLocation); in checkPidStatus()