Home
last modified time | relevance | path

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

/frameworks/av/media/module/service.mediatranscoding/
DMediaTranscodingService.cpp102 uid_t callingUid = AIBinder_getCallingUid(); in dump()
112 AIBinder_getCallingPid(), AIBinder_getCallingUid()); in dump()
/frameworks/native/libs/binder/rust/src/
Dstate.rs73 sys::AIBinder_getCallingUid() in get_calling_uid()
/frameworks/av/services/mediaresourcemanager/
DResourceObserverService.cpp124 AIBinder_getCallingUid()); in dump()
166 AIBinder_getCallingUid()); in registerObserver()
225 AIBinder_getCallingUid()); in unregisterObserver()
DResourceManagerService.cpp241 AIBinder_getCallingUid()); in dump()
/frameworks/native/services/memtrackproxy/
DMemtrackProxy.cpp116 !MemtrackProxy::CheckUid(AIBinder_getCallingUid())) { in getMemory()
180 if (!MemtrackProxy::CheckUid(AIBinder_getCallingUid())) { in getGpuDeviceInfo()
/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp130 uid_t uid = AIBinder_getCallingUid(); in addSession()
197 uid_t uid = AIBinder_getCallingUid(); in reclaimSession()
DDrmHalAidl.cpp467 mMetrics->SetAppUid(AIBinder_getCallingUid()); in createPlugin()
DDrmHalHidl.cpp352 mMetrics.SetAppUid(AIBinder_getCallingUid()); in makeDrmPlugin()
/frameworks/av/media/module/libmediatranscoding/
DTranscodingClientManager.cpp133 int32_t callingUid = AIBinder_getCallingUid(); in submitRequest()
241 int32_t callingUid = AIBinder_getCallingUid(); in addClientUid()
382 int32_t callingUid = AIBinder_getCallingUid(); in addClient()
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingUid);
195 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_getCallingUid); in init_stub_library()
Dstubs_arm.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingUid);
195 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.cpp231 uid_t uid = AIBinder_getCallingUid(); in onTransact()
572 uid_t AIBinder_getCallingUid() { in AIBinder_getCallingUid() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h382 uid_t AIBinder_getCallingUid() __INTRODUCED_IN(29);
/frameworks/av/media/module/extractors/wav/
DWAVExtractor.cpp47 return bitsPerSample > 16 && AIBinder_getCallingUid() == AID_MEDIA in shouldExtractorOutputFloat()
/frameworks/av/media/module/extractors/flac/
DFLACExtractor.cpp51 return bitsPerSample > 16 && AIBinder_getCallingUid() == AID_MEDIA in shouldExtractorOutputFloat()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp406 mUid = AIBinder_getCallingUid(); in ResourceManagerServiceProxy()
435 int callerUid = AIBinder_getCallingUid(); in init()