Searched defs:serviceInterface (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.cpp30 AudioStreamInternalCapture::AudioStreamInternalCapture(AAudioServiceInterface &serviceInterface, argument
32 : AudioStreamInternal(serviceInterface, inService) {
H A DAudioStreamInternalPlay.cpp28 AudioStreamInternalPlay::AudioStreamInternalPlay(AAudioServiceInterface &serviceInterface, argument
30 : AudioStreamInternal(serviceInterface, inService) {
H A DAudioStreamInternal.cpp59 AudioStreamInternal::AudioStreamInternal(AAudioServiceInterface &serviceInterface, bool inService) argument
65 , mServiceInterface(serviceInterface)
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java101 * @param serviceInterface The interface to call back with a result when the gesture is
105 IAccessibilityServiceClient serviceInterface, int sequence) {
108 args.arg2 = serviceInterface;
179 IAccessibilityServiceClient serviceInterface, int sequence) {
182 serviceInterface.onPerformGestureResult(sequence, false);
184 Slog.e(LOG_TAG, "Error sending status with mIsDestroyed to " + serviceInterface,
191 notifyService(serviceInterface, sequence, false);
198 if ((serviceInterface != mServiceInterfaceForCurrentGesture)
201 notifyService(serviceInterface, sequence, false);
210 mServiceInterfaceForCurrentGesture = serviceInterface;
104 injectEvents(List<GestureStep> gestureSteps, IAccessibilityServiceClient serviceInterface, int sequence) argument
178 injectEventsMainThread(List<GestureStep> gestureSteps, IAccessibilityServiceClient serviceInterface, int sequence) argument
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java442 Intent queryIntent = new Intent(mConfig.serviceInterface);
451 Slog.v(TAG, mConfig.serviceInterface + " services: " + installedServices);
662 Intent intent = new Intent(mConfig.serviceInterface);
1000 public String serviceInterface; field in class:ManagedServices.Config
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java690 IAccessibilityServiceClient serviceInterface, int sequence) {
691 mMotionEventInjector.injectEvents(gestureSteps, serviceInterface, sequence);
689 injectEventsSync(List<GestureStep> gestureSteps, IAccessibilityServiceClient serviceInterface, int sequence) argument

Completed in 3276 milliseconds