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.java35 private IImsUtListener mServiceInterface; field in ImsUtListener
40 mServiceInterface.utConfigurationUpdated(null, id); in onUtConfigurationUpdated()
48 mServiceInterface.utConfigurationUpdateFailed(null, id, error); in onUtConfigurationUpdateFailed()
56 mServiceInterface.utConfigurationQueried(null, id, ssInfo); in onUtConfigurationQueried()
64 mServiceInterface.utConfigurationQueryFailed(null, id, error); in onUtConfigurationQueryFailed()
72 mServiceInterface.utConfigurationCallBarringQueried(null, id, cbInfo); in onUtConfigurationCallBarringQueried()
80 mServiceInterface.utConfigurationCallForwardQueried(null, id, cfInfo); in onUtConfigurationCallForwardQueried()
88 mServiceInterface.utConfigurationCallWaitingQueried(null, id, cwInfo); in onUtConfigurationCallWaitingQueried()
96 mServiceInterface.onSupplementaryServiceIndication(ssData); in onSupplementaryServiceIndication()
106 mServiceInterface = serviceInterface; in ImsUtListener()
/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.java156 mServiceInterface = IAccessibilityServiceClient.Stub.asInterface(service); in onServiceConnected()
184 serviceInterface = mServiceInterface; in initializeService()
317 return (mServiceInterface != null) in isCapturingFingerprintGestures()
329 serviceInterface = mServiceInterface; in onFingerprintGestureDetectionActiveChanged()
333 mServiceInterface.onFingerprintCapturingGesturesChanged(active); in onFingerprintGestureDetectionActiveChanged()
346 serviceInterface = mServiceInterface; in onFingerprintGesture()
350 mServiceInterface.onFingerprintGesture(gesture); in onFingerprintGesture()
364 gestureSteps.getList(), mServiceInterface, sequence); in sendGesture() local
367 mServiceInterface.onPerformGestureResult(sequence, false); in sendGesture()
370 + 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.java701 IAccessibilityServiceClient a11yServiceInterface = service.mServiceInterface; in interrupt()
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp64 , mServiceInterface(serviceInterface) in AudioStreamInternal()
124 mServiceStreamHandle = mServiceInterface.openStream(request, configurationOutput); in open()
135 mServiceStreamHandle = mServiceInterface.openStream(request, configurationOutput); in open()
163 result = mServiceInterface.getStreamDescription(mServiceStreamHandle, mEndPointParcelable); in open()
261 mServiceInterface.closeStream(serviceStreamHandle); in close()
318 aaudio_result_t result = mServiceInterface.startStream(mServiceStreamHandle); in requestStart()
392 return mServiceInterface.stopStream(mServiceStreamHandle); in requestStop()
400 return mServiceInterface.registerAudioThread(mServiceStreamHandle, in registerThread()
410 return mServiceInterface.unregisterAudioThread(mServiceStreamHandle, gettid()); in unregisterThread()
419 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.txt73035 Landroid/telephony/ims/ImsUtListener;->mServiceInterface:Lcom/android/ims/internal/IImsUtListener;