OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVPSA_OK
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c
63
/*
LVPSA_OK
Succeeds */
89
return(
LVPSA_OK
);
103
/*
LVPSA_OK
Succeeds */
120
return(
LVPSA_OK
);
135
/*
LVPSA_OK
Succeeds */
154
return(
LVPSA_OK
);
170
/*
LVPSA_OK
Succeeds */
244
return (
LVPSA_OK
);
258
/*
LVPSA_OK
Always succeeds */
309
return(
LVPSA_OK
);
[
all
...]
LVPSA_Process.c
42
/*
LVPSA_OK
Succeeds */
131
return(
LVPSA_OK
);
151
/*
LVPSA_OK
Succeeds */
210
return(
LVPSA_OK
);
251
return(
LVPSA_OK
);
LVPSA_Init.c
38
/*
LVPSA_OK
Succeeds */
48
LVPSA_RETURN errorCode =
LVPSA_OK
;
LVPSA_Memory.c
46
/*
LVPSA_OK
Succeeds */
167
return(
LVPSA_OK
);
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_API_Specials.c
103
if(LVPSA_Status !=
LVPSA_OK
)
LVM_Control.c
805
if (PSA_Status !=
LVPSA_OK
)
814
if(PSA_Status !=
LVPSA_OK
)
[
all
...]
LVM_Init.c
331
if (PSA_Status !=
LVPSA_OK
)
[
all
...]
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h
112
LVPSA_OK
, /* The function ran without any problem */
148
/*
LVPSA_OK
Succeeds */
172
/*
LVPSA_OK
Succeeds */
193
/*
LVPSA_OK
Succeeds */
215
/*
LVPSA_OK
Succeeds */
240
/*
LVPSA_OK
Succeeds */
260
/*
LVPSA_OK
Succeeds */
278
/*
LVPSA_OK
Succeeds */
Completed in 4531 milliseconds