Searched refs:SessionIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp69 int SessionIndex[LVM_MAX_SESSIONS]; member in namespace:android::__anon461
225 if((SessionIndex[i] == LVM_UNUSED_SESSION)||(SessionIndex[i] == sessionId)){
227 SessionIndex[i] = sessionId;
368 SessionIndex[sessionNo] = LVM_UNUSED_SESSION;
448 // Clear the SessionIndex
450 if(SessionIndex[i] == pContext->pBundledContext->SessionId){
451 SessionIndex[i] = LVM_UNUSED_SESSION;
452 ALOGV("\tEffectRelease: Clearing SessionIndex SessionNo %d for SessionId %d\n",
516 SessionIndex[
[all...]

Completed in 31 milliseconds