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

  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.h 83 class QCamera3HeapMemory : public QCamera3Memory {
85 QCamera3HeapMemory();
86 virtual ~QCamera3HeapMemory();
QCamera3Mem.cpp 220 * FUNCTION : QCamera3HeapMemory
222 * DESCRIPTION: constructor of QCamera3HeapMemory for ion memory used internally in HAL
228 QCamera3HeapMemory::QCamera3HeapMemory()
236 * FUNCTION : ~QCamera3HeapMemory
238 * DESCRIPTION: deconstructor of QCamera3HeapMemory
244 QCamera3HeapMemory::~QCamera3HeapMemory()
262 int QCamera3HeapMemory::alloc(int count, int size, int heap_id)
295 void QCamera3HeapMemory::dealloc(
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.h 83 class QCamera3HeapMemory : public QCamera3Memory {
85 QCamera3HeapMemory();
86 virtual ~QCamera3HeapMemory();
QCamera3Mem.cpp 220 * FUNCTION : QCamera3HeapMemory
222 * DESCRIPTION: constructor of QCamera3HeapMemory for ion memory used internally in HAL
228 QCamera3HeapMemory::QCamera3HeapMemory()
236 * FUNCTION : ~QCamera3HeapMemory
238 * DESCRIPTION: deconstructor of QCamera3HeapMemory
244 QCamera3HeapMemory::~QCamera3HeapMemory()
262 int QCamera3HeapMemory::alloc(int count, int size, int heap_id)
295 void QCamera3HeapMemory::dealloc(
    [all...]

Completed in 294 milliseconds