/hardware/qcom/display/msm8994/libqservice/ |
D | QService.cpp | 60 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local 62 if (ipc->getCallingPid() == getpid()) in dispatch()
|
D | IQService.cpp | 80 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/ |
D | QService.cpp | 60 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local 62 if (ipc->getCallingPid() == getpid()) in dispatch()
|
D | IQService.cpp | 80 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/msm8996/libqservice/ |
D | IQService.cpp | 87 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local 88 const int callerPid = ipc->getCallingPid(); in onTransact() 89 const int callerUid = ipc->getCallingUid(); in onTransact()
|
D | QService.cpp | 65 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local 67 bool sameProcess = (ipc->getCallingPid() == getpid()); in dispatch()
|
/hardware/qcom/sm7250/display/libqservice/ |
D | IQService.cpp | 87 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local 88 const int callerPid = ipc->getCallingPid(); in onTransact() 89 const int callerUid = ipc->getCallingUid(); in onTransact()
|
D | QService.cpp | 65 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local 67 bool sameProcess = (ipc->getCallingPid() == getpid()); in dispatch()
|
/hardware/qcom/display/msm8960/libqservice/ |
D | IQService.cpp | 86 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/msm8909w_3100/libqservice/ |
D | IQService.cpp | 87 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local 88 const int callerPid = ipc->getCallingPid(); in onTransact() 89 const int callerUid = ipc->getCallingUid(); in onTransact()
|
D | QService.cpp | 65 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local 67 bool sameProcess = (ipc->getCallingPid() == getpid()); in dispatch()
|
/hardware/qcom/display/msm8909/libqservice/ |
D | IQService.cpp | 87 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local 88 const int callerPid = ipc->getCallingPid(); in onTransact() 89 const int callerUid = ipc->getCallingUid(); in onTransact()
|
D | QService.cpp | 65 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local 67 bool sameProcess = (ipc->getCallingPid() == getpid()); in dispatch()
|
/hardware/qcom/sm8150/display/libqservice/ |
D | IQService.cpp | 87 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local 88 const int callerPid = ipc->getCallingPid(); in onTransact() 89 const int callerUid = ipc->getCallingUid(); in onTransact()
|
D | QService.cpp | 65 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local 67 bool sameProcess = (ipc->getCallingPid() == getpid()); in dispatch()
|
/hardware/qcom/display/msm8998/libqservice/ |
D | IQService.cpp | 87 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local 88 const int callerPid = ipc->getCallingPid(); in onTransact() 89 const int callerUid = ipc->getCallingUid(); in onTransact()
|
D | QService.cpp | 65 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local 67 bool sameProcess = (ipc->getCallingPid() == getpid()); in dispatch()
|
/hardware/qcom/display/msm8084/libqservice/ |
D | IQService.cpp | 89 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local 90 const int callerPid = ipc->getCallingPid(); in onTransact() 91 const int callerUid = ipc->getCallingUid(); in onTransact()
|