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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp174 SessionContext *pSessionContext; local
292 pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo];
298 pSessionContext->bBassInstantiated = LVM_TRUE;
306 pSessionContext->bVirtualizerInstantiated=LVM_TRUE;
314 pSessionContext->bEqualizerInstantiated = LVM_TRUE;
322 pSessionContext->bVolumeInstantiated = LVM_TRUE;
361 SessionContext *pSessionContext = &GlobalSessionMemory[pContext->pBundledContext->SessionNo]; local
367 pSessionContext->bBassInstantiated = LVM_FALSE;
374 pSessionContext->bVirtualizerInstantiated = LVM_FALSE;
381 pSessionContext
[all...]

Completed in 1275 milliseconds