Home
last modified time | relevance | path

Searched refs:checkPid (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp116 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 …]
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp529 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 …]
DCameraClient.cpp136 status_t CameraClient::checkPid() const { in checkPid() function in android::CameraClient
146 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()
DCameraClient.h78 status_t checkPid() const;
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.h136 status_t checkPid(const char *checkLocation) const;
DCamera2ClientBase.cpp69 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase