Lines Matching refs:m_pParamHeap
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()
6143 m_pParamBuf = (parm_buffer_t*) DATA_PTR(m_pParamHeap,0); in init()
6187 m_pParamHeap->deallocate(); in init()
6188 delete m_pParamHeap; in init()
6189 m_pParamHeap = NULL; in init()
6232 if (NULL != m_pParamHeap) { in deinit()
6233 m_pParamHeap->deallocate(); in deinit()
6234 delete m_pParamHeap; in deinit()
6235 m_pParamHeap = NULL; in deinit()