/aosp14/frameworks/base/location/java/android/location/util/identity/ |
H A D | CallerIdentity.java | 84 public static CallerIdentity fromBinder(Context context, String packageName, in fromBinder() method in CallerIdentity 86 return fromBinder(context, packageName, attributionTag, null); in fromBinder() 94 public static CallerIdentity fromBinder(Context context, String packageName, in fromBinder() method in CallerIdentity
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowOrganizerController.java | 282 Transition transition = Transition.fromBinder(transitionToken); in startTransition() 409 final Transition transition = Transition.fromBinder(transitionToken); in finishTransition() 541 final WindowContainer wc = WindowContainer.fromBinder(entry.getKey()); in applyTransaction() 573 final WindowContainer hopWc = WindowContainer.fromBinder( in applyTransaction() 1002 WindowContainer.fromBinder(hop.getNewParent()); in applyHierarchyOp() 1483 : WindowContainer.fromBinder(hop.getNewParent()); in sanitizeAndApplyHierarchyOp() 1553 ? WindowContainer.fromBinder(hop.getContainer()) : null; in reparentChildrenTasksHierarchyOp() 1555 ? WindowContainer.fromBinder(hop.getNewParent()) : null; in reparentChildrenTasksHierarchyOp() 1660 final WindowContainer wc1 = WindowContainer.fromBinder(hop.getContainer()); in setAdjacentRootsHierarchyOp() 1684 final WindowContainer wc = WindowContainer.fromBinder(hop.getContainer()); in clearAdjacentRootsHierarchyOp() [all …]
|
H A D | TaskOrganizerController.java | 911 final WindowContainer wc = WindowContainer.fromBinder(token.asBinder()); in deleteRootTask() 1036 final WindowContainer container = WindowContainer.fromBinder(parent.asBinder()); in getChildTasks() 1103 final WindowContainer wc = WindowContainer.fromBinder(token.asBinder()); in setInterceptBackPressedOnTaskRoot() 1130 final WindowContainer wc = WindowContainer.fromBinder(token.asBinder()); in restartTaskTopActivityProcessIfVisible() 1158 final WindowContainer wc = WindowContainer.fromBinder(token.asBinder()); in updateCameraCompatControlState()
|
H A D | DisplayAreaOrganizerController.java | 259 final WindowContainer wc = WindowContainer.fromBinder(token.asBinder()); in deleteTaskDisplayArea()
|
H A D | ContentRecorder.java | 432 Task taskToRecord = WindowContainer.fromBinder(tokenToRecord).asTask(); in retrieveRecordedWindowContainer()
|
H A D | SafeActivityOptions.java | 299 ? (TaskDisplayArea) WindowContainer.fromBinder(daToken.asBinder()) : null; in checkPermissions()
|
H A D | DisplayAreaPolicyBuilder.java | 422 final TaskDisplayArea tda = WindowContainer.fromBinder(tdaToken.asBinder()) in apply()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssManagerService.java | 175 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, attributionTag, in registerGnssStatusCallback() 194 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, attributionTag, in registerGnssNmeaCallback() 216 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, attributionTag, in addGnssMeasurementsListener() 247 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, attributionTag, in addGnssNavigationMessageListener() 265 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, attributionTag, in addGnssAntennaInfoListener()
|
/aosp14/system/core/fastboot/device/ |
H A D | fastboot_device.cpp | 55 std::shared_ptr<IHealth> health = IHealth::fromBinder(binder); in get_health_service() 75 std::shared_ptr<IFastboot> fastboot = IFastboot::fromBinder(binder); in get_fastboot_service()
|
/aosp14/system/core/usbd/ |
H A D | usbd.cpp | 56 aidl::android::hardware::usb::gadget::IUsbGadget::fromBinder( in main()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Binder.java | 255 public static void copyAllowBlocking(IBinder fromBinder, IBinder toBinder) { in copyAllowBlocking() argument 256 if (fromBinder instanceof BinderProxy && toBinder instanceof BinderProxy) { in copyAllowBlocking() 257 ((BinderProxy) toBinder).mWarnOnBlocking = ((BinderProxy) fromBinder).mWarnOnBlocking; in copyAllowBlocking()
|
/aosp14/system/core/gatekeeperd/ |
H A D | gatekeeperd.cpp | 79 aidl_hw_device = AidlIGatekeeper::fromBinder(ks2Binder); in GateKeeperProxy() 381 auto authzService = IKeystoreAuthorization::fromBinder(authzBinder); in verifyChallenge()
|
/aosp14/frameworks/base/media/jni/tuner/ |
H A D | TunerClient.cpp | 35 mTunerService = ITunerService::fromBinder(binder); in TunerClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationManagerService.java | 752 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, attributionTag, in getCurrentLocation() 781 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, attributionTag, in registerLocationListener() 806 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, attributionTag, in registerLocationPendingIntent() 959 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, attributionTag); in getLastLocation() 1352 CallerIdentity identity = CallerIdentity.fromBinder(mContext, params.getClientPackage(), in getFromLocation() 1373 CallerIdentity identity = CallerIdentity.fromBinder(mContext, params.getClientPackage(), in getFromLocationName()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_power_PowerManagerService.cpp | 151 gSuspendHal = ISystemSuspend::fromBinder( in getSuspendHal()
|
H A D | com_android_server_HardwarePropertiesManagerService.cpp | 103 auto thermalAidlService = IThermal::fromBinder(ndk::SpAIBinder(binder)); in getThermalHalLocked()
|
/aosp14/system/core/storaged/ |
H A D | storaged.cpp | 90 ret.aidl_health = IHealth::fromBinder(binder); in get()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaDescrambler.cpp | 166 return hardware::fromBinder< in GetDescrambler()
|
H A D | android_media_MediaExtractor.cpp | 109 sp<ICas> cas = hardware::fromBinder<ICas, BpHwCas, BnHwCas>(hwBinder); in setMediaCas()
|
/aosp14/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/ |
H A D | VtsHalOmapiSeAccessControlTestCases.cpp | 279 mOmapiSeService = aidl::android::se::omapi::ISecureElementService::fromBinder(ks2Binder); in SetUp()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_HwRemoteBinder.cpp | 427 return hardware::fromBinder<hidl::base::V1_0::IBase, hidl::base::V1_0::BpHwBase, in toIBase()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/ |
H A D | GeofenceManager.java | 352 CallerIdentity identity = CallerIdentity.fromBinder(mContext, packageName, in addGeofence()
|
/aosp14/frameworks/base/omapi/aidl/vts/functional/omapi/ |
H A D | VtsHalOmapiSeServiceV1_TargetTest.cpp | 202 mOmapiSeService = aidl::android::se::omapi::ISecureElementService::fromBinder(ks2Binder); in SetUp()
|
/aosp14/frameworks/base/services/core/jni/tvinput/ |
H A D | JTvInputHal.cpp | 50 aidlITvInput = AidlITvInput::fromBinder(binder); in createInstance()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowTestsBase.java | 1846 mLastTransit = Transition.fromBinder(transitToken); in onTransitionReady() 1853 mLastTransit = Transition.fromBinder(transitToken); in requestStartTransition()
|