Searched refs:ipc (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/display/msm8226/libqservice/
H A DQService.cpp60 IPCThreadState* ipc = IPCThreadState::self(); local
62 if (ipc->getCallingPid() == getpid())
H A DIQService.cpp80 IPCThreadState* ipc = IPCThreadState::self(); local
81 const int callerPid = ipc->getCallingPid();
82 const int callerUid = ipc->getCallingUid();
/hardware/qcom/display/msm8909/libqservice/
H A DQService.cpp60 IPCThreadState* ipc = IPCThreadState::self(); local
62 if (ipc->getCallingPid() == getpid())
H A DIQService.cpp80 IPCThreadState* ipc = IPCThreadState::self(); local
81 const int callerPid = ipc->getCallingPid();
82 const int callerUid = ipc->getCallingUid();
/hardware/qcom/display/msm8994/libqservice/
H A DQService.cpp60 IPCThreadState* ipc = IPCThreadState::self(); local
62 if (ipc->getCallingPid() == getpid())
H A DIQService.cpp80 IPCThreadState* ipc = IPCThreadState::self(); local
81 const int callerPid = ipc->getCallingPid();
82 const int callerUid = ipc->getCallingUid();
/hardware/qcom/display/msm8996/libqservice/
H A DQService.cpp65 IPCThreadState* ipc = IPCThreadState::self(); local
67 bool sameProcess = (ipc->getCallingPid() == getpid());
H A DIQService.cpp87 IPCThreadState* ipc = IPCThreadState::self(); local
88 const int callerPid = ipc->getCallingPid();
89 const int callerUid = ipc->getCallingUid();
/hardware/qcom/display/msm8998/libqservice/
H A DQService.cpp65 IPCThreadState* ipc = IPCThreadState::self(); local
67 bool sameProcess = (ipc->getCallingPid() == getpid());
H A DIQService.cpp87 IPCThreadState* ipc = IPCThreadState::self(); local
88 const int callerPid = ipc->getCallingPid();
89 const int callerUid = ipc->getCallingUid();
/hardware/qcom/display/msm8084/libqservice/
H A DIQService.cpp89 IPCThreadState* ipc = IPCThreadState::self(); local
90 const int callerPid = ipc->getCallingPid();
91 const int callerUid = ipc->getCallingUid();
/hardware/qcom/display/msm8960/libqservice/
H A DIQService.cpp86 IPCThreadState* ipc = IPCThreadState::self(); local
87 const int callerPid = ipc->getCallingPid();
88 const int callerUid = ipc->getCallingUid();

Completed in 114 milliseconds