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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h68 int SessionNo; /* Current session number */ member in struct:BundledEffectContext
H A DEffectBundle.cpp228 ALOGV("\tEffectCreate: Allocating SessionNo %d for SessionId %d\n", sessionNo,sessionId);
251 pContext->pBundledContext->SessionNo = sessionNo;
322 pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo];
391 SessionContext *pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo];
452 ALOGV("\tEffectRelease: Clearing SessionIndex SessionNo %d for SessionId %d\n",
3226 //pContext->pBundledContext->SessionNo, pContext->pBundledContext->SessionId,

Completed in 47 milliseconds