Searched defs:mServiceInterface (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.h156 AAudioServiceInterface &mServiceInterface; // abstract interface to the service member in class:aaudio::AudioStreamInternal
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java112 IAccessibilityServiceClient mServiceInterface; field in class:MotionEventInjectorTest
146 mServiceInterface = mock(IAccessibilityServiceClient.class);
178 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE);
196 verifyZeroInteractions(mServiceInterface);
203 verify(mServiceInterface).onPerformGestureResult(LINE_SEQUENCE, true);
204 verifyNoMoreInteractions(mServiceInterface);
226 injectEventsSync(events, mServiceInterface, CLICK_SEQUENCE);
228 verify(mServiceInterface).onPerformGestureResult(eq(CLICK_SEQUENCE), anyBoolean());
234 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE);
245 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENC
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java612 IAccessibilityServiceClient a11yServiceInterface = service.mServiceInterface;
795 && userState.mUiAutomationService.mServiceInterface != null
796 && userState.mUiAutomationService.mServiceInterface.asBinder()
2638 IAccessibilityServiceClient mServiceInterface; field in class:AccessibilityManagerService.Service
2726 if (!mRequestFilterKeyEvents || (mServiceInterface == null)) {
2734 mServiceInterface.onKeyEvent(keyEvent, sequenceNumber);
2743 return (mServiceInterface != null)
2755 serviceInterface = mServiceInterface;
2759 mServiceInterface.onFingerprintCapturingGesturesChanged(active);
2772 serviceInterface = mServiceInterface;
[all...]

Completed in 542 milliseconds