Searched refs:mCurrentSession (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/ |
H A D | RemoteController.java | 83 private MediaController mCurrentSession; field in RemoteController 213 if (mCurrentSession != null) { in getEstimatedMediaPosition() 256 if (mCurrentSession != null) { in sendMediaKeyEvent() 280 if (mCurrentSession != null) { in seekTo() 439 if (mCurrentSession != null) { in apply() 597 + mCurrentSession); in updateController() 601 if (mCurrentSession != null) { in updateController() 603 mCurrentSession = null; in updateController() 607 } else if (mCurrentSession == null in updateController() 610 if (mCurrentSession != null) { in updateController() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | Sensor.java | 93 @Nullable AidlSession mCurrentSession; field in Sensor 453 () -> mCurrentSession != null ? mCurrentSession.getUserId() : UserHandle.USER_NULL, in Sensor() 474 mCurrentSession = null; in Sensor() 503 mLazySession = () -> mCurrentSession != null ? mCurrentSession : null; in Sensor() 504 mCurrentSession = session; in Sensor() 525 if (mCurrentSession != null && mCurrentSession.getUserId() == userId) { in getSessionForUser() 526 return mCurrentSession; in getSessionForUser() 555 if (mCurrentSession != null) { in setTestHalEnabled() 558 mCurrentSession.getSession().close(); in setTestHalEnabled() 563 mCurrentSession = null; in setTestHalEnabled() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | Sensor.java | 92 @Nullable AidlSession mCurrentSession; field in Sensor 498 () -> mCurrentSession != null ? mCurrentSession.getUserId() : UserHandle.USER_NULL, in Sensor() 506 () -> mCurrentSession = null); in Sensor() 519 mCurrentSession = null; in Sensor() 549 mLazySession = () -> mCurrentSession != null ? mCurrentSession : null; in Sensor() 569 if (mCurrentSession != null && mCurrentSession.getUserId() == userId) { in getSessionForUser() 570 return mCurrentSession; in getSessionForUser() 598 if (mCurrentSession != null) { in setTestHalEnabled() 601 mCurrentSession.getSession().close(); in setTestHalEnabled() 606 mCurrentSession = null; in setTestHalEnabled() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | SensorTest.java | 92 private AidlSession mCurrentSession; field in SensorTest 153 when(mCurrentSession.getUserId()).thenReturn(USER_ID); in onBinderDied_cancelNonInterruptableClient() 167 mGestureAvailabilityDispatcher, mBiometricContext, mCurrentSession); in onBinderDied_cancelNonInterruptableClient() 169 sensor.mCurrentSession = new AidlSession(0, mock(ISession.class), in onBinderDied_cancelNonInterruptableClient()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/ |
H A D | SensorTest.java | 91 AidlSession mCurrentSession; field in SensorTest 175 when(mCurrentSession.getUserId()).thenReturn(USER_ID); in onBinderDied_cancelNonInterruptableClient() 188 internalProp, mLockoutResetDispatcher, mBiometricContext, mCurrentSession); in onBinderDied_cancelNonInterruptableClient() 190 sensor.mCurrentSession = new AidlSession(0, mock(ISession.class), in onBinderDied_cancelNonInterruptableClient()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraDeviceImpl.java | 149 private CameraCaptureSessionCore mCurrentSession; field in CameraDeviceImpl 714 if (mCurrentSession != null) { in createCaptureSessionInternal() 715 mCurrentSession.replaceSessionClose(); in createCaptureSessionInternal() 768 mCurrentSession = newSession; in createCaptureSessionInternal() 774 mSessionStateCallback = mCurrentSession.getDeviceStateCallback(); in createCaptureSessionInternal() 1003 mCurrentSession.closeWithoutDraining(); in switchToOffline() 1004 mCurrentSession = null; in switchToOffline() 1904 int reason = (mCurrentSession != null && mCurrentSession.isAborting()) ? in onCaptureErrorLocked()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 19105 Landroid/hardware/camera2/impl/CameraDeviceImpl;->mCurrentSession:Landroid/hardware/camera2/impl/Ca…
|