/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityServiceConnection.java | 194 IAccessibilityServiceClient serviceInterface = null; in initializeService() local 205 serviceInterface = mServiceInterface; in initializeService() 210 if (serviceInterface != null in initializeService() 216 if (serviceInterface == null) { in initializeService() 225 serviceInterface.init(this, mId, mOverlayWindowTokens.get(Display.DEFAULT_DISPLAY)); in initializeService() 228 + serviceInterface, re); in initializeService() 370 IAccessibilityServiceClient serviceInterface; in onFingerprintGestureDetectionActiveChanged() local 372 serviceInterface = mServiceInterface; in onFingerprintGestureDetectionActiveChanged() 374 if (serviceInterface != null) { in onFingerprintGestureDetectionActiveChanged() 391 IAccessibilityServiceClient serviceInterface; in onFingerprintGesture() local [all …]
|
D | MotionEventInjector.java | 104 IAccessibilityServiceClient serviceInterface, int sequence, int displayId) { in injectEvents() argument 107 args.arg2 = serviceInterface; in injectEvents() 174 IAccessibilityServiceClient serviceInterface, int sequence, int displayId) { in injectEventsMainThread() argument 177 serviceInterface.onPerformGestureResult(sequence, false); in injectEventsMainThread() 179 Slog.e(LOG_TAG, "Error sending status with mIsDestroyed to " + serviceInterface, in injectEventsMainThread() 186 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 193 if ((serviceInterface != mServiceInterfaceForCurrentGesture) in injectEventsMainThread() 196 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 205 mServiceInterfaceForCurrentGesture = serviceInterface; in injectEventsMainThread() 211 notifyService(serviceInterface, sequence, false); in injectEventsMainThread()
|
D | UiAutomationManager.java | 259 final IAccessibilityServiceClient serviceInterface; in connectServiceUnknownThread() local 261 serviceInterface = mServiceInterface; in connectServiceUnknownThread() 262 if (serviceInterface == null) { in connectServiceUnknownThread() 271 if (serviceInterface != null) { in connectServiceUnknownThread() 272 serviceInterface.init(this, mId, in connectServiceUnknownThread()
|
/frameworks/base/services/searchui/java/com/android/server/searchui/ |
D | RemoteSearchUiService.java | 42 public RemoteSearchUiService(Context context, String serviceInterface, in RemoteSearchUiService() argument 46 super(context, serviceInterface, componentName, userId, callback, in RemoteSearchUiService()
|
/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
D | RemoteSmartspaceService.java | 42 public RemoteSmartspaceService(Context context, String serviceInterface, in RemoteSmartspaceService() argument 46 super(context, serviceInterface, componentName, userId, callback, in RemoteSmartspaceService()
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | RemoteAppPredictionService.java | 42 public RemoteAppPredictionService(Context context, String serviceInterface, in RemoteAppPredictionService() argument 46 super(context, serviceInterface, componentName, userId, callback, in RemoteAppPredictionService()
|
/frameworks/base/core/java/com/android/internal/infra/ |
D | AbstractSinglePendingRequestRemoteService.java | 48 @NonNull String serviceInterface, @NonNull ComponentName componentName, int userId, in AbstractSinglePendingRequestRemoteService() argument 51 super(context, serviceInterface, componentName, userId, callback, handler, bindingFlags, in AbstractSinglePendingRequestRemoteService()
|
D | AbstractMultiplePendingRequestsRemoteService.java | 49 @NonNull String serviceInterface, @NonNull ComponentName componentName, int userId, in AbstractMultiplePendingRequestsRemoteService() argument 52 super(context, serviceInterface, componentName, userId, callback, handler, bindingFlags, in AbstractMultiplePendingRequestsRemoteService()
|
D | AbstractRemoteService.java | 117 AbstractRemoteService(@NonNull Context context, @NonNull String serviceInterface, in AbstractRemoteService() argument 124 mIntent = new Intent(serviceInterface).setComponent(mComponentName); in AbstractRemoteService()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsUtListener.java | 178 public ImsUtListener(IImsUtListener serviceInterface) { in ImsUtListener() argument 179 mServiceInterface = serviceInterface; in ImsUtListener()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | RemoteInlineSuggestionRenderService.java | 53 String serviceInterface, int userId, InlineSuggestionRenderCallbacks callback, in RemoteInlineSuggestionRenderService() argument 55 super(context, serviceInterface, componentName, userId, callback, in RemoteInlineSuggestionRenderService()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | RemoteContentCaptureService.java | 51 RemoteContentCaptureService(Context context, String serviceInterface, in RemoteContentCaptureService() argument 55 super(context, serviceInterface, serviceComponentName, userId, perUserService, in RemoteContentCaptureService()
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioStreamInternalCapture.cpp | 43 AudioStreamInternalCapture::AudioStreamInternalCapture(AAudioServiceInterface &serviceInterface, in AudioStreamInternalCapture() argument 45 : AudioStreamInternal(serviceInterface, inService) { in AudioStreamInternalCapture()
|
D | AudioStreamInternalCapture.h | 31 AudioStreamInternalCapture(AAudioServiceInterface &serviceInterface, bool inService = false);
|
D | AudioStreamInternalPlay.h | 33 AudioStreamInternalPlay(AAudioServiceInterface &serviceInterface, bool inService = false);
|
D | AudioStreamInternalPlay.cpp | 41 AudioStreamInternalPlay::AudioStreamInternalPlay(AAudioServiceInterface &serviceInterface, in AudioStreamInternalPlay() argument 43 : AudioStreamInternal(serviceInterface, inService) { in AudioStreamInternalPlay()
|
D | AudioStreamInternal.h | 44 AudioStreamInternal(AAudioServiceInterface &serviceInterface, bool inService);
|
D | AudioStreamInternal.cpp | 65 AudioStreamInternal::AudioStreamInternal(AAudioServiceInterface &serviceInterface, bool inService) in AudioStreamInternal() argument 70 , mServiceInterface(serviceInterface) in AudioStreamInternal()
|
/frameworks/base/apex/media/framework/java/android/media/ |
D | Session2Token.java | 240 private static boolean isInterfaceDeclared(PackageManager manager, String serviceInterface, in isInterfaceDeclared() argument 242 Intent serviceIntent = new Intent(serviceInterface); in isInterfaceDeclared()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 1100 Intent queryIntent = new Intent(mConfig.serviceInterface); in queryPackageForServices() 1109 Slog.v(TAG, mConfig.serviceInterface + " services: " + installedServices); in queryPackageForServices() 1464 Intent intent = new Intent(mConfig.serviceInterface); in registerServiceLocked() 1843 public String serviceInterface; field in ManagedServices.Config
|
D | ConditionProviders.java | 125 c.serviceInterface = ConditionProviderService.SERVICE_INTERFACE; in getConfig()
|
D | NotificationManagerService.java | 9547 c.serviceInterface = NotificationAssistantService.SERVICE_INTERFACE; 10089 c.serviceInterface = NotificationListenerService.SERVICE_INTERFACE;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 731 IAccessibilityServiceClient serviceInterface, int sequence) { in injectEventsSync() argument 732 mMotionEventInjector.injectEvents(gestureSteps, serviceInterface, sequence, in injectEventsSync()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ManagedServicesTest.java | 1569 config.serviceInterface) in addExpectedServices() 1752 c.serviceInterface = "serviceInterface"; in getConfig()
|