Home
last modified time | relevance | path

Searched defs:getService (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/base/core/java/android/os/
DHwBinder.java79 public static final IHwBinder getService( in getService() method in HwBinder
92 public static native final IHwBinder getService( in getService() method in HwBinder
DIServiceManager.java39 IBinder getService(String name) throws RemoteException; in getService() method
/frameworks/base/keystore/java/android/security/
DGateKeeper.java37 public static IGateKeeperService getService() { in getService() method in GateKeeper
/frameworks/base/core/java/com/android/server/
DLocalServices.java45 public static <T> T getService(Class<T> type) { in getService() method in LocalServices
/frameworks/base/core/java/android/app/
DUriGrantsManager.java44 public static IUriGrantsManager getService() { in getService() method in UriGrantsManager
/frameworks/native/libs/binder/
DAppOpsManager.cpp58 sp<IAppOpsService> AppOpsManager::getService() { return NULL; } in getService() function in android::AppOpsManager
60 sp<IAppOpsService> AppOpsManager::getService() in getService() function in android::AppOpsManager
DPermissionController.cpp30 sp<IPermissionController> PermissionController::getService() in getService() function in android::PermissionController
DActivityManager.cpp32 sp<IActivityManager> ActivityManager::getService() in getService() function in android::ActivityManager
/frameworks/native/libs/binder/include/binder/
DIServiceManager.h86 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DQSTileServiceWrapper.java96 public IQSTileService getService() { in getService() method in QSTileServiceWrapper
/frameworks/layoutlib/bridge/src/android/os/
DServiceManager.java29 public static IBinder getService(String name) { in getService() method in ServiceManager
/frameworks/native/services/bufferhub/
DBufferClient.cpp86 sp<BufferHubService> BufferClient::getService() { in getService() function in android::frameworks::bufferhub::V1_0::implementation::BufferClient
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattServer.java506 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService() method in BluetoothGattServer
799 public BluetoothGattService getService(UUID uuid) { in getService() method in BluetoothGattServer
DBluetoothProfileConnector.java146 T getService() { in getService() method in BluetoothProfileConnector
DBluetoothAvrcpController.java103 private IBluetoothAvrcpController getService() { in getService() method in BluetoothAvrcpController
DBluetoothPbapClient.java89 private IBluetoothPbapClient getService() { in getService() method in BluetoothPbapClient
DBluetoothGatt.java725 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid, in getService() method in BluetoothGatt
1066 public BluetoothGattService getService(UUID uuid) { in getService() method in BluetoothGatt
DBluetoothPan.java148 private IBluetoothPan getService() { in getService() method in BluetoothPan
/frameworks/native/libs/sensorprivacy/
DSensorPrivacyManager.cpp32 sp<hardware::ISensorPrivacyManager> SensorPrivacyManager::getService() in getService() function in android::SensorPrivacyManager
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java130 public T getService() { in getService() method in ServiceTestCase
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceChooserActivity.java149 private DeviceDiscoveryService getService() { in getService() method in DeviceChooserActivity
/frameworks/base/media/java/android/media/
DAudioRecordingMonitorImpl.java242 private static IAudioService getService() { in getService() method in AudioRecordingMonitorImpl
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java168 INfcAdapterExtras getService() { in getService() method in NfcAdapterExtras
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DRadioModule.java143 public @NonNull IBroadcastRadio getService() { in getService() method in RadioModule
/frameworks/native/libs/binder/ndk/test/
Diface.cpp143 sp<IFoo> IFoo::getService(const char* instance, AIBinder** outBinder) { in getService() function in IFoo

123