Home
last modified time | relevance | path

Searched refs:AIBinder_getCallingPid (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/services/mediaresourcemanager/
DResourceObserverService.cpp121 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()
DResourceManagerService.cpp232 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/
DMediaTranscodingService.cpp103 pid_t callingPid = AIBinder_getCallingPid(); in dump()
112 AIBinder_getCallingPid(), AIBinder_getCallingUid()); in dump()
/frameworks/native/libs/binder/rust/src/
Dstate.rs98 sys::AIBinder_getCallingPid() in get_calling_pid()
/frameworks/av/media/libmediatranscoding/
DTranscodingClientManager.cpp132 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/
Dstubs_arm.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingPid);
185 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_getCallingPid); in init_stub_library()
Dstubs_arm64.cc45 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/
Dlibbinder_ndk.map.txt12 AIBinder_getCallingPid;
Dibinder.cpp565 pid_t AIBinder_getCallingPid() { in AIBinder_getCallingPid() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h393 pid_t AIBinder_getCallingPid() __INTRODUCED_IN(29);
/frameworks/native/services/memtrackproxy/
DMemtrackProxy.cpp110 if (!MemtrackProxy::CheckPid(AIBinder_getCallingPid(), pid) && in getMemory()
/frameworks/av/drm/libmediadrm/
DDrmHalAidl.cpp527 retry = DrmSessionManager::Instance()->reclaimSession(AIBinder_getCallingPid()); in openSession()
538 AIBinder_getCallingPid(), std::static_pointer_cast<IResourceManagerClient>(client), in openSession()
DDrmHalHidl.cpp648 retry = DrmSessionManager::Instance()->reclaimSession(AIBinder_getCallingPid()); in openSession()
659 AIBinder_getCallingPid(), std::static_pointer_cast<IResourceManagerClient>(client), in openSession()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp306 mPid = AIBinder_getCallingPid(); in ResourceManagerServiceProxy()
331 int callerPid = AIBinder_getCallingPid(); in init()