Searched refs:mLastSession (Results 1 – 1 of 1) sorted by relevance
161 mLastSession = sessionKey; in submit()216 auto it = mSessions.find(mLastSession); in finishLastSession()224 mLastSession.second, in finishLastSession()225 TranscodingResultParcel({mLastSession.second, 0, std::nullopt})); in finishLastSession()232 auto it = mSessions.find(mLastSession); in abortLastSession()239 clientCallback->onTranscodingFailed(mLastSession.second, in abortLastSession()254 SessionKeyType mLastSession; member