Searched refs:checkPid (Results 1 – 6 of 6) sorted by relevance
534 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewTarget()611 if ( checkPid(__FUNCTION__) != OK) return; in setPreviewCallbackFlag()672 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewCallbackTarget()724 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startPreview()940 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopPreview()1009 if ( (res = checkPid(__FUNCTION__) ) != OK) return false; in previewEnabled()1019 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setVideoBufferMode()1049 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startRecording()1237 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopRecording()1289 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()
84 status_t checkPid() const;
141 status_t checkPid(const char *checkLocation) const;
68 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
2041 status_t res = checkPid(checkLocation); in checkPidStatus()