Searched refs:mCurrentSession (Results 1 – 2 of 2) sorted by relevance
96 private MediaController mCurrentSession; field in RemoteController217 return mCurrentSession != null ? mCurrentSession.getPackageName() in getRemoteControlClientPackageName()245 if (mCurrentSession != null) { in getEstimatedMediaPosition()246 PlaybackState state = mCurrentSession.getPlaybackState(); in getEstimatedMediaPosition()313 if (mCurrentSession != null) { in sendMediaKeyEvent()314 return mCurrentSession.dispatchMediaButtonEvent(keyEvent); in sendMediaKeyEvent()366 if (mCurrentSession != null) { in seekTo()367 mCurrentSession.getTransportControls().seekTo(timeMs); in seekTo()525 if (mCurrentSession != null) { in apply()531 mCurrentSession.getTransportControls().setRating(rating); in apply()[all …]
100 private CameraCaptureSessionImpl mCurrentSession; field in CameraDeviceImpl429 if (mCurrentSession != null) { in createCaptureSession()430 mCurrentSession.replaceSessionClose(); in createCaptureSession()453 mCurrentSession = newSession; in createCaptureSession()459 mSessionStateCallback = mCurrentSession.getDeviceStateCallback(); in createCaptureSession()1410 int reason = (mCurrentSession != null && mCurrentSession.isAborting()) ? in onCaptureErrorLocked()