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