Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp511 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewTarget()
588 if ( checkPid(__FUNCTION__) != OK) return; in setPreviewCallbackFlag()
649 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setPreviewCallbackTarget()
701 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startPreview()
877 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopPreview()
946 if ( (res = checkPid(__FUNCTION__) ) != OK) return false; in previewEnabled()
956 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in setVideoBufferMode()
986 if ( (res = checkPid(__FUNCTION__) ) != OK) return res; in startRecording()
1174 if ( (res = checkPid(__FUNCTION__) ) != OK) return; in stopRecording()
1226 if ( checkPid(__FUNCTION__) != OK) return false; in recordingEnabled()
[all …]
DCameraClient.cpp141 status_t CameraClient::checkPid() const { in checkPid() function in android::CameraClient
155 status_t result = checkPid(); in checkPidAndHardware()
172 return checkPid(); in lock()
181 status_t result = checkPid(); in unlock()
202 if (mClientPid != 0 && checkPid() != NO_ERROR) { in connect()
DCameraClient.h82 status_t checkPid() const;
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.h137 status_t checkPid(const char *checkLocation) const;
DCamera2ClientBase.cpp70 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) in checkPid() function in android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1065 status_t res = checkPid(checkLocation); in checkPidStatus()