HomeSort by relevance Sort by last modified time
    Searched defs:QCameraHeapMemory (Results 1 - 6 of 6) sorted by null

  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp 379 * FUNCTION : QCameraHeapMemory
381 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
388 QCameraHeapMemory::QCameraHeapMemory(bool cached)
396 * FUNCTION : ~QCameraHeapMemory
398 * DESCRIPTION: deconstructor of QCameraHeapMemory
404 QCameraHeapMemory::~QCameraHeapMemory()
418 void *QCameraHeapMemory::getPtr(int index) const
440 int QCameraHeapMemory::allocate(int count, int size
    [all...]
QCameraMem.h 90 class QCameraHeapMemory : public QCameraMemory {
92 QCameraHeapMemory(bool cached);
93 virtual ~QCameraHeapMemory();
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraMem.cpp 379 * FUNCTION : QCameraHeapMemory
381 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
388 QCameraHeapMemory::QCameraHeapMemory(bool cached)
396 * FUNCTION : ~QCameraHeapMemory
398 * DESCRIPTION: deconstructor of QCameraHeapMemory
404 QCameraHeapMemory::~QCameraHeapMemory()
418 void *QCameraHeapMemory::getPtr(int index) const
440 int QCameraHeapMemory::allocate(int count, int size
    [all...]
QCameraMem.h 90 class QCameraHeapMemory : public QCameraMemory {
92 QCameraHeapMemory(bool cached);
93 virtual ~QCameraHeapMemory();
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.cpp 588 * FUNCTION : QCameraHeapMemory
590 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
597 QCameraHeapMemory::QCameraHeapMemory(bool cached)
605 * FUNCTION : ~QCameraHeapMemory
607 * DESCRIPTION: deconstructor of QCameraHeapMemory
613 QCameraHeapMemory::~QCameraHeapMemory()
627 void *QCameraHeapMemory::getPtr(int index) const
649 int QCameraHeapMemory::allocate(int count, int size, uint32_t isSecure
    [all...]
QCameraMem.h 136 class QCameraHeapMemory : public QCameraMemory {
138 QCameraHeapMemory(bool cached);
139 virtual ~QCameraHeapMemory();

Completed in 213 milliseconds