Searched refs:openSessions (Results 1 – 2 of 2) sorted by relevance
198 uint32_t openSessions = 0; in invokeDrmDecryptEncryptAPI() local200 mDrm->getNumberOfSessions(&openSessions, &maxSessions); in invokeDrmDecryptEncryptAPI()
304 auto openSessions = mOpenSessions; in closeOpenSessions() local305 for (size_t i = 0; i < openSessions.size(); i++) { in closeOpenSessions()307 closeSession(openSessions[i]->mSessionId); in closeOpenSessions()