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

  /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 137 class QCameraHeapMemory : public QCameraMemory {
139 QCameraHeapMemory(bool cached);
140 virtual ~QCameraHeapMemory();
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.cpp 722 * FUNCTION : QCameraHeapMemory
724 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
731 QCameraHeapMemory::QCameraHeapMemory(bool cached)
739 * FUNCTION : ~QCameraHeapMemory
741 * DESCRIPTION: deconstructor of QCameraHeapMemory
747 QCameraHeapMemory::~QCameraHeapMemory()
761 void *QCameraHeapMemory::getPtr(uint32_t index) const
783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure
    [all...]
QCameraMem.h 151 class QCameraHeapMemory : public QCameraMemory {
153 QCameraHeapMemory(bool cached);
154 virtual ~QCameraHeapMemory();
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.cpp 722 * FUNCTION : QCameraHeapMemory
724 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
731 QCameraHeapMemory::QCameraHeapMemory(bool cached)
739 * FUNCTION : ~QCameraHeapMemory
741 * DESCRIPTION: deconstructor of QCameraHeapMemory
747 QCameraHeapMemory::~QCameraHeapMemory()
761 void *QCameraHeapMemory::getPtr(uint32_t index) const
783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure
    [all...]
QCameraMem.h 151 class QCameraHeapMemory : public QCameraMemory {
153 QCameraHeapMemory(bool cached);
154 virtual ~QCameraHeapMemory();
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 732 * FUNCTION : QCameraHeapMemory
734 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
741 QCameraHeapMemory::QCameraHeapMemory(bool cached)
749 * FUNCTION : ~QCameraHeapMemory
751 * DESCRIPTION: deconstructor of QCameraHeapMemory
757 QCameraHeapMemory::~QCameraHeapMemory()
771 void *QCameraHeapMemory::getPtr(uint32_t index) const
793 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure
    [all...]
QCameraMem.h 164 class QCameraHeapMemory : public QCameraMemory {
166 QCameraHeapMemory(bool cached);
167 virtual ~QCameraHeapMemory();
182 class QCameraMetadataStreamMemory : public QCameraHeapMemory {
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraMem.cpp 731 * FUNCTION : QCameraHeapMemory
733 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
740 QCameraHeapMemory::QCameraHeapMemory(bool cached)
748 * FUNCTION : ~QCameraHeapMemory
750 * DESCRIPTION: deconstructor of QCameraHeapMemory
756 QCameraHeapMemory::~QCameraHeapMemory()
770 void *QCameraHeapMemory::getPtr(uint32_t index) const
792 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure
    [all...]
QCameraMem.h 180 class QCameraHeapMemory : public QCameraMemory {
182 QCameraHeapMemory(bool cached);
183 virtual ~QCameraHeapMemory();
198 class QCameraMetadataStreamMemory : public QCameraHeapMemory {

Completed in 156 milliseconds