OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:freehandle
(Results
1 - 10
of
10
) 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
282
ret = cbase->
FreeHandle
(hComponent);
284
LOGE("%s(): exit failure, cbase->
FreeHandle
() failed (ret = 0x%08x)\n",
/external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp
108
void
freeHandle
(Handle handle, const VkAllocationCallbacks* pAllocator)
131
freeHandle
<Object>(reinterpret_cast<Object*>((deUintptr)handle.getInternal()), pAllocator);
vkNullDriverImpl.inl
180
freeHandle
<Instance, VkInstance>(instance, pAllocator);
185
freeHandle
<Device, VkDevice>(device, pAllocator);
[
all
...]
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.cpp
367
DEBUG_PRINT("Calling
FreeHandle
in state %d \n", state);
/hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.cpp
368
DEBUG_PRINT("Calling
FreeHandle
in state %d \n", state);
/hardware/qcom/media/msm8996/mm-core/src/common/
omx_core_cmp.cpp
368
DEBUG_PRINT("Calling
FreeHandle
in state %d \n", state);
qc_omx_core.c
590
DEBUG_PRINT("OMXCORE API :
FreeHandle
%p\n", hComp);
/hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp
241
/* GetHandle &
FreeHandle
*/
327
OMX_ERRORTYPE ComponentBase::
FreeHandle
(OMX_HANDLETYPE hComponent)
[
all
...]
/frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp
265
// "
FreeHandle
".
[
all
...]
Completed in 311 milliseconds