Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 10 of 10) sorted by relevance

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