Searched refs:mServiceInterface (Results 1 - 4 of 4) sorted by relevance

/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/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp65 , mServiceInterface(serviceInterface)
103 mServiceStreamHandle = mServiceInterface.openStream(request, configuration);
121 result = mServiceInterface.getStreamDescription(mServiceStreamHandle, mEndPointParcelable);
123 mServiceInterface.closeStream(mServiceStreamHandle);
130 mServiceInterface.closeStream(mServiceStreamHandle);
158 mServiceInterface.closeStream(mServiceStreamHandle);
163 mServiceInterface.closeStream(mServiceStreamHandle);
202 mServiceInterface.closeStream(serviceStreamHandle);
234 aaudio_result_t result = mServiceInterface.startStream(mServiceStreamHandle);;
284 return mServiceInterface
[all...]
H A DAudioStreamInternal.h160 AAudioServiceInterface &mServiceInterface; // abstract interface to the service member in class:aaudio::AudioStreamInternal
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java617 IAccessibilityServiceClient a11yServiceInterface = service.mServiceInterface;
800 && userState.mUiAutomationService.mServiceInterface != null
801 && userState.mUiAutomationService.mServiceInterface.asBinder()
2636 IAccessibilityServiceClient mServiceInterface; field in class:AccessibilityManagerService.Service
2724 if (!mRequestFilterKeyEvents || (mServiceInterface == null)) {
2732 mServiceInterface.onKeyEvent(keyEvent, sequenceNumber);
2741 return (mServiceInterface != null)
2753 serviceInterface = mServiceInterface;
2757 mServiceInterface.onFingerprintCapturingGesturesChanged(active);
2770 serviceInterface = mServiceInterface;
[all...]

Completed in 114 milliseconds