Searched refs:AIBinder_getCallingPid (Results 1 – 14 of 14) sorted by relevance
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceObserverService.cpp | 121 AIBinder_getCallingPid(), in dump() 158 if ((getpid() != AIBinder_getCallingPid()) && in registerObserver() 163 AIBinder_getCallingPid(), in registerObserver() 217 if ((getpid() != AIBinder_getCallingPid()) && in unregisterObserver() 222 AIBinder_getCallingPid(), in unregisterObserver()
|
D | ResourceManagerService.cpp | 232 AIBinder_getCallingPid(), in dump() 771 if ((AIBinder_getCallingPid() != getpid()) && in overridePid() 777 AIBinder_getCallingPid(), getpid()); in overridePid() 800 int callingPid = AIBinder_getCallingPid(); in overrideProcessInfo()
|
/frameworks/av/services/mediatranscoding/ |
D | MediaTranscodingService.cpp | 103 pid_t callingPid = AIBinder_getCallingPid(); in dump() 112 AIBinder_getCallingPid(), AIBinder_getCallingUid()); in dump()
|
/frameworks/native/libs/binder/rust/src/ |
D | state.rs | 98 sys::AIBinder_getCallingPid() in get_calling_pid()
|
/frameworks/av/media/libmediatranscoding/ |
D | TranscodingClientManager.cpp | 132 int32_t callingPid = AIBinder_getCallingPid(); in submitRequest() 240 int32_t callingPid = AIBinder_getCallingPid(); in addClientUid() 381 int32_t callingPid = AIBinder_getCallingPid(); in addClient()
|
/frameworks/libs/native_bridge_support/libbinder_ndk/ |
D | stubs_arm.cc | 45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingPid); 185 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_getCallingPid); in init_stub_library()
|
D | stubs_arm64.cc | 45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingPid); 185 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_getCallingPid); in init_stub_library()
|
/frameworks/native/libs/binder/ndk/ |
D | libbinder_ndk.map.txt | 12 AIBinder_getCallingPid;
|
D | ibinder.cpp | 565 pid_t AIBinder_getCallingPid() { in AIBinder_getCallingPid() function
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_ibinder.h | 393 pid_t AIBinder_getCallingPid() __INTRODUCED_IN(29);
|
/frameworks/native/services/memtrackproxy/ |
D | MemtrackProxy.cpp | 110 if (!MemtrackProxy::CheckPid(AIBinder_getCallingPid(), pid) && in getMemory()
|
/frameworks/av/drm/libmediadrm/ |
D | DrmHalAidl.cpp | 527 retry = DrmSessionManager::Instance()->reclaimSession(AIBinder_getCallingPid()); in openSession() 538 AIBinder_getCallingPid(), std::static_pointer_cast<IResourceManagerClient>(client), in openSession()
|
D | DrmHalHidl.cpp | 648 retry = DrmSessionManager::Instance()->reclaimSession(AIBinder_getCallingPid()); in openSession() 659 AIBinder_getCallingPid(), std::static_pointer_cast<IResourceManagerClient>(client), in openSession()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 306 mPid = AIBinder_getCallingPid(); in ResourceManagerServiceProxy() 331 int callerPid = AIBinder_getCallingPid(); in init()
|