HomeSort by relevance Sort by last modified time
    Searched refs:mServiceInterface (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
MotionEventInjectorTest.java 112 IAccessibilityServiceClient mServiceInterface;
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_SEQUENCE)
    [all...]
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternal.cpp 65 , 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.pauseStream(mServiceStreamHandle)
    [all...]
AudioStreamInternal.h 160 AAudioServiceInterface &mServiceInterface; // abstract interface to the service
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 81 if (mServiceInterface != null) {
84 mServiceInterface.createConnectionComplete(callId,
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 617 IAccessibilityServiceClient a11yServiceInterface = service.mServiceInterface;
    [all...]

Completed in 133 milliseconds