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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp71 int SessionIndex[LVM_MAX_SESSIONS]; member in namespace:android::__anon225
191 if((SessionIndex[i] == LVM_UNUSED_SESSION)||(SessionIndex[i] == sessionId)){
193 SessionIndex[i] = sessionId;
337 SessionIndex[sessionNo] = LVM_UNUSED_SESSION;
417 // Clear the SessionIndex
419 if(SessionIndex[i] == pContext->pBundledContext->SessionId){
420 SessionIndex[i] = LVM_UNUSED_SESSION;
421 ALOGV("\tEffectRelease: Clearing SessionIndex SessionNo %d for SessionId %d\n",
485 SessionIndex[
[all...]

Completed in 1428 milliseconds