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/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h
68
int
SessionNo
; /* Current session number */
EffectBundle.cpp
192
int
sessionNo
;
212
// Find next available
sessionNo
215
sessionNo
= i;
217
LOGV("\tEffectCreate: Allocating
SessionNo
%d for SessionId %d\n",
sessionNo
,sessionId);
231
if(GlobalSessionMemory[
sessionNo
].bBundledEffectsEnabled == LVM_FALSE){
232
LOGV("\tEffectCreate - This is the first effect in current sessionId %d
sessionNo
%d",
233
sessionId,
sessionNo
);
235
GlobalSessionMemory[
sessionNo
].bBundledEffectsEnabled = LVM_TRUE;
236
GlobalSessionMemory[
sessionNo
].pBundledContext = new BundledEffectContext
[
all
...]
Completed in 36 milliseconds