HomeSort by relevance Sort by last modified time
    Searched full:ion_free (Results 1 - 25 of 26) 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));
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));
ion_test_fixture.cpp 52 ion_free(fd, handle);
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/omap4-aah/system-core-headers-ti/ion/
ion.h 36 int ion_free(int fd, struct ion_handle *handle);
  /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
  /system/core/libion/include/ion/
ion.h 38 int ion_free(int fd, ion_user_handle_t handle);
  /device/linaro/hikey/gralloc/
alloc_device.cpp 123 if (0 != ion_free(m->ion_client, ion_hnd))
125 AERR("ion_free( %d ) failed", m->ion_client);
137 if (0 != ion_free(m->ion_client, ion_hnd))
139 AERR("ion_free( %d ) failed", m->ion_client);
168 ret = ion_free(m->ion_client, ion_hnd);
172 AERR("ion_free( %d ) failed", m->ion_client);
563 if (0 != ion_free(m->ion_client, hnd->ion_hnd))
565 AERR("Failed to ion_free( ion_client: %d ion_hnd: %p )", m->ion_client, (void *)(uintptr_t)hnd->ion_hnd);
  /system/core/libion/
ion.c 82 int ion_free(int fd, ion_user_handle_t handle) function
151 ion_free(fd, handle);
ion_test.c 64 ret = ion_free(fd, handle);
95 ret = ion_free(fd, handle);
  /hardware/ti/omap4-aah/camera/
MemoryManager.cpp 110 ion_free(mIonFd, handle);
191 ion_free(mIonFd, buffers[i].ion_handle);
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 97 ion_free(mIonFd, handle);
176 ion_free(mIonFd, (ion_handle*)mIonHandleMap.valueFor(ptr));
  /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/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/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 224 ion_free (fd, handle);
  /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
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 213 ion_free(pCompPrv->ion_fd, temp);
218 ion_free(pCompPrv->ion_fd, temp);
803 ion_free(pCompPrv->ion_fd, pMemptr);
824 //ion_free(pCompPrv->ion_fd, handleToMap);
    [all...]
  /hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 770 ion_free(pCompPrv->ion_fd,
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 646 ion_free(ion_fd, DCC_Buff);

Completed in 1522 milliseconds

1 2