Home
last modified time | relevance | path

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

1234

/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
DServiceManagerNative.java61 public IBinder getService(String name) throws RemoteException { in getService() method in ServiceManagerProxy
/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/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/native/libs/binder/include/binder/
DIServiceManager.h146 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() function
/frameworks/native/include/binder/
DIServiceManager.h146 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() function
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DMockTetheringService.java68 public MockTetheringService getService() { in getService() method in MockTetheringService.MockTetheringConnector
/frameworks/native/libs/fakeservicemanager/
DServiceManager.cpp23 sp<IBinder> ServiceManager::getService( const String16& name) const { in getService() function in android::ServiceManager
/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
/frameworks/base/core/java/android/net/
DNetworkStack.java58 public static IBinder getService() { in getService() method in NetworkStack
/frameworks/native/libs/sensorprivacy/
DSensorPrivacyManager.cpp32 sp<hardware::ISensorPrivacyManager> SensorPrivacyManager::getService() in getService() function in android::SensorPrivacyManager
/frameworks/native/cmds/idlcli/
Dvibrator.h46 inline auto getService() { in getService() function
/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/native/libs/binder/aidl/android/os/
DIServiceManager.aidl62 @nullable IBinder getService(@utf8InCpp String name); in getService() method
/frameworks/base/media/java/android/media/
DAudioRecordingMonitorImpl.java242 private static IAudioService getService() { in getService() method in AudioRecordingMonitorImpl

1234