HomeSort by relevance Sort by last modified time
    Searched refs:checkPid (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 127 status_t checkPid(const char *checkLocation) const;
Camera2ClientBase.cpp 64 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation)
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 100 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
195 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
231 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
276 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
407 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
430 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
450 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
473 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 514 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
591 if ( checkPid(__FUNCTION__) != OK) return;
652 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
704 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
862 if ( (res = checkPid(__FUNCTION__) ) != OK) return;
915 if ( (res = checkPid(__FUNCTION__) ) != OK) return false;
925 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
    [all...]
CameraClient.h 77 status_t checkPid() const;
CameraClient.cpp 129 status_t CameraClient::checkPid() const {
139 status_t result = checkPid();
160 return checkPid();
169 status_t result = checkPid();
190 if (mClientPid != 0 && checkPid() != NO_ERROR) {
  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.cpp 242 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
270 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;
301 if ( (res = checkPid(__FUNCTION__) ) != OK) return res;

Completed in 128 milliseconds