OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ControlPending
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_API_Specials.c
87
if (pInstance->
ControlPending
== LVM_TRUE)
LVM_Private.h
177
LVM_UINT16
ControlPending
; /* Control flag to indicate update pending */
LVM_Process.c
112
if (pInstance->
ControlPending
== LVM_TRUE)
LVM_Control.c
195
pInstance->
ControlPending
= LVM_TRUE;
511
pInstance->
ControlPending
= LVM_FALSE;
515
} while ((pInstance->
ControlPending
!= LVM_FALSE) &&
522
pInstance->
ControlPending
= LVM_FALSE;
[
all
...]
Completed in 903 milliseconds