Home
last modified time | relevance | path

Searched refs:AIBinder_getCallingUid (Results 1 – 18 of 18) 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.rs90 unsafe { sys::AIBinder_getCallingUid() } in get_calling_uid()
/frameworks/av/services/mediaresourcemanager/
DResourceObserverService.cpp125 AIBinder_getCallingUid()); in dump()
167 AIBinder_getCallingUid()); in registerObserver()
226 AIBinder_getCallingUid()); in unregisterObserver()
DResourceManagerService.cpp96 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/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/av/drm/libmediadrm/
DDrmSessionManager.cpp173 uid_t uid = AIBinder_getCallingUid(); in addSession()
241 uid_t uid = AIBinder_getCallingUid(); in reclaimSession()
DDrmHalAidl.cpp467 mMetrics->SetAppUid(AIBinder_getCallingUid()); in createPlugin()
DDrmHalHidl.cpp352 mMetrics.SetAppUid(AIBinder_getCallingUid()); in makeDrmPlugin()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h382 uid_t AIBinder_getCallingUid() __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingUid);
237 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_getCallingUid); in init_stub_library()
Dstubs_arm64.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingUid);
237 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_getCallingUid); in init_stub_library()
Dstubs_riscv64.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_getCallingUid);
237 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.cpp239 uid_t uid = AIBinder_getCallingUid(); in onTransact()
630 uid_t AIBinder_getCallingUid() { in AIBinder_getCallingUid() function
/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.cpp524 mUid = AIBinder_getCallingUid(); in ResourceManagerServiceProxy()
541 int callerUid = AIBinder_getCallingUid(); in init()