OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pComponents
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c
41
static void*
pComponents
[COUNTOF(pModules)] = {0};
268
pComponents
[i] = *pHandle;
303
pComponents
[i] = NULL;
347
if(
pComponents
[i] == hComponent) break;
375
free(
pComponents
[i]);
376
pComponents
[i] = NULL;
/hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c
69
static void *
pComponents
[COUNTOF(pModules)] = { 0 };
299
pComponents
[i] = *pHandle;
326
pComponents
[i] = NULL;
374
if (
pComponents
[i] == hComponent)
389
free(
pComponents
[i]);
391
pComponents
[i] = NULL;
/frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp
[
all
...]
Completed in 264 milliseconds