OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIonFd
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/gralloc/
mapper.cpp
85
int
getIonFd
(gralloc_module_t const *module)
111
ret = ion_import(
getIonFd
(module), hnd->fd, &hnd->handle);
115
ret = ion_import(
getIonFd
(module), hnd->fd1, &hnd->handle1);
120
ret = ion_import(
getIonFd
(module), hnd->fd2, &hnd->handle2);
141
ion_free(
getIonFd
(module), hnd->handle);
143
ion_free(
getIonFd
(module), hnd->handle1);
145
ion_free(
getIonFd
(module), hnd->handle2);
179
ion_sync_fd(
getIonFd
(module), hnd->fd);
181
ion_sync_fd(
getIonFd
(module), hnd->fd1);
183
ion_sync_fd(
getIonFd
(module), hnd->fd2)
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp
64
int
getIonFd
(gralloc_module_t const *module)
312
ion_decRef(
getIonFd
(module), phREF->SharedBuffer[i].pIonHandle);
314
ion_decRef(
getIonFd
(module), phREF->SharedBuffer[i].pIonHandle1);
316
ion_decRef(
getIonFd
(module), phREF->SharedBuffer[i].pIonHandle2);
386
ion_incRef(
getIonFd
(module), priv_hnd->fd, &pIonHandle);
389
ion_incRef(
getIonFd
(module), priv_hnd->fd1, &pIonHandle1);
392
ion_incRef(
getIonFd
(module), priv_hnd->fd2, &pIonHandle2);
449
ion_decRef(
getIonFd
(module), phREF->SharedBuffer[i].pIonHandle);
450
ion_decRef(
getIonFd
(module), phREF->SharedBuffer[i].pIonHandle1);
451
ion_decRef(
getIonFd
(module), phREF->SharedBuffer[i].pIonHandle2)
[
all
...]
Completed in 525 milliseconds