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

  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 103 mIonBufLength.add(bufsArr[i], (unsigned int) bytes);
172 if(mIonBufLength.valueFor(ptr))
174 munmap((void *)ptr, mIonBufLength.valueFor(ptr));
178 mIonBufLength.removeItem(ptr);
191 if(mIonBufLength.size() == 0)
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 704 KeyedVector<unsigned int, unsigned int> mIonBufLength;
    [all...]

Completed in 28 milliseconds