Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp534 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 …]
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.h84 status_t checkPid() const;
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.h141 status_t checkPid(const char *checkLocation) const;
DCamera2ClientBase.cpp68 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp2041 status_t res = checkPid(checkLocation); in checkPidStatus()