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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp177 SessionContext *pSessionContext; local
295 pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo];
301 pSessionContext->bBassInstantiated = LVM_TRUE;
309 pSessionContext->bVirtualizerInstantiated=LVM_TRUE;
317 pSessionContext->bEqualizerInstantiated = LVM_TRUE;
325 pSessionContext->bVolumeInstantiated = LVM_TRUE;
366 SessionContext *pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo]; local
372 pSessionContext->bBassInstantiated = LVM_FALSE;
379 pSessionContext->bVirtualizerInstantiated = LVM_FALSE;
386 pSessionContext
[all...]

Completed in 65 milliseconds