/packages/modules/Uwb/framework/java/android/uwb/ |
D | RangingManager.java | 81 RangingSession session = in openSession() local 114 RangingSession session = mRangingSessionTable.get(sessionHandle); in onRangingOpened() local 130 RangingSession session = mRangingSessionTable.get(sessionHandle); in onRangingOpenFailed() local 146 RangingSession session = mRangingSessionTable.get(sessionHandle); in onRangingReconfigured() local 161 RangingSession session = mRangingSessionTable.get(sessionHandle); in onRangingReconfigureFailed() local 176 RangingSession session = mRangingSessionTable.get(sessionHandle); in onRangingStarted() local 191 RangingSession session = mRangingSessionTable.get(sessionHandle); in onRangingStartFailed() local 206 RangingSession session = mRangingSessionTable.get(sessionHandle); in onRangingStopped() local 221 RangingSession session = mRangingSessionTable.get(sessionHandle); in onRangingStopFailed() local 236 RangingSession session = mRangingSessionTable.get(sessionHandle); in onRangingClosed() local [all …]
|
/packages/modules/Uwb/framework/tests/src/android/uwb/ |
D | RangingSessionTest.java | 81 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testOnRangingOpened_OnOpenSuccessCalled() local 97 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testOnRangingOpened_OnServiceDiscoveredConnectedCalled() local 120 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testOnRangingOpened_CannotOpenClosedSession() local 144 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testOnRangingClosed_OnClosedCalledWhenSessionNotOpen() local 160 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testOnRangingClosed_OnClosedCalled() local 175 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testOnRangingResult_OnReportReceivedCalled() local 191 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testStart_CannotStartIfAlreadyStarted() local 208 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testStop_CannotStopIfAlreadyStopped() local 227 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testStop_CannotStopIfOpenFailed() local 247 RangingSession session = new RangingSession(EXECUTOR, callback, adapter, handle); in testCallbacks_OnlyWhenOpened() local [all …]
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | LoggingCallbacks.java | 65 public void onConfigured(CameraCaptureSession session) { in onConfigured() 72 public void onConfigureFailed(CameraCaptureSession session) { in onConfigureFailed() 78 public void onReady(CameraCaptureSession session) { in onReady() 86 public void onActive(CameraCaptureSession session) { in onActive() 94 public void onClosed(CameraCaptureSession session) { in onClosed() 104 …public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, long timestamp,… in onCaptureStarted() 112 …public void onCaptureProgressed(CameraCaptureSession session, CaptureRequest request, CaptureResul… in onCaptureProgressed() 120 …public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request, TotalCaptureR… in onCaptureCompleted() 128 …public void onCaptureFailed(CameraCaptureSession session, CaptureRequest request, CaptureFailure f… in onCaptureFailed() 133 …public void onCaptureSequenceCompleted(CameraCaptureSession session, int sequenceId, long frameNum… in onCaptureSequenceCompleted()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
D | CameraCaptureSessionProxy.java | 40 public void onCaptureCompleted(CameraCaptureSessionProxy session, CaptureRequest request, in onCaptureCompleted() 43 public void onCaptureFailed(CameraCaptureSessionProxy session, CaptureRequest request, in onCaptureFailed() 46 public void onCaptureProgressed(CameraCaptureSessionProxy session, CaptureRequest request, in onCaptureProgressed() 49 public void onCaptureSequenceAborted(CameraCaptureSessionProxy session, int sequenceId); in onCaptureSequenceAborted() 51 public void onCaptureSequenceCompleted(CameraCaptureSessionProxy session, int sequenceId, in onCaptureSequenceCompleted() 54 public void onCaptureStarted(CameraCaptureSessionProxy session, CaptureRequest request, in onCaptureStarted() 59 public void onActive(CameraCaptureSessionProxy session); in onActive() 61 public void onClosed(CameraCaptureSessionProxy session); in onClosed() 63 public void onConfigureFailed(CameraCaptureSessionProxy session); in onConfigureFailed() 65 public void onConfigured(CameraCaptureSessionProxy session); in onConfigured() [all …]
|
D | AndroidCameraDeviceProxy.java | 43 public void onConfigured(CameraCaptureSession session) { in onConfigured() 48 public void onConfigureFailed(CameraCaptureSession session) { in onConfigureFailed() 53 public void onReady(CameraCaptureSession session) { in onReady() 58 public void onActive(CameraCaptureSession session) { in onActive() 63 public void onClosed(CameraCaptureSession session) { in onClosed()
|
D | AndroidCameraCaptureSessionProxy.java | 42 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, in onCaptureStarted() 49 public void onCaptureProgressed(CameraCaptureSession session, CaptureRequest request, in onCaptureProgressed() 56 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request, in onCaptureCompleted() 62 public void onCaptureFailed(CameraCaptureSession session, CaptureRequest request, in onCaptureFailed() 68 public void onCaptureSequenceCompleted(CameraCaptureSession session, int sequenceId, in onCaptureSequenceCompleted() 75 public void onCaptureSequenceAborted(CameraCaptureSession session, int sequenceId) { in onCaptureSequenceAborted() 82 public AndroidCameraCaptureSessionProxy(CameraCaptureSession session) { in AndroidCameraCaptureSessionProxy()
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/ |
D | MinimalCpmChatService.java | 109 SimpleChatSession session = new SimpleChatSession(mContext, this, mMsrpManager); in startOriginatingChatSession() local 114 ListenableFuture<Boolean> sendSipRequest(SIPRequest msg, SimpleChatSession session) { in sendSipRequest() 117 mTransactions.put(msg.getTransactionId(), session); in sendSipRequest() local 128 ListenableFuture<Boolean> sendSipResponse(SIPResponse msg, SimpleChatSession session) { in sendSipResponse() 135 mDialogs.put(msg.getDialogId(/* isServer= */ true), session); in sendSipResponse() local 145 SimpleChatSession session = mDialogs.get(dialogId); in handleRequest() local 148 SimpleChatSession session = new SimpleChatSession(mContext, this, mMsrpManager); in handleRequest() local 181 SimpleChatSession session = mTransactions.get(response.getTransactionId()); in handleResponse() local 190 mDialogs.put(response.getDialogId(/* isServer= */ false), session); in handleResponse() local
|
/packages/modules/Uwb/ranging/framework/java/android/ranging/ |
D | IRangingCallbacks.aidl | 27 void onOpened(in SessionHandle session); in onOpened() 28 void onOpenFailed(in SessionHandle session, in int reason); in onOpenFailed() 29 void onStarted(in SessionHandle session, in RangingDevice peer, in int technology); in onStarted() 30 void onResults(in SessionHandle session, in RangingDevice peer, in RangingData data); in onResults() 31 void onStopped(in SessionHandle session, in RangingDevice peer, in int technology); in onStopped() 32 void onClosed(in SessionHandle session, in int reason); in onClosed()
|
D | RangingSessionManager.java | 71 public void onOpened(SessionHandle session) { in onOpened() 81 public void onOpenFailed(SessionHandle session, int reason) { in onOpenFailed() 91 public void onStarted(SessionHandle session, RangingDevice peer, int technology) { in onStarted() 101 public void onResults(SessionHandle session, RangingDevice peer, RangingData data) { in onResults() 111 public void onStopped(SessionHandle session, RangingDevice peer, int technology) { in onStopped() 121 public void onClosed(SessionHandle session, int reason) { in onClosed() 192 SessionHandle session = oobHandle.getSessionHandle(); in sendOobData() local
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/ |
D | ExerciseDurationAggregationTest.java | 104 ExerciseSessionRecord session = in testSimpleAggregation_oneSession_returnsItsDuration() local 128 ExerciseSessionRecord session = in testSimpleAggregation_oneSessionStartEarlierThanWindow_returnsOverlapDuration() local 151 ExerciseSessionRecord session = in testSimpleAggregation_oneSessionBiggerThanWindow_returnsOverlapDuration() local 180 ExerciseSessionRecord session = in testSimpleAggregation_oneSessionWithRest_returnsDurationMinusRest() local 216 ExerciseSessionRecord session = in testAggregationByDuration_oneSession_returnsSplitDurationIntoGroups() local 251 ExerciseSessionRecord session = in testAggregation_oneSessionLocalTimeFilter_findsSessionWithMinOffset() local 280 ExerciseSessionRecord session = in testAggregation_oneSessionLocalTimeFilterExcludeSegment_substractsExcludeInterval() local
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ |
D | AudioManager.cpp | 52 auto session = mSessions.find(sessionId); in getState() local 74 std::unique_ptr<AudioSession> session(new AudioSession()); in openSession() local 106 auto session = mSessions.find(sessionId); in modifySession() local 139 auto session = mSessions.find(sessionId); in addConfig() local 155 auto session = mSessions.find(sessionId); in deleteConfig() local 170 auto session = mSessions.find(sessionId); in confirmConfig() local 185 auto session = mSessions.find(sessionId); in sendDtmf() local 200 auto session = mSessions.find(sessionId); in sendRtpHeaderExtension() local 214 auto session = mSessions.find(sessionId); in setMediaQualityThreshold() local 228 auto session = mSessions.find(sessionId); in requestRtpReceptionStats() local [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiWakeMetricsTest.java | 89 WifiWakeStats.Session session = wifiWakeStats.sessions[i]; in buildsMultiSessionProto_greaterThanMax() local 183 WifiWakeStats.Session session = wifiWakeStats.sessions[0]; in ignoresEventsAfterResetAndBeforeStartCalled() local 239 WifiWakeMetrics.Session session = in session_buildsEmptyProto() local 253 WifiWakeMetrics.Session session = in session_recordsEvents() local 274 WifiWakeMetrics.Session session = in session_buildProto() local 296 WifiWakeMetrics.Session session = in session_ignoresRepeatedEvents() local 311 WifiWakeMetrics.Session session = in session_hasWakeupTriggered() local
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | OsuServerConnectionTest.java | 140 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyInitAndConnect() local 168 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyValidateProviderWithMultipleProviderLangs() local 194 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyValidateProviderWithMismatchedProviderLang() local 219 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyValidateProviderWithSameLangButDifferentRegion() local 323 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyInitAndConnectInvalidProviderIdentity() local 371 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyExchangeSoapMessageWithException() local 397 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyExchangeSoapMessage() local 445 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse() local 482 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyRetrieveTrustRootCertsWithoutError() local 539 MockitoSession session = ExtendedMockito.mockitoSession().mockStatic( in verifyCleanup() local
|
/packages/modules/Profiling/service/java/com/android/os/profiling/ |
D | ProfilingService.java | 503 TracingSession session = new TracingSession(sessionsProto); in loadQueueFromPersistedData() local 737 public void advanceTracingSession(TracingSession session, @Nullable TracingState newState) { in advanceTracingSession() 930 TracingSession session = mActiveTracingSessions.valueAt(i); in getTrackedFilenames() local 948 TracingSession session = perUidSessions.get(j); in getTrackedFilenames() local 1044 TracingSession session = new TracingSession(profilingType, params, uid, in requestProfiling() local 1231 TracingSession session = null; in receiveFileDescriptor() local 1320 private void finishReceiveFileDescriptor(TracingSession session, in finishReceiveFileDescriptor() 1377 public void processTracingSessionResultCallback(TracingSession session, in processTracingSessionResultCallback() 1435 private void startProfiling(final TracingSession session) in startProfiling() 1486 mActiveTracingSessions.put(session.getKey(), session); in startProfiling() local [all …]
|
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/ |
D | SleepSessionInternalTest.java | 33 SleepSessionRecordInternal session = TestUtils.buildSleepSessionInternal(); in testSessionConvertToExternal_convertToExternal_fieldsIsEqual() local 40 SleepSessionRecordInternal session = TestUtils.buildSleepSessionInternalNoExtraFields(); in testSessionConvertToExternal_convertToExternalNoExtra_fieldsIsEqual() local 47 SleepSessionRecordInternal session = TestUtils.buildSleepSessionInternal(); in testSessionWriteToParcel_populateToParcelAndFrom_restoredFieldsAreIdentical() local 55 SleepSessionRecordInternal session = TestUtils.buildSleepSessionInternalNoExtraFields(); in testSessionWriteToParcel_populateToParcelAndFromNoExtra_restoredFieldsAreIdentical() local 61 SleepSessionRecordInternal session) { in writeAndRestoreFromParcel()
|
D | ExerciseSessionInternalTest.java | 41 ExerciseSessionRecordInternal session = TestUtils.buildExerciseSessionInternal(); in testSessionConvertToExternal_convertToExternal_fieldsIsEqual() local 48 ExerciseSessionRecordInternal session = in testSessionConvertToExternal_convertToExternalNoExtra_fieldsIsEqual() local 56 ExerciseSessionRecordInternal session = TestUtils.buildExerciseSessionInternal(); in testSessionWriteToParcel_populateToParcelAndFrom_restoredFieldsAreIdentical() local 65 ExerciseSessionRecordInternal session = in testSessionWriteToParcel_populateToParcelAndFromNoExtra_restoredFieldsAreIdentical() local 78 ExerciseSessionRecordInternal session) { in writeAndRestoreFromParcel()
|
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/videoshare/ |
D | VideoShareSessionListener.java | 22 void onSessionTerminated(VideoShareSession session); in onSessionTerminated() 24 void onSessionInitializationFailed(VideoShareSession session, Exception e); in onSessionInitializationFailed() 32 void onSessionTimedOut(VideoShareSession session); in onSessionTimedOut()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
D | TagDispatchCaptureSession.java | 57 public void onCaptureStarted(CameraCaptureSessionProxy session, CaptureRequest request, in onCaptureStarted() 64 public void onCaptureProgressed(CameraCaptureSessionProxy session, CaptureRequest request, in onCaptureProgressed() 71 public void onCaptureCompleted(CameraCaptureSessionProxy session, CaptureRequest request, in onCaptureCompleted() 78 public void onCaptureFailed(CameraCaptureSessionProxy session, CaptureRequest request, in onCaptureFailed() 85 public void onCaptureSequenceAborted(CameraCaptureSessionProxy session, int sequenceId) { in onCaptureSequenceAborted() 92 public void onCaptureSequenceCompleted(CameraCaptureSessionProxy session, int sequenceId, in onCaptureSequenceCompleted()
|
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/ |
D | AppSearchHelperTest.java | 113 AppSearchSessionShim session = in testAppSearchHelper_permissionSetCorrectlyForMobileApplication() local 142 AppSearchSessionShim session = in testAppSearchHelper_onlyIndexMobileApp_appFunctionParentSchemaIsNotSet() local 178 AppSearchSessionShim session = in testIndexApps_compatibleSchemaChange() local 207 AppSearchSessionShim session = in testIndexAppOpenEvents_compatibleSchemaChange() local 226 AppSearchSessionShim session = in testIndexApps_incompatibleSchemaChange_canBeIndexedOver() local 250 AppSearchSessionShim session = in testIndexApps_incompatibleSchemaChange_wipesOutDatabase() local 277 AppSearchSessionShim session = in testIndexAppOpenEvents_incompatibleSchemaChange_canBeIndexedOver() local 305 AppSearchSessionShim session = in testIndexAppOpenEvents_incompatibleSchemaChange_wipesOutDatabase() local 505 AppSearchSessionShim session = in test_newAppFunction_parentSchemaIsInserted() local 711 AppSearchSessionShim session = in setSchemaForPackages_setsDynamicAppFunctionSchemasWithParentType_dynamicSchemasExist() local [all …]
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | IQosCallback.aidl | 31 void onQosEpsBearerSessionAvailable(in QosSession session, in onQosEpsBearerSessionAvailable() 33 void onNrQosSessionAvailable(in QosSession session, in onNrQosSessionAvailable() 35 void onQosSessionLost(in QosSession session); in onQosSessionLost()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/ |
D | VideoManager.cpp | 49 auto session = mSessions.find(sessionId); in getState() local 73 std::unique_ptr<VideoSession> session(new VideoSession()); in openSession() local 107 auto session = mSessions.find(sessionId); in setPreviewSurfaceToSession() local 123 auto session = mSessions.find(sessionId); in setDisplaySurfaceToSession() local 139 auto session = mSessions.find(sessionId); in modifySession() local 155 auto session = mSessions.find(sessionId); in setMediaQualityThreshold() local 244 auto session = mSessions.find(sessionId); in SendInternalEvent() local
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/remotepreview/ |
D | RemotePreviewHandler.java | 97 final RemotePreviewSession session = createRemotePreviewSession(item, viewHolder); in onViewAttachedToWindow() local 124 RemotePreviewSession session = getSessionForItem(item); in onHandlePageSelected() local 169 RemotePreviewSession session = createRemotePreviewSession(mCurrentPreviewState.item, in restorePreviewState() local 271 final RemotePreviewSession session = getSessionForSurfaceId(surfaceId); in setPlaybackState() local 296 RemotePreviewSession session = mSessionMap.get(holder); in surfaceCreated() local 305 RemotePreviewSession session = mSessionMap.get(holder); in surfaceChanged() local 313 RemotePreviewSession session = mSessionMap.get(holder); in surfaceDestroyed() local
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaSession2Service.java | 179 public abstract MediaNotification onUpdateNotification(@NonNull MediaSession2 session); in onUpdateNotification() 190 public final void addSession(@NonNull MediaSession2 session) { in addSession() 206 mSessions.put(session.getId(), session); in addSession() local 217 public final void removeSession(@NonNull MediaSession2 session) { in removeSession() 268 void onPlaybackActiveChanged(MediaSession2 session, boolean playbackActive) { in onPlaybackActiveChanged() 408 final MediaSession2 session; in connect() local
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/ |
D | TextManager.cpp | 49 auto session = mSessions.find(sessionId); in getState() local 73 std::unique_ptr<TextSession> session(new TextSession()); in openSession() local 107 auto session = mSessions.find(sessionId); in modifySession() local 133 auto session = mSessions.find(sessionId); in setMediaQualityThreshold() local 148 auto session = mSessions.find(sessionId); in sendRtt() local 386 for (auto const& session : mSessions) in deactivateOtherSessionIfActive() local
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
D | BaseTunerTvInputService.java | 123 RecordingSession session = in onCreateRecordingSession() local 140 final Session session = in onCreateSession() local 172 private void onReleased(Session session) { in onReleased() 177 private void onReleased(RecordingSession session) { in onReleased()
|