Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A 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()
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()
179 mServiceInterface = serviceInterface; in ImsUtListener()
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java124 IAccessibilityServiceClient mServiceInterface; field in MotionEventInjectorTest
154 mServiceInterface = mock(IAccessibilityServiceClient.class); in setUp()
200 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
218 verifyZeroInteractions(mServiceInterface); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
226 verifyNoMoreInteractions(mServiceInterface); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
248 injectEventsSync(events, mServiceInterface, CLICK_SEQUENCE); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
256 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testRegularEvent_afterGestureComplete_shouldPassToNext()
268 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected()
288 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
302 injectEventsSync(mLineList, mServiceInterface, LINE_SEQUENCE); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected()
[all …]
H A DAbstractAccessibilityServiceConnectionTest.java237 mServiceConnection.mServiceInterface = mMockServiceInterface; in setup()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java90 if (mServiceInterface != null) { in handleCreateConnectionComplete()
121 if (mServiceInterface != null) { in handleCreateConferenceComplete()
1178 private IConnectionService mServiceInterface; field in ConnectionServiceWrapper
1277 mServiceInterface.createConference( in createConference()
1374 mServiceInterface.createConnection( in createConnection()
1504 mServiceInterface.handoverFailed( in handoverFailed()
1689 mServiceInterface.deflect(callId, address, in deflect()
1775 mServiceInterface.stopDtmfTone(callId, in stopDtmfTone()
1860 mServiceInterface.mergeConference(callId, in mergeConference()
1872 mServiceInterface.swapConference(callId, in swapConference()
[all …]
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DUiAutomationManager.java104 "UiAutomationService " + mUiAutomationService.mServiceInterface in registerUiTestAutomationServiceLocked()
129 mUiAutomationService.mServiceInterface = serviceClient; in registerUiTestAutomationServiceLocked()
132 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, in registerUiTestAutomationServiceLocked()
149 || (mUiAutomationService.mServiceInterface == null) in unregisterUiTestAutomationServiceLocked()
151 != mUiAutomationService.mServiceInterface.asBinder()))) { in unregisterUiTestAutomationServiceLocked()
225 mUiAutomationService.mServiceInterface.asBinder().unlinkToDeath( in destroyUiAutomationService()
262 serviceInterface = mServiceInterface; in connectServiceUnknownThread()
266 mService = mServiceInterface.asBinder(); in connectServiceUnknownThread()
H A DAccessibilityServiceConnection.java174 mServiceInterface = IAccessibilityServiceClient.Stub.asInterface(service); in onServiceConnected()
203 serviceInterface = mServiceInterface; in initializeService()
356 return (mServiceInterface != null) in isCapturingFingerprintGestures()
368 serviceInterface = mServiceInterface; in onFingerprintGestureDetectionActiveChanged()
376 mServiceInterface.onFingerprintCapturingGesturesChanged(active); in onFingerprintGestureDetectionActiveChanged()
389 serviceInterface = mServiceInterface; in onFingerprintGesture()
396 mServiceInterface.onFingerprintGesture(gesture); in onFingerprintGesture()
414 gestureSteps.getList(), mServiceInterface, sequence, displayId); in dispatchGesture() local
420 mServiceInterface.onPerformGestureResult(sequence, false); in dispatchGesture()
423 + mServiceInterface, re); in dispatchGesture()
H A DAbstractAccessibilityServiceConnection.java146 IAccessibilityServiceClient mServiceInterface; field in AbstractAccessibilityServiceConnection
295 if (!mRequestFilterKeyEvents || (mServiceInterface == null)) { in onKeyEvent()
309 mServiceInterface.onKeyEvent(keyEvent, sequenceNumber); in onKeyEvent()
1345 if (mServiceInterface != null) { in resetLocked()
1349 mServiceInterface.init(null, mId, null); in resetLocked()
1363 mServiceInterface = null; in resetLocked()
1454 listener = mServiceInterface; in notifyAccessibilityEventInternal()
1668 return mServiceInterface; in getServiceInterfaceSafely()
H A DAccessibilityManagerService.java971 IAccessibilityServiceClient a11yServiceInterface = service.mServiceInterface; in interrupt()
/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp70 , mServiceInterface(serviceInterface) in AudioStreamInternal()
141 mServiceStreamHandle = mServiceInterface.openStream(request, configurationOutput); in open()
153 mServiceStreamHandle = mServiceInterface.openStream(request, configurationOutput); in open()
200 result = mServiceInterface.getStreamDescription(mServiceStreamHandle, mEndPointParcelable); in open()
322 mServiceInterface.closeStream(serviceStreamHandle); in release_l()
383 aaudio_result_t result = mServiceInterface.startStream(mServiceStreamHandle); in requestStart_l()
471 result = mServiceInterface.stopStream(mServiceStreamHandle); in requestStop_l()
484 return mServiceInterface.registerAudioThread(mServiceStreamHandle, in registerThread()
494 return mServiceInterface.unregisterAudioThread(mServiceStreamHandle, gettid()); in unregisterThread()
504 aaudio_result_t result = mServiceInterface.startClient(mServiceStreamHandle, in startClient()
[all …]
H A DAudioStreamInternalPlay.cpp84 return mServiceInterface.pauseStream(mServiceStreamHandle); in requestPause_l()
94 return mServiceInterface.flushStream(mServiceStreamHandle); in requestFlush_l()
H A DAudioStreamInternal.h166 AAudioServiceInterface &mServiceInterface; // abstract interface to the service variable
/aosp12/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
H A DAccessibilityServiceTest.java107 private IAccessibilityServiceClient mServiceInterface; field in AccessibilityServiceTest
117 mServiceInterface = (IAccessibilityServiceClient) mService.onBind(new Intent()); in setUp()
118 mServiceInterface.init(mMockConnection, CONNECTION_ID, mMockIBinder); in setUp()
140 mServiceInterface.onSystemActionsChanged(); in testOnSystemActionsChanged()
/aosp12/frameworks/base/media/java/android/media/musicrecognition/
H A DMusicRecognitionService.java76 private final IMusicRecognitionService mServiceInterface = field in MusicRecognitionService
141 return mServiceInterface.asBinder(); in onBind()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57439 Landroid/telephony/ims/ImsUtListener;->mServiceInterface:Lcom/android/ims/internal/IImsUtListener;