Home
last modified time | relevance | path

Searched refs:mIonHandleMap (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
DMemoryManager.cpp101 mIonHandleMap.add(bufsArr[i], (unsigned int)handle); in allocateBuffer()
176 ion_free(mIonFd, (ion_handle*)mIonHandleMap.valueFor(ptr)); in freeBuffer()
177 mIonHandleMap.removeItem(ptr); in freeBuffer()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h702 KeyedVector<unsigned int, unsigned int> mIonHandleMap; variable