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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp72 int SessionIndex[LVM_MAX_SESSIONS]; member in namespace:android::__anon337
195 if((SessionIndex[i] == LVM_UNUSED_SESSION)||(SessionIndex[i] == sessionId)){
197 SessionIndex[i] = sessionId;
341 SessionIndex[sessionNo] = LVM_UNUSED_SESSION;
423 // Clear the SessionIndex
425 if(SessionIndex[i] == pContext->pBundledContext->SessionId){
426 SessionIndex[i] = LVM_UNUSED_SESSION;
427 ALOGV("\tEffectRelease: Clearing SessionIndex SessionNo %d for SessionId %d\n",
491 SessionIndex[
[all...]

Completed in 152 milliseconds