Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp535 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 …]
DCameraClient.cpp146 status_t CameraClient::checkPid() const { in checkPid() function in android::CameraClient
161 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()
DCameraClient.h89 status_t checkPid() const;
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.h142 status_t checkPid(const char *checkLocation) const;
DCamera2ClientBase.cpp69 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp2266 status_t res = checkPid(checkLocation); in checkPidStatus()