Home
last modified time | relevance | path

Searched refs:SessionNo (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h68 int SessionNo; /* Current session number */ member
DEffectBundle.cpp245 pContext->pBundledContext->SessionNo = sessionNo; in EffectCreate()
322 pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo]; in EffectCreate()
393 SessionContext *pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo]; in EffectRelease()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp451 pContext->pBundledContext->SessionNo = 0; in lvmCreate()