Home
last modified time | relevance | path

Searched refs:AIBinder_getCallingUid (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/cmds/statsd/src/
DStatsService.cpp70 uid_t uid = AIBinder_getCallingUid(); in checkPermission()
75 uid_t uid = AIBinder_getCallingUid(); in checkUid()
289 uid_t uid = AIBinder_getCallingUid(); in handleShellCommand()
497 uid = AIBinder_getCallingUid(); in cmd_trigger_broadcast()
533 uid = AIBinder_getCallingUid(); in cmd_trigger_active_config_broadcast()
547 uid = AIBinder_getCallingUid(); in cmd_trigger_active_config_broadcast()
590 uid = AIBinder_getCallingUid(); in cmd_config()
673 uid = AIBinder_getCallingUid(); in cmd_dump_report()
765 uid = AIBinder_getCallingUid(); in cmd_log_app_breadcrumb()
857 AIBinder_getCallingPid(), AIBinder_getCallingUid()); in cmd_clear_puller_cache()
[all …]
/frameworks/av/services/mediatranscoding/
DMediaTranscodingService.cpp93 int32_t callingUid = AIBinder_getCallingUid(); in registerClient()
150 int32_t callingUid = AIBinder_getCallingUid(); in unregisterClient()
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc36 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingUid);
141 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_getCallingUid); in init_stub_library()
Dstubs_arm64.cc36 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingUid);
141 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_getCallingUid); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt13 AIBinder_getCallingUid;
Dibinder.cpp181 uid_t uid = AIBinder_getCallingUid(); in onTransact()
479 uid_t AIBinder_getCallingUid() { in AIBinder_getCallingUid() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h353 uid_t AIBinder_getCallingUid() __INTRODUCED_IN(29);
/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp129 uid_t uid = AIBinder_getCallingUid(); in addSession()
DDrmHal.cpp411 mMetrics.SetAppUid(AIBinder_getCallingUid()); in makeDrmPlugin()
/frameworks/av/media/extractors/wav/
DWAVExtractor.cpp47 return bitsPerSample > 16 && AIBinder_getCallingUid() == AID_MEDIA in shouldExtractorOutputFloat()
/frameworks/av/media/extractors/flac/
DFLACExtractor.cpp51 return bitsPerSample > 16 && AIBinder_getCallingUid() == AID_MEDIA in shouldExtractorOutputFloat()
/frameworks/base/cmds/statsd/tests/e2e/
DPartialBucket_e2e_test.cpp49 ConfigKey configKey(AIBinder_getCallingUid(), kConfigKey); in GetReports()
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp79 mLogUid = AIBinder_getCallingUid(); in LogEvent()
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp150 AIBinder_getCallingUid()); in dump()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp644 mUid = AIBinder_getCallingUid(); in MediaCodec()