HomeSort by relevance Sort by last modified time
    Searched refs:ion_free (Results 1 - 25 of 34) sorted by null

1 2

  /system/core/libion/tests/
formerly_valid_handle_test.cpp 37 ASSERT_EQ(0, ion_free(m_ionFd, m_handle));
47 ASSERT_EQ(-EINVAL, ion_free(m_ionFd, m_handle));
allocate_test.cpp 37 ASSERT_EQ(0, ion_free(m_ionFd, handle));
52 ASSERT_EQ(0, ion_free(m_ionFd, handle));
67 ASSERT_EQ(0, ion_free(m_ionFd, handle));
85 ASSERT_EQ(0, ion_free(m_ionFd, handle));
ion_test_fixture.cpp 52 ion_free(fd, handle);
invalid_values_test.cpp 45 ASSERT_EQ(0, ion_free(m_ionFd, m_validHandle));
102 TEST_F(InvalidValues, ion_free)
105 int ret = ion_free(0, m_validHandle);
108 EXPECT_EQ(-EBADF, ion_free(-1, m_validHandle));
110 EXPECT_EQ(-EINVAL, ion_free(m_ionFd, 0));
112 EXPECT_EQ(-EINVAL, ion_free(m_ionFd, m_badHandle));
map_test.cpp 48 ASSERT_EQ(0, ion_free(m_ionFd, handle));
  /hardware/ti/omap4-aah/ion/
ion.h 30 int ion_free(int fd, struct ion_handle *handle);
ion_test_2.c 97 ret = ion_free(fd, handle[i]);
233 ret = ion_free(fd, handle[i]);
294 ret = ion_free(fd, handle[i]);
319 ret = ion_free(fd, handle[i]);
ion_test.c 56 ret = ion_free(fd, handle);
112 ret = ion_free(fd, handle);
ion.c 100 int ion_free(int fd, struct ion_handle *handle) function
  /hardware/ti/omap4xxx/ion/
ion.h 30 int ion_free(int fd, struct ion_handle *handle);
ion.c 99 int ion_free(int fd, struct ion_handle *handle) function
  /hardware/samsung_slsi/exynos5/include/
ion.h 118 /* ion_free() - Frees an existing buffer that is allocated by ION
121 void ion_free(ion_buffer buffer);
  /system/core/libion/include/ion/
ion.h 38 int ion_free(int fd, ion_user_handle_t handle);
  /hardware/samsung_slsi/exynos5/gralloc/
mapper.cpp 128 ion_free(getIonFd(module), hnd->handle);
130 ion_free(getIonFd(module), hnd->handle1);
132 ion_free(getIonFd(module), hnd->handle2);
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 97 ion_free(mIonFd, handle);
176 ion_free(mIonFd, (ion_handle*)mIonHandleMap.valueFor(ptr));
  /hardware/ti/omap4-aah/system-core-headers-ti/ion/
ion.h 36 int ion_free(int fd, struct ion_handle *handle);
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 181 ion_free(pCompPrv->ion_fd, gCamIonHdl[i][0]);
185 ion_free(pCompPrv->ion_fd, gCamIonHdl[i][1]);
194 ion_free(pCompPrv->ion_fd, gComponentBufferAllocation[i][j]);
253 ion_free(pCompPrv->ion_fd, gComponentBufferAllocation[i][j]);
434 ion_free(pCompPrv->ion_fd, handle);
451 ion_free(pCompPrv->ion_fd, handle);
489 ion_free(pCompPrv->ion_fd, handle);
498 ion_free(pCompPrv->ion_fd, handle);
501 ion_free(pCompPrv->ion_fd, gComponentBufferAllocation[port][index]);
852 ion_free(ion_fd, DCC_Buff)
    [all...]
  /hardware/ti/omap4-aah/camera/
MemoryManager.cpp 110 ion_free(mIonFd, handle);
191 ion_free(mIonFd, buffers[i].ion_handle);
  /system/core/libion/
ion.c 81 int ion_free(int fd, ion_user_handle_t handle) function
149 ion_free(fd, handle);
ion_test.c 64 ret = ion_free(fd, handle);
95 ret = ion_free(fd, handle);
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 153 * ion_free - free a handle
159 void ion_free(struct ion_client *client, struct ion_handle *handle);
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
ion.h 153 * ion_free - free a handle
159 void ion_free(struct ion_client *client, struct ion_handle *handle);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.c 115 ion_free(pDeleteElement->IONBuffer);
186 ion_free(IONBuffer);
263 ion_free(pDeleteElement->IONBuffer);
301 ion_free(IONBuffer);
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 106 void ion_free(ion_buffer buffer) function
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 191 * ion_free - free a handle
197 void ion_free(struct ion_client *client, struct ion_handle *handle);
412 static inline void ion_free(struct ion_client *client, function

Completed in 557 milliseconds

1 2