OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVEQNB_NULLADDRESS
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c
53
/*
LVEQNB_NULLADDRESS
Instance or pParams is NULL pointer */
71
return
LVEQNB_NULLADDRESS
;
94
/*
LVEQNB_NULLADDRESS
hInstance or pCapabilities is NULL */
109
return
LVEQNB_NULLADDRESS
;
323
/*
LVEQNB_NULLADDRESS
Instance or pParams is NULL pointer */
324
/*
LVEQNB_NULLADDRESS
NULL address for the equaliser filter definitions and the */
346
return
LVEQNB_NULLADDRESS
;
351
return
LVEQNB_NULLADDRESS
;
LVEQNB_Process.c
53
/*
LVEQNB_NULLADDRESS
When hInstance, pInData or pOutData are NULL */
76
return
LVEQNB_NULLADDRESS
;
LVEQNB_Init.c
55
/*
LVEQNB_NULLADDRESS
When any of pMemoryTable and pCapabilities is NULL address */
73
return
LVEQNB_NULLADDRESS
;
176
/*
LVEQNB_NULLADDRESS
When pCapabilities or pMemoryTableis or phInstance are NULL */
177
/*
LVEQNB_NULLADDRESS
One or more of the memory regions has a NULL base address */
202
return
LVEQNB_NULLADDRESS
;
214
return(
LVEQNB_NULLADDRESS
);
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h
150
LVEQNB_NULLADDRESS
= 2, /* NULL allocation address */
313
/*
LVEQNB_NULLADDRESS
When any of pMemoryTable and pCapabilities is NULL address */
348
/*
LVEQNB_NULLADDRESS
When pCapabilities or pMemoryTableis or phInstance are NULL */
349
/*
LVEQNB_NULLADDRESS
One or more of the memory regions has a NULL base address */
379
/*
LVEQNB_NULLADDRESS
Instance or pParams is NULL pointer */
404
/*
LVEQNB_NULLADDRESS
hInstance or pCapabilities is NULL */
428
/*
LVEQNB_NULLADDRESS
Instance or pParams is NULL pointer */
429
/*
LVEQNB_NULLADDRESS
NULL address for the equaliser filter definitions and the */
456
/*
LVEQNB_NULLADDRESS
When hInstance, pInData or pOutData are NULL */
Completed in 503 milliseconds