Home
last modified time | relevance | path

Searched refs:allowBlocking (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/java/android/os/
DServiceManager.java112 .asInterface(Binder.allowBlocking(BinderInternal.getContextObject())); in getIServiceManager()
129 return Binder.allowBlocking(rawGetService(name)); in getService()
209 return Binder.allowBlocking(getIServiceManager().checkService(name)); in checkService()
DShellCallback.java109 Binder.allowBlocking(mShellCallback.asBinder()); in ShellCallback()
DBinder.java210 public static IBinder allowBlocking(IBinder binder) { in allowBlocking() method in Binder
/frameworks/base/core/java/android/bluetooth/
DBluetoothAvrcpController.java86 Binder.allowBlocking(service));
DBluetoothPan.java127 return IBluetoothPan.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothPbapClient.java56 return IBluetoothPbapClient.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothSap.java96 return IBluetoothSap.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothMap.java58 return IBluetoothMap.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothA2dpSink.java130 return IBluetoothA2dpSink.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothMapClient.java81 return IBluetoothMapClient.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothHidDevice.java387 return IBluetoothHidDevice.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothHearingAid.java133 return IBluetoothHearingAid.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothHidHost.java225 return IBluetoothHidHost.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothA2dp.java211 return IBluetoothA2dp.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothHeadsetClient.java372 return IBluetoothHeadsetClient.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothHeadset.java1162 mService = IBluetoothHeadset.Stub.asInterface(Binder.allowBlocking(service));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java342 Binder.allowBlocking(clientInterface.asBinder()); in setupInterfaceForClientMode()
353 Binder.allowBlocking(wificondScanner.asBinder()); in setupInterfaceForClientMode()
430 Binder.allowBlocking(apInterface.asBinder()); in setupInterfaceForSoftApMode()
/frameworks/base/keystore/java/android/security/
DKeyChain.java801 q.put(IKeyChainService.Stub.asInterface(Binder.allowBlocking(service))); in bindAsUser()
/frameworks/base/services/core/java/com/android/server/
DMmsServiceBroker.java96 mService = IMms.Stub.asInterface(Binder.allowBlocking(service));
DBluetoothManagerService.java1737 IBluetoothGatt.Stub.asInterface(Binder.allowBlocking(service)); in handleMessage()
1747 mBluetooth = IBluetooth.Stub.asInterface(Binder.allowBlocking(service)); in handleMessage()
/frameworks/base/core/java/android/content/
DContentProviderClient.java140 Binder.allowBlocking(mContentProvider.asBinder()); in setDetectNotResponding()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java2373 Binder.allowBlocking(mReceiveChannel); in ensureDataForAutofill()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1987 Binder.allowBlocking(future.asBinder()); in fetchAppTransitionSpecsFromFuture()
/frameworks/base/core/java/android/app/
DActivityThread.java6888 Binder.allowBlocking(provider.asBinder()); in installProviderAuthoritiesLocked()