/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityServiceConnection.java | 192 IAccessibilityServiceClient serviceInterface = null; in initializeService() local 203 serviceInterface = mServiceInterface; in initializeService() 208 if (serviceInterface != null in initializeService() 214 if (serviceInterface == null) { in initializeService() 226 + serviceInterface, re); in initializeService() 366 IAccessibilityServiceClient serviceInterface; in onFingerprintGestureDetectionActiveChanged() local 368 serviceInterface = mServiceInterface; in onFingerprintGestureDetectionActiveChanged() 370 if (serviceInterface != null) { in onFingerprintGestureDetectionActiveChanged() 387 IAccessibilityServiceClient serviceInterface; in onFingerprintGesture() local 389 serviceInterface = mServiceInterface; in onFingerprintGesture() [all …]
|
H A D | MotionEventInjector.java | 108 IAccessibilityServiceClient serviceInterface, int sequence, int displayId) { in injectEvents() argument 111 args.arg2 = serviceInterface; in injectEvents() 184 IAccessibilityServiceClient serviceInterface, int sequence, int displayId) { in injectEventsMainThread() argument 187 serviceInterface.onPerformGestureResult(sequence, false); in injectEventsMainThread() 189 Slog.e(LOG_TAG, "Error sending status with mIsDestroyed to " + serviceInterface, in injectEventsMainThread() 196 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 203 if ((serviceInterface != mServiceInterfaceForCurrentGesture) in injectEventsMainThread() 206 notifyService(serviceInterface, sequence, false); in injectEventsMainThread() 215 mServiceInterfaceForCurrentGesture = serviceInterface; in injectEventsMainThread() 221 notifyService(serviceInterface, sequence, false); in injectEventsMainThread()
|
H A D | UiAutomationManager.java | 260 final IAccessibilityServiceClient serviceInterface; in connectServiceUnknownThread() 262 serviceInterface = mServiceInterface; in connectServiceUnknownThread() 263 if (serviceInterface == null) { in connectServiceUnknownThread() 272 if (serviceInterface != null) { in connectServiceUnknownThread() 281 serviceInterface.init(this, mId, in connectServiceUnknownThread()
|
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
H A D | RemoteAppPredictionService.java | 42 public RemoteAppPredictionService(Context context, String serviceInterface, in RemoteAppPredictionService() argument 46 super(context, serviceInterface, componentName, userId, callback, in RemoteAppPredictionService()
|
/aosp12/frameworks/base/services/searchui/java/com/android/server/searchui/ |
H A D | RemoteSearchUiService.java | 42 public RemoteSearchUiService(Context context, String serviceInterface, in RemoteSearchUiService() argument 46 super(context, serviceInterface, componentName, userId, callback, in RemoteSearchUiService()
|
/aosp12/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
H A D | RemoteSmartspaceService.java | 42 public RemoteSmartspaceService(Context context, String serviceInterface, in RemoteSmartspaceService() argument 46 super(context, serviceInterface, componentName, userId, callback, in RemoteSmartspaceService()
|
/aosp12/frameworks/base/core/java/com/android/internal/infra/ |
H A 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()
|
H A 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()
|
H A D | AbstractRemoteService.java | 117 AbstractRemoteService(@NonNull Context context, @NonNull String serviceInterface, in AbstractRemoteService() argument 124 mIntent = new Intent(serviceInterface).setComponent(mComponentName); in AbstractRemoteService()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsUtListener.java | 178 public ImsUtListener(IImsUtListener serviceInterface) { in ImsUtListener() argument 179 mServiceInterface = serviceInterface; in ImsUtListener()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | RemoteInlineSuggestionRenderService.java | 53 String serviceInterface, int userId, InlineSuggestionRenderCallbacks callback, in RemoteInlineSuggestionRenderService() argument 55 super(context, serviceInterface, componentName, userId, callback, in RemoteInlineSuggestionRenderService()
|
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | RemoteContentCaptureService.java | 51 RemoteContentCaptureService(Context context, String serviceInterface, in RemoteContentCaptureService() argument 55 super(context, serviceInterface, serviceComponentName, userId, perUserService, in RemoteContentCaptureService()
|
/aosp12/frameworks/av/media/libaaudio/src/client/ |
H A D | AudioStreamInternalCapture.cpp | 43 AudioStreamInternalCapture::AudioStreamInternalCapture(AAudioServiceInterface &serviceInterface, in AudioStreamInternalCapture() argument 45 : AudioStreamInternal(serviceInterface, inService) { in AudioStreamInternalCapture()
|
H A D | AudioStreamInternalPlay.cpp | 41 AudioStreamInternalPlay::AudioStreamInternalPlay(AAudioServiceInterface &serviceInterface, in AudioStreamInternalPlay() argument 43 : AudioStreamInternal(serviceInterface, inService) { in AudioStreamInternalPlay()
|
H A D | AudioStreamInternalCapture.h | 31 AudioStreamInternalCapture(AAudioServiceInterface &serviceInterface, bool inService = false);
|
H A D | AudioStreamInternalPlay.h | 33 AudioStreamInternalPlay(AAudioServiceInterface &serviceInterface, bool inService = false);
|
H A D | AudioStreamInternal.h | 44 AudioStreamInternal(AAudioServiceInterface &serviceInterface, bool inService);
|
H A D | AudioStreamInternal.cpp | 65 AudioStreamInternal::AudioStreamInternal(AAudioServiceInterface &serviceInterface, bool inService) in AudioStreamInternal() argument 70 , mServiceInterface(serviceInterface) in AudioStreamInternal()
|
/aosp12/frameworks/base/apex/media/framework/java/android/media/ |
H A D | Session2Token.java | 240 private static boolean isInterfaceDeclared(PackageManager manager, String serviceInterface, in isInterfaceDeclared() argument 242 Intent serviceIntent = new Intent(serviceInterface); in isInterfaceDeclared()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ManagedServices.java | 1130 Intent queryIntent = new Intent(mConfig.serviceInterface); in queryPackageForServices() 1139 Slog.v(TAG, mConfig.serviceInterface + " services: " + installedServices); in queryPackageForServices() 1494 Intent intent = new Intent(mConfig.serviceInterface); in registerServiceLocked() 1873 public String serviceInterface; field in ManagedServices.Config
|
H A D | ConditionProviders.java | 125 c.serviceInterface = ConditionProviderService.SERVICE_INTERFACE; in getConfig()
|
H A D | NotificationManagerService.java | 9579 c.serviceInterface = NotificationAssistantService.SERVICE_INTERFACE; 10121 c.serviceInterface = NotificationListenerService.SERVICE_INTERFACE;
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | MotionEventInjectorTest.java | 733 IAccessibilityServiceClient serviceInterface, int sequence) { in injectEventsSync() argument 734 mMotionEventInjector.injectEvents(gestureSteps, serviceInterface, sequence, in injectEventsSync()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ManagedServicesTest.java | 1573 config.serviceInterface) in addExpectedServices() 1763 c.serviceInterface = "serviceInterface"; in getConfig()
|