HomeSort by relevance Sort by last modified time
    Searched full:freehandle (Results 1 - 13 of 13) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btSimpleBroadphase.h 66 int freeHandle = m_firstFreeHandle;
67 m_firstFreeHandle = m_pHandles[freeHandle].GetNextFree();
69 if(freeHandle > m_LastHandleIndex)
71 m_LastHandleIndex = freeHandle;
73 return freeHandle;
76 void freeHandle(btSimpleBroadphaseProxy* proxy)
btSimpleBroadphase.cpp 135 freeHandle(proxy0);
btAxisSweep3.h 105 void freeHandle(BP_FP_INT_TYPE handle);
493 void btAxisSweep3Internal<BP_FP_INT_TYPE>::freeHandle(BP_FP_INT_TYPE handle)
612 freeHandle(handle);
  /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 128 milliseconds