Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsUtListener.java70 private IImsUtListener mServiceInterface; field in ImsUtListener
75 mServiceInterface.utConfigurationUpdated(null, id); in onUtConfigurationUpdated()
83 mServiceInterface.utConfigurationUpdateFailed(null, id, error); in onUtConfigurationUpdateFailed()
107 mServiceInterface.utConfigurationQueried(null, id, configuration); in onUtConfigurationQueried()
126 mServiceInterface.lineIdentificationSupplementaryServiceResponse(id, configuration); in onLineIdentificationSupplementaryServiceResponse()
139 mServiceInterface.utConfigurationQueryFailed(null, id, error); in onUtConfigurationQueryFailed()
147 mServiceInterface.utConfigurationCallBarringQueried(null, id, cbInfo); in onUtConfigurationCallBarringQueried()
155 mServiceInterface.utConfigurationCallForwardQueried(null, id, cfInfo); in onUtConfigurationCallForwardQueried()
163 mServiceInterface.utConfigurationCallWaitingQueried(null, id, cwInfo); in onUtConfigurationCallWaitingQueried()
171 mServiceInterface.onSupplementaryServiceIndication(ssData); in onSupplementaryServiceIndication()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java112 IAccessibilityServiceClient mServiceInterface; field in MotionEventInjectorTest
140 mServiceInterface = mock(IAccessibilityServiceClient.class); in setUp()
182 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
200 verifyZeroInteractions(mServiceInterface); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
207 verify(mServiceInterface).onPerformGestureResult(LINE_SEQUENCE, true); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
208 verifyNoMoreInteractions(mServiceInterface); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
230 injectEventsSync(events, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
232 verify(mServiceInterface).onPerformGestureResult(eq(CLICK_SEQUENCE), anyBoolean()); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
238 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testRegularEvent_afterGestureComplete_shouldPassToNext()
249 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java166 mServiceInterface = IAccessibilityServiceClient.Stub.asInterface(service); in onServiceConnected()
194 serviceInterface = mServiceInterface; in initializeService()
333 return (mServiceInterface != null) in isCapturingFingerprintGestures()
345 serviceInterface = mServiceInterface; in onFingerprintGestureDetectionActiveChanged()
349 mServiceInterface.onFingerprintCapturingGesturesChanged(active); in onFingerprintGestureDetectionActiveChanged()
362 serviceInterface = mServiceInterface; in onFingerprintGesture()
366 mServiceInterface.onFingerprintGesture(gesture); in onFingerprintGesture()
380 gestureSteps.getList(), mServiceInterface, sequence); in sendGesture() local
383 mServiceInterface.onPerformGestureResult(sequence, false); in sendGesture()
386 + mServiceInterface, re); in sendGesture()
DUiAutomationManager.java112 mUiAutomationService.mServiceInterface = serviceClient; in registerUiTestAutomationServiceLocked()
115 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, in registerUiTestAutomationServiceLocked()
131 || (mUiAutomationService.mServiceInterface == null) in unregisterUiTestAutomationServiceLocked()
133 != mUiAutomationService.mServiceInterface.asBinder())) { in unregisterUiTestAutomationServiceLocked()
203 mUiAutomationService.mServiceInterface.asBinder().unlinkToDeath( in destroyUiAutomationService()
239 serviceInterface = mServiceInterface; in connectServiceUnknownThread()
240 mService = (serviceInterface == null) ? null : mServiceInterface.asBinder(); in connectServiceUnknownThread()
DAbstractAccessibilityServiceConnection.java102 IAccessibilityServiceClient mServiceInterface; field in AbstractAccessibilityServiceConnection
271 if (!mRequestFilterKeyEvents || (mServiceInterface == null)) { in onKeyEvent()
282 mServiceInterface.onKeyEvent(keyEvent, sequenceNumber); in onKeyEvent()
974 if (mServiceInterface != null) { in resetLocked()
975 mServiceInterface.init(null, mId, null); in resetLocked()
985 mServiceInterface = null; in resetLocked()
1076 listener = mServiceInterface; in notifyAccessibilityEventInternal()
1247 return mServiceInterface; in getServiceInterfaceSafely()
DAccessibilityManagerService.java702 IAccessibilityServiceClient a11yServiceInterface = service.mServiceInterface; in interrupt()
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp65 , mServiceInterface(serviceInterface) in AudioStreamInternal()
125 mServiceStreamHandle = mServiceInterface.openStream(request, configurationOutput); in open()
136 mServiceStreamHandle = mServiceInterface.openStream(request, configurationOutput); in open()
164 result = mServiceInterface.getStreamDescription(mServiceStreamHandle, mEndPointParcelable); in open()
262 mServiceInterface.closeStream(serviceStreamHandle); in close()
319 aaudio_result_t result = mServiceInterface.startStream(mServiceStreamHandle); in requestStart()
393 return mServiceInterface.stopStream(mServiceStreamHandle); in requestStop()
401 return mServiceInterface.registerAudioThread(mServiceStreamHandle, in registerThread()
411 return mServiceInterface.unregisterAudioThread(mServiceStreamHandle, gettid()); in unregisterThread()
420 aaudio_result_t result = mServiceInterface.startClient(mServiceStreamHandle, in startClient()
[all …]
DAudioStreamInternalPlay.cpp76 return mServiceInterface.pauseStream(mServiceStreamHandle); in requestPause()
86 return mServiceInterface.flushStream(mServiceStreamHandle); in requestFlush()
DAudioStreamInternal.h172 AAudioServiceInterface &mServiceInterface; // abstract interface to the service variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68139 Landroid/telephony/ims/ImsUtListener;->mServiceInterface:Lcom/android/ims/internal/IImsUtListener;