/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/ |
D | TransportConnectionTest.java | 156 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_callsListenerWhenConnected() local 169 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_whenPendingConnection_callsAllListenersWhenConnected() local 186 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_whenAlreadyConnected_callsListener() local 224 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_whenFrameworkDoesNotBind_releasesConnection() local 231 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_afterOnServiceDisconnectedBeforeNewConnection_callsListener() local 244 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_afterOnServiceDisconnectedAfterNewConnection_callsListener() local 259 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_callsListenerIfBindingDies() local 271 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_whenPendingConnection_callsListenersIfBindingDies() local 296 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_afterOnServiceConnected_logsBoundAndConnectedTransitionEvents() local 308 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); in testConnectAsync_afterOnBindingDied_logsBoundAndUnboundTransitionEvents() local [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConnection.java | 66 public void onStateChanged(RemoteConnection connection, int state) {} in onStateChanged() 76 RemoteConnection connection, in onDisconnected() 86 public void onRingbackRequested(RemoteConnection connection, boolean ringback) {} in onRingbackRequested() 96 RemoteConnection connection, in onConnectionCapabilitiesChanged() 107 RemoteConnection connection, in onConnectionPropertiesChanged() 119 public void onPostDialWait(RemoteConnection connection, String remainingPostDialSequence) {} in onPostDialWait() 128 public void onPostDialChar(RemoteConnection connection, char nextChar) {} in onPostDialChar() 137 public void onVoipAudioChanged(RemoteConnection connection, boolean isVoip) {} in onVoipAudioChanged() 146 public void onStatusHintsChanged(RemoteConnection connection, StatusHints statusHints) {} in onStatusHintsChanged() 157 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged() [all …]
|
D | ConnectionService.java | 2043 Connection connection = null; in createConnection() local 2400 Connection connection = findConnectionForAction(callId, "splitFromConference"); in splitFromConference() local 2448 Connection connection = findConnectionForAction(callId, "pullExternalCall"); in pullExternalCall() local 2465 Connection connection = findConnectionForAction(callId, "sendCallEvent"); in sendCallEvent() local 2474 Connection connection = findConnectionForAction(callId, "onCallFilteringCompleted"); in onCallFilteringCompleted() local 2487 Connection connection = findConnectionForAction(callId, "notifyHandoverComplete"); in notifyHandoverComplete() local 2744 Connection connection) { in addExistingConnection() 2778 @NonNull Connection connection, @NonNull Conference conference) { in addExistingConnection() 2879 public void onCreateConnectionComplete(Connection connection) { in onCreateConnectionComplete() 3203 public void onConnectionAdded(Connection connection) {} in onConnectionAdded() [all …]
|
/frameworks/native/services/sensorservice/ |
D | SensorRecord.cpp | 24 const sp<const SensorEventConnection>& connection) in SensorRecord() 30 const sp<const SensorEventConnection>& connection) in addConnection() 40 const wp<const SensorEventConnection>& connection) in removeConnection() 59 const sp<const SensorEventConnection>& connection) { in addPendingFlushConnection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 487 ImsPhoneConnection connection = setupRingingConnection(); in testImsMTCall() local 495 ImsPhoneConnection connection = setupRingingConnection(); in testImsMTCallMissed() local 504 ImsPhoneConnection connection = setupRingingConnection(); in testImsMTCallRejected() local 514 ImsPhoneConnection connection = setupRingingConnection(); in testRejectedElsewhereIsRejected() local 523 ImsPhoneConnection connection = setupRingingConnection(); in testRemoteCallDeclineIsRejected() local 541 ImsPhoneConnection connection = in setupRingingConnection() local 599 ImsPhoneConnection connection = mCTUT.getConnections().get(0); in injectConferenceState() local 1105 ImsPhoneConnection connection = null; in testRewriteOutgoingNumber() local 1178 ImsPhoneConnection connection = null; in testRewriteOutgoingNumberBasedOnRoamingState() local 1300 ImsPhoneConnection connection = null; in testRewriteOutgoingNumberInternationalButBundleNotSet() local [all …]
|
D | ImsExternalCallTrackerTest.java | 91 Connection connection = connectionArgumentCaptor.getValue(); in testAddExternalCall() local 101 ImsExternalConnection connection = (ImsExternalConnection) in testRemoveExternalCall() local
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | StorageSessionController.java | 120 StorageUserConnection connection = null; in onVolumeMount() local 152 StorageUserConnection connection = null; in notifyVolumeStateChanged() local 181 StorageUserConnection connection = mConnections.get(key); in freeCache() local 197 final StorageUserConnection connection; in notifyAnrDelayStarted() local 225 StorageUserConnection connection = mConnections.get(userId); in onVolumeRemove() local 248 StorageUserConnection connection = onVolumeRemove(vol); in onVolumeUnmount() local 284 StorageUserConnection connection = null; in onUserStopping() local 318 StorageUserConnection connection = connections.valueAt(i); in onReset() local 400 final StorageUserConnection connection; in notifyAppIoBlocked() local 419 final StorageUserConnection connection; in notifyAppIoResumed() local [all …]
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbRequest.java | 98 public boolean initialize(UsbDeviceConnection connection, UsbEndpoint endpoint) { in initialize() 196 UsbDeviceConnection connection = mConnection; in queue() local 212 UsbDeviceConnection connection = mConnection; in queueIfConnectionOpen() local 270 UsbDeviceConnection connection = mConnection; in queue() local 286 UsbDeviceConnection connection = mConnection; in queueIfConnectionOpen() local 412 UsbDeviceConnection connection = mConnection; in cancel() local 432 UsbDeviceConnection connection = mConnection; in cancelIfOpen() local 441 private native boolean native_init(UsbDeviceConnection connection, int ep_address, in native_init()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/service/ |
D | ObservableServiceConnectionTest.java | 103 ObservableServiceConnection<Foo> connection = new ObservableServiceConnection<>(mContext, in testConnect() local 123 ObservableServiceConnection<Foo> connection = new ObservableServiceConnection<>(mContext, in testDisconnect() local 153 ObservableServiceConnection<Foo> connection = new ObservableServiceConnection<>(mContext, in testUnbind() local 177 ObservableServiceConnection<Foo> connection = new ObservableServiceConnection<>(mContext, in testBindServiceThrowsError() local
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/ |
D | HttpClient.java | 123 private static HttpResponse getHttpResponse(HttpURLConnection connection) in getHttpResponse() 153 private static String readResponse(URLConnection connection) throws IOException { in readResponse() 159 private static int getContentType(URLConnection connection) { in getContentType() 176 private static List<String> getCookies(URLConnection connection) { in getCookies()
|
/frameworks/native/libs/binder/ |
D | RpcState.cpp | 312 status_t RpcState::rpcSend(const sp<RpcSession::RpcConnection>& connection, in rpcSend() 334 status_t RpcState::rpcRec(const sp<RpcSession::RpcConnection>& connection, in rpcRec() 354 status_t RpcState::readNewSessionResponse(const sp<RpcSession::RpcConnection>& connection, in readNewSessionResponse() 366 status_t RpcState::sendConnectionInit(const sp<RpcSession::RpcConnection>& connection, in sendConnectionInit() 375 status_t RpcState::readConnectionInit(const sp<RpcSession::RpcConnection>& connection, in readConnectionInit() 391 sp<IBinder> RpcState::getRootObject(const sp<RpcSession::RpcConnection>& connection, in getRootObject() 407 status_t RpcState::getMaxThreads(const sp<RpcSession::RpcConnection>& connection, in getMaxThreads() 432 status_t RpcState::getSessionId(const sp<RpcSession::RpcConnection>& connection, in getSessionId() 448 status_t RpcState::transact(const sp<RpcSession::RpcConnection>& connection, in transact() 471 status_t RpcState::transactAddress(const sp<RpcSession::RpcConnection>& connection, in transactAddress() [all …]
|
D | RpcSession.cpp | 195 ExclusiveConnection connection; in getRootObject() local 203 ExclusiveConnection connection; in getRemoteMaxThreads() local 231 ExclusiveConnection connection; in transact() local 248 ExclusiveConnection connection; in sendDecStrongToTarget() local 262 ExclusiveConnection connection; in readId() local 308 sp<RpcConnection> connection = assignIncomingConnectionToThisThread(std::move(rpcTransport)); in preJoinSetup() local 385 sp<RpcConnection>& connection = setupResult.connection; in join() local 472 ExclusiveConnection connection; in setupClient() local 695 sp<RpcConnection> connection = sp<RpcConnection>::make(); in addOutgoingConnection() local 764 bool RpcSession::removeIncomingConnection(const sp<RpcConnection>& connection) { in removeIncomingConnection() [all …]
|
/frameworks/base/core/jni/ |
D | android_database_SQLiteConnection.cpp | 93 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data); in sqliteTraceCallback() local 100 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data); in sqliteProfileCallback() local 107 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data); in sqliteProgressHandlerCallback() local 173 SQLiteConnection* connection = new SQLiteConnection(db, openFlags, path, label); in nativeOpen() local 188 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativeClose() local 239 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativeRegisterCustomScalarFunction() local 333 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativeRegisterCustomAggregateFunction() local 355 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativeRegisterLocalizedCollators() local 368 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativePrepareStatement() local 399 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativeFinalizeStatement() local [all …]
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | TouchInteractionController.java | 245 final IAccessibilityServiceConnection connection = in setServiceDetectsGestures() local 266 final IAccessibilityServiceConnection connection = in requestTouchExploration() local 295 final IAccessibilityServiceConnection connection = in requestDragging() local 317 final IAccessibilityServiceConnection connection = in requestDelegating() local 340 final IAccessibilityServiceConnection connection = in performClick() local 362 final IAccessibilityServiceConnection connection = in performLongClickAndStartDrag() local
|
D | AccessibilityService.java | 1037 final IAccessibilityServiceConnection connection = in disableSelf() local 1163 final IAccessibilityServiceConnection connection = in dispatchGesture() local 1379 final IAccessibilityServiceConnection connection = in setMagnificationCallbackEnabled() local 1438 final IAccessibilityServiceConnection connection = in getMagnificationConfig() local 1471 final IAccessibilityServiceConnection connection = in getScale() local 1508 final IAccessibilityServiceConnection connection = in getCenterX() local 1545 final IAccessibilityServiceConnection connection = in getCenterY() local 1587 final IAccessibilityServiceConnection connection = in getMagnificationRegion() local 1626 final IAccessibilityServiceConnection connection = in getCurrentMagnificationRegion() local 1660 final IAccessibilityServiceConnection connection = in reset() local [all …]
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaRoute2ProviderServiceProxy.java | 277 Connection connection = new Connection(serviceBinder); in onServiceConnected() local 310 private void onConnectionReady(Connection connection) { in onConnectionReady() 319 private void onConnectionDied(Connection connection) { in onConnectionDied() 328 private void onProviderUpdated(Connection connection, MediaRoute2ProviderInfo providerInfo) { in onProviderUpdated() 338 private void onSessionCreated(Connection connection, long requestId, in onSessionCreated() 376 private void onSessionsUpdated(Connection connection, List<RoutingSessionInfo> sessions) { in onSessionsUpdated() 406 private void onSessionReleased(Connection connection, RoutingSessionInfo releaedSession) { in onSessionReleased() 466 private void onRequestFailed(Connection connection, long requestId, int reason) { in onRequestFailed() 621 ServiceCallbackStub(Connection connection) { in ServiceCallbackStub() 631 Connection connection = mConnectionRef.get(); in notifyProviderUpdated() local [all …]
|
D | RemoteDisplayProviderProxy.java | 230 Connection connection = new Connection(provider); in onServiceConnected() local 252 private void onConnectionReady(Connection connection) { in onConnectionReady() 265 private void onConnectionDied(Connection connection) { in onConnectionDied() 274 private void onDisplayStateChanged(Connection connection, RemoteDisplayState state) { in onDisplayStateChanged() 427 public ProviderCallback(Connection connection) { in ProviderCallback() 437 Connection connection = mConnectionRef.get(); in onStateChanged() local
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
D | DomainVerificationProxyTest.kt | 139 val connection = mockConnection() in <lambda>() constant 157 val connection = mockConnection() in <lambda>() constant 175 val connection = mockConnection() in <lambda>() constant 208 val connection = mockConnection { in <lambda>() constant 265 val (messages, connection, proxy) = prepareProxyV1() in <lambda>() constant 290 val (messages, connection, proxy) = setup.first in <lambda>() constant 335 val (messages, connection, proxy) = setup.first in <lambda>() constant 384 val (messages, connection, proxy) = setup.first in <lambda>() constant 430 val connection = mockConnection { in <lambda>() constant 471 val connection = mockConnection() in <lambda>() constant [all …]
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnectionPool.java | 408 public void releaseConnection(SQLiteConnection connection) { in releaseConnection() 441 private boolean recycleConnectionLocked(SQLiteConnection connection, in recycleConnectionLocked() 470 public boolean shouldYieldConnection(SQLiteConnection connection, int connectionFlags) { in shouldYieldConnection() 608 SQLiteConnection connection = in closeExcessConnectionsAndLogExceptionsLocked() local 616 private void closeConnectionAndLogExceptionsLocked(SQLiteConnection connection) { in closeConnectionAndLogExceptionsLocked() 649 final SQLiteConnection connection = mAvailableNonPrimaryConnections.get(i); in reconfigureAllConnectionsLocked() local 701 SQLiteConnection connection = null; in waitForConnection() local 773 final SQLiteConnection connection = waiter.mAssignedConnection; in waitForConnection() local 890 SQLiteConnection connection = null; in wakeConnectionWaitersLocked() local 941 SQLiteConnection connection = mAvailablePrimaryConnection; in tryAcquirePrimaryConnectionLocked() local [all …]
|
/frameworks/base/core/java/android/view/ |
D | RemoteAccessibilityController.java | 50 void assosciateHierarchy(IAccessibilityEmbeddedConnection connection, in assosciateHierarchy() 67 boolean alreadyAssociated(IAccessibilityEmbeddedConnection connection) { in alreadyAssociated() 93 IAccessibilityEmbeddedConnection connection, in RemoteAccessibilityEmbeddedConnection() 132 IAccessibilityEmbeddedConnection connection, IBinder leashToken) { in setRemoteAccessibilityEmbeddedConnection()
|
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/ |
D | HttpClientTest.java | 98 HttpURLConnection connection = sFakeURLStreamHandler.getConnections().get(0); in request_contentTypeXml_returnsXmlBody() local 133 HttpURLConnection connection = sFakeURLStreamHandler.getConnections().get(0); in request_httpGetResponseBadRequest_throwsException() local 149 FakeHttpsURLConnection connection = new FakeHttpsURLConnection(url, responseContent); in request_contentTypeXml_returnsXmlBody_useSpecificNetwork() local 192 FakeHttpsURLConnection connection = sFakeURLStreamHandler.getConnections().get(0); in request_postJson_doNotEscapeForwardSlash() local
|
/frameworks/base/services/core/jni/ |
D | com_android_server_tv_TvUinputBridge.cpp | 368 NativeConnection* connection = NativeConnection::open(name.c_str(), uniqueId.c_str(), in nativeOpen() local 377 NativeConnection* connection = NativeConnection::openGamepad(name.c_str(), uniqueId.c_str()); in nativeGamepadOpen() local 382 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); in nativeClose() local 388 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); in nativeSendKey() local 404 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); in nativeSendGamepadKey() local 421 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); in nativeSendGamepadAxisValue() local 451 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); in nativeSendPointerDown() local 472 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); in nativeSendPointerUp() local 488 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); in nativeSendPointerSync() local 493 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); in nativeClear() local
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityInteractionClient.java | 229 public static void addConnection(int connectionId, IAccessibilityServiceConnection connection, in addConnection() 339 IAccessibilityServiceConnection connection = getConnection(connectionId); in getWindow() local 420 IAccessibilityServiceConnection connection = getConnection(connectionId); in getWindowsOnAllDisplays() local 499 IAccessibilityServiceConnection connection = getConnection(connectionId); in findAccessibilityNodeInfoByAccessibilityId() local 536 IAccessibilityServiceConnection connection = getConnection(connectionId); in findAccessibilityNodeInfoByAccessibilityId() local 687 IAccessibilityServiceConnection connection = getConnection(connectionId); in findAccessibilityNodeInfosByViewId() local 754 IAccessibilityServiceConnection connection = getConnection(connectionId); in findAccessibilityNodeInfosByText() local 821 IAccessibilityServiceConnection connection = getConnection(connectionId); in findFocus() local 902 IAccessibilityServiceConnection connection = getConnection(connectionId); in focusSearch() local 961 IAccessibilityServiceConnection connection = getConnection(connectionId); in performAccessibilityAction() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalCallTracker.java | 92 public void onPullExternalCall(ImsExternalConnection connection) { in onPullExternalCall() 317 ImsExternalConnection connection = new ImsExternalConnection(mPhone, in createExternalConnection() local 334 mExternalConnections.put(connection.getCallId(), connection); in createExternalConnection() local 351 private void updateExistingConnection(ImsExternalConnection connection, in updateExistingConnection()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | EventThread.cpp | 78 std::string toString(const EventThreadConnection& connection) { in toString() 298 status_t EventThread::registerDisplayEventConnection(const sp<EventThreadConnection>& connection) { in registerDisplayEventConnection() 315 void EventThread::removeDisplayEventConnectionLocked(const wp<EventThreadConnection>& connection) { in removeDisplayEventConnectionLocked() 323 void EventThread::setVsyncRate(uint32_t rate, const sp<EventThreadConnection>& connection) { in setVsyncRate() 337 void EventThread::requestNextVsync(const sp<EventThreadConnection>& connection) { in requestNextVsync() 468 if (const auto connection = it->promote()) { in threadMain() local 677 if (const auto connection = ptr.promote()) { in dump() local
|