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.h63 int SessionNo; /* Current session number */ member
DEffectBundle.cpp244 pContext->pBundledContext->SessionNo = sessionNo; in EffectCreate()
299 pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo]; in EffectCreate()
370 SessionContext *pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo]; in EffectRelease()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp451 pContext->pBundledContext->SessionNo = 0; in lvmCreate()