Searched defs:checkPid (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp69 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation) function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp140 status_t CameraClient::checkPid() const { function in class:android::CameraClient
150 status_t result = checkPid();
171 return checkPid();
180 status_t result = checkPid();
201 if (mClientPid != 0 && checkPid() != NO_ERROR) {

Completed in 36 milliseconds