OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bFirstControl
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c
77
(pPrivate->
bFirstControl
== LVM_TRUE))
96
(pPrivate->
bFirstControl
== LVM_TRUE))
143
(pPrivate->
bFirstControl
== LVM_TRUE))
243
(pPrivate->
bFirstControl
== LVM_TRUE))
310
(pPrivate->
bFirstControl
== LVM_TRUE))
482
(pPrivate->
bFirstControl
== LVM_TRUE))
499
(pPrivate->
bFirstControl
== LVM_TRUE))
525
if ((pPrivate->NewParams.Level == 0) && (pPrivate->
bFirstControl
== LVM_FALSE))
553
else if (pPrivate->
bFirstControl
== LVM_FALSE)
571
if(pPrivate->
bFirstControl
== LVM_TRUE
[
all
...]
LVREV_Private.h
129
LVM_CHAR
bFirstControl
; /* Flag to indicate that the control function is called for the first time */
LVREV_GetInstanceHandle.c
222
pLVREV_Private->
bFirstControl
= LVM_TRUE;
Completed in 5864 milliseconds