Searched refs:checkPid (Results 1 – 6 of 6) sorted by relevance
116 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in submitRequestList()239 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in cancelRequest()301 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in endConfigure()315 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in deleteStream()365 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in createStream()504 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in createInputStream()537 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in getInputBufferProducer()615 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in createDefaultRequest()638 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in getCameraInfo()658 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in waitUntilIdle()[all …]
529 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewTarget()606 if ( checkPid(__FUNCTION__) != OK) return; in setPreviewCallbackFlag()667 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewCallbackTarget()719 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startPreview()895 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopPreview()964 if ( (res = checkPid(__FUNCTION__) ) != OK) return false; in previewEnabled()974 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in storeMetaDataInBuffers()999 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startRecording()1198 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopRecording()1250 if ( checkPid(__FUNCTION__) != OK) return false; in recordingEnabled()[all …]
136 status_t CameraClient::checkPid() const { in checkPid() function in android::CameraClient146 status_t result = checkPid(); in checkPidAndHardware()167 return checkPid(); in lock()176 status_t result = checkPid(); in unlock()197 if (mClientPid != 0 && checkPid() != NO_ERROR) { in connect()
78 status_t checkPid() const;
136 status_t checkPid(const char *checkLocation) const;
69 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase