Searched refs:currentKeySessionNumber (Results 1 – 2 of 2) sorted by relevance
247 if (currentKeySessionNumber >= KEY_SESSION_MAX_NUMBER) { in CreateMediaKeySession()275 currentKeySessionNumber++; in CreateMediaKeySession()308 if (currentKeySessionNumber > 0) { in CloseMediaKeySessionService()309 currentKeySessionNumber--; in CloseMediaKeySessionService()
95 uint32_t currentKeySessionNumber = 0; variable