Searched refs:currentSession (Results 1 – 5 of 5) sorted by relevance
159 SensorLoggerSession currentSession = mCurrentSession; in reportRejectedTouch() local161 currentSession.setType(Session.REJECTED_TOUCH_REPORT); in reportRejectedTouch()162 currentSession.end(System.currentTimeMillis(), Session.SUCCESS); in reportRejectedTouch()163 Session proto = currentSession.toProto(); in reportRejectedTouch()179 private void queueSession(final SensorLoggerSession currentSession) { in queueSession() argument183 byte[] b = Session.toByteArray(currentSession.toProto()); in queueSession()185 if (currentSession.getResult() != Session.SUCCESS) { in queueSession()
361 Session currentSession = mSessionMapper.get(getCallingThreadId()); in getSessionId() local362 return currentSession != null ? currentSession.toString() : ""; in getSessionId()
163 sp<ACameraCaptureSession> currentSession = mCurrentSession.promote(); in createCaptureSession() local170 if (currentSession != nullptr) { in createCaptureSession()171 currentSession->closeByDevice(); in createCaptureSession()
3417 public void clearRestoreSession(ActiveRestoreSession currentSession) { in clearRestoreSession() argument3419 if (currentSession != mActiveRestoreSession) { in clearRestoreSession()
1759 audio_session_t currentSession = sessions.keyAt(j); in getInputForDevice()1760 stopInput(reusedInputDesc->mIoHandle, currentSession); in getInputForDevice()1761 releaseInput(reusedInputDesc->mIoHandle, currentSession); in getInputForDevice()