OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SessionNo
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h
68
int
SessionNo
; /* Current session number */
EffectBundle.cpp
170
int
sessionNo
;
190
// Find next available
sessionNo
193
sessionNo
= i;
195
ALOGV("\tEffectCreate: Allocating
SessionNo
%d for SessionId %d\n",
sessionNo
,sessionId);
209
if(GlobalSessionMemory[
sessionNo
].bBundledEffectsEnabled == LVM_FALSE){
210
ALOGV("\tEffectCreate - This is the first effect in current sessionId %d
sessionNo
%d",
211
sessionId,
sessionNo
);
213
GlobalSessionMemory[
sessionNo
].bBundledEffectsEnabled = LVM_TRUE;
214
GlobalSessionMemory[
sessionNo
].pBundledContext = new BundledEffectContext
[
all
...]
Completed in 39 milliseconds