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

  /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 38 ASSERT_EQ(0, ion_free(m_ionFd, handle));
53 ASSERT_EQ(0, ion_free(m_ionFd, handle));
68 ASSERT_EQ(0, ion_free(m_ionFd, handle));
86 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));
  /cts/hostsidetests/security/securityPatch/CVE-2017-0564/
poc.c 94 int ion_free(int fd, int hdl) function
140 ion_free(ion_fd, ion_handle);
159 ion_free(ion_fd, ion_handle);
215 ion_free(ion_fd,ion_handle);
  /system/core/libion/include/ion/
ion.h 38 int ion_free(int fd, ion_user_handle_t handle);
  /system/core/libion/
ion.c 83 int ion_free(int fd, ion_user_handle_t handle) function
152 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);
  /device/linaro/hikey/gralloc960/
alloc_ion.cpp 247 if ( 0 != ion_free( m->ion_client, ion_hnd ) ) AERR( "ion_free( %d ) failed", m->ion_client );
252 if (0 != ion_free(m->ion_client, ion_hnd))
254 AWAR("ion_free( %d ) failed", m->ion_client);
  /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
  /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);
132 if (0 != ion_free(m->ion_client, ion_hnd))
134 AWAR("ion_free( %d ) failed", m->ion_client);

Completed in 116 milliseconds