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

  /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();
  /device/google/marlin/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/msm8998/QCamera2/HAL/
QCameraMem.cpp 736 * FUNCTION : QCameraHeapMemory
738 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
745 QCameraHeapMemory::QCameraHeapMemory(bool cached)
753 * FUNCTION : ~QCameraHeapMemory
755 * DESCRIPTION: deconstructor of QCameraHeapMemory
761 QCameraHeapMemory::~QCameraHeapMemory()
775 void *QCameraHeapMemory::getPtr(uint32_t index) const
797 int QCameraHeapMemory::allocate(uint8_t count, size_t size
    [all...]
QCameraMem.h 188 class QCameraHeapMemory : public QCameraMemory {
190 QCameraHeapMemory(bool cached);
191 virtual ~QCameraHeapMemory();
206 class QCameraMetadataStreamMemory : public QCameraHeapMemory {

Completed in 112 milliseconds