Home
last modified time | relevance | path

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

/frameworks/av/services/mediatranscoding/
DMediaTranscodingService.cpp92 int32_t callingPid = AIBinder_getCallingPid(); in registerClient()
151 int32_t callingPid = AIBinder_getCallingPid(); in unregisterClient()
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc35 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingPid);
140 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_getCallingPid); in init_stub_library()
Dstubs_arm64.cc35 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingPid);
140 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.cpp483 pid_t AIBinder_getCallingPid() { in AIBinder_getCallingPid() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h369 pid_t AIBinder_getCallingPid() __INTRODUCED_IN(29);
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp149 AIBinder_getCallingPid(), in dump()
633 if ((AIBinder_getCallingPid() != getpid()) && in overridePid()
639 AIBinder_getCallingPid(), getpid()); in overridePid()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp69 pid_t pid = AIBinder_getCallingPid(); in checkPermission()
857 AIBinder_getCallingPid(), AIBinder_getCallingUid()); in cmd_clear_puller_cache()
868 VLOG("StatsService::cmd_print_logs with Pid %i, Uid %i", AIBinder_getCallingPid(), in cmd_print_logs()
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp80 mLogPid = AIBinder_getCallingPid(); in LogEvent()
/frameworks/av/drm/libmediadrm/
DDrmHal.cpp708 retry = DrmSessionManager::Instance()->reclaimSession(AIBinder_getCallingPid()); in openSession()
718 DrmSessionManager::Instance()->addSession(AIBinder_getCallingPid(), in openSession()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp225 mPid = AIBinder_getCallingPid(); in ResourceManagerServiceProxy()