Home
last modified time | relevance | path

Searched refs:mServiceInterface (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsUtListener.java68 private IImsUtListener mServiceInterface; field in ImsUtListener
73 mServiceInterface.utConfigurationUpdated(null, id); in onUtConfigurationUpdated()
81 mServiceInterface.utConfigurationUpdateFailed(null, id, error); in onUtConfigurationUpdateFailed()
105 mServiceInterface.utConfigurationQueried(null, id, configuration); in onUtConfigurationQueried()
124 mServiceInterface.lineIdentificationSupplementaryServiceResponse(id, configuration); in onLineIdentificationSupplementaryServiceResponse()
137 mServiceInterface.utConfigurationQueryFailed(null, id, error); in onUtConfigurationQueryFailed()
145 mServiceInterface.utConfigurationCallBarringQueried(null, id, cbInfo); in onUtConfigurationCallBarringQueried()
153 mServiceInterface.utConfigurationCallForwardQueried(null, id, cfInfo); in onUtConfigurationCallForwardQueried()
161 mServiceInterface.utConfigurationCallWaitingQueried(null, id, cwInfo); in onUtConfigurationCallWaitingQueried()
169 mServiceInterface.onSupplementaryServiceIndication(ssData); in onSupplementaryServiceIndication()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java130 IAccessibilityServiceClient mServiceInterface; field in MotionEventInjectorTest
160 mServiceInterface = mock(IAccessibilityServiceClient.class); in setUp()
206 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
225 verifyNoMoreInteractions(mServiceInterface); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
232 verify(mServiceInterface).onPerformGestureResult(LINE_SEQUENCE, true); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
233 verifyNoMoreInteractions(mServiceInterface); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
240 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE, in testInjectEvents_fromAccessibilityTool_providesToolPolicyFlag()
270 injectEventsSync(events, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
272 verify(mServiceInterface).onPerformGestureResult(eq(CLICK_SEQUENCE), anyBoolean()); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
282 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testRegularEvent_afterGestureComplete_shouldPassToNext_withFlagInjectedFromA11y()
[all …]
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp73 , mServiceInterface(serviceInterface) in AudioStreamInternal()
139 mServiceStreamHandleInfo = mServiceInterface.openStream(request, configurationOutput); in open()
151 mServiceStreamHandleInfo = mServiceInterface.openStream(request, configurationOutput); in open()
207 result = mServiceInterface.getStreamDescription(mServiceStreamHandleInfo, mEndPointParcelable); in open()
355 mServiceInterface.closeStream(serviceStreamHandleInfo); in release_l()
402 aaudio_result_t result = mServiceInterface.exitStandby( in exitStandby_l()
480 aaudio_result_t result = mServiceInterface.startStream(mServiceStreamHandleInfo); in requestStart_l()
485 result = mServiceInterface.startStream(mServiceStreamHandleInfo); in requestStart_l()
584 result = mServiceInterface.stopStream(mServiceStreamHandleInfo); in requestStop_l()
597 return mServiceInterface.registerAudioThread(mServiceStreamHandleInfo, in registerThread()
[all …]
DAudioStreamInternalPlay.cpp91 return mServiceInterface.pauseStream(mServiceStreamHandleInfo); in requestPause_l()
101 return mServiceInterface.flushStream(mServiceStreamHandleInfo); in requestFlush_l()
DAudioStreamInternal.h174 AAudioServiceInterface &mServiceInterface; // abstract interface to the service variable
/frameworks/base/media/java/android/media/musicrecognition/
DMusicRecognitionService.java76 private final IMusicRecognitionService mServiceInterface = field in MusicRecognitionService
141 return mServiceInterface.asBinder(); in onBind()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt53473 Landroid/telephony/ims/ImsUtListener;->mServiceInterface:Lcom/android/ims/internal/IImsUtListener;