Searched refs:m_pParamHeap (Results 1 – 2 of 2) sorted by relevance
898 m_pParamHeap(NULL), in QCameraParameters()1032 m_pParamHeap(NULL), in QCameraParameters()6075 if (m_pParamHeap != NULL) { in allocate()6080 m_pParamHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocate()6081 if (m_pParamHeap == NULL) { in allocate()6085 rc = m_pParamHeap->allocate(1, sizeof(parm_buffer_t), NON_SECURE); in allocate()6089 delete m_pParamHeap; in allocate()6090 m_pParamHeap = NULL; in allocate()6120 if (m_pParamHeap == NULL) { in init()6131 m_pParamHeap->getFd(0), sizeof(parm_buffer_t), bufMapList); in init()[all …]
1101 QCameraHeapMemory *m_pParamHeap; variable