OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FreeHandle
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h
107
/* GetHandle &
FreeHandle
*/
111
OMX_ERRORTYPE
FreeHandle
(OMX_HANDLETYPE hComponent);
303
/* called int
FreeHandle
() */
417
/* allocated at GetHandle, freed at
FreeHandle
*/
/hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp
285
ret = cbase->
FreeHandle
(hComponent);
287
LOGE("%s(): exit failure, cbase->
FreeHandle
() failed (ret = 0x%08x)\n",
/hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp
241
/* GetHandle &
FreeHandle
*/
328
OMX_ERRORTYPE ComponentBase::
FreeHandle
(OMX_HANDLETYPE hComponent)
[
all
...]
Completed in 434 milliseconds