OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkPid
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h
137
status_t
checkPid
(const char *checkLocation) const;
Camera2ClientBase.cpp
70
status_t Camera2ClientBase<TClientBase>::
checkPid
(const char* checkLocation)
/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;
880
if ( (res =
checkPid
(__FUNCTION__) ) != OK) return;
[
all
...]
CameraClient.h
82
status_t
checkPid
() const;
CameraClient.cpp
141
status_t CameraClient::
checkPid
() const {
155
status_t result =
checkPid
();
172
return
checkPid
();
181
status_t result =
checkPid
();
202
if (mClientPid != 0 &&
checkPid
() != NO_ERROR) {
[
all
...]
/frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp
[
all
...]
Completed in 2982 milliseconds