Home | History | Annotate | Download | only in HAL

Lines Matching refs:m_pParamHeap

540       m_pParamHeap(NULL),
594 m_pParamHeap(NULL),
3294 m_pParamHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
3295 rc = m_pParamHeap->allocate(1, sizeof(parm_buffer_t));
3305 m_pParamHeap->getFd(0),
3312 m_pParamBuf = (parm_buffer_t*) DATA_PTR(m_pParamHeap,0);
3319 m_pParamHeap->deallocate();
3322 delete m_pParamHeap;
3323 m_pParamHeap = NULL;
3351 if (NULL != m_pParamHeap) {
3352 m_pParamHeap->deallocate();
3353 delete m_pParamHeap;
3354 m_pParamHeap = NULL;