OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:self_pid
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
Client.cpp
95
const int
self_pid
= getpid();
local
96
if (CC_UNLIKELY(pid !=
self_pid
&& uid != AID_GRAPHICS && uid != 0)) {
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
838
const int
self_pid
= getpid();
local
839
if (pid !=
self_pid
) {
[
all
...]
Completed in 547 milliseconds