Searched defs:pSessionContext (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp207 SessionContext *pSessionContext; local
322 pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo];
328 pSessionContext->bBassInstantiated = LVM_TRUE;
336 pSessionContext->bVirtualizerInstantiated=LVM_TRUE;
344 pSessionContext->bEqualizerInstantiated = LVM_TRUE;
352 pSessionContext->bVolumeInstantiated = LVM_TRUE;
391 SessionContext *pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo]; local
397 pSessionContext->bBassInstantiated = LVM_FALSE;
404 pSessionContext->bVirtualizerInstantiated = LVM_FALSE;
411 pSessionContext
[all...]

Completed in 47 milliseconds