Home | History | Annotate | Download | only in HAL3

Lines Matching refs:mParamHeap

163       mParamHeap(NULL),
1683 mParamHeap = new QCamera3HeapMemory();
1684 rc = mParamHeap->allocate(1, sizeof(parm_buffer_t), false);
1688 delete mParamHeap;
1689 mParamHeap = NULL;
1696 mParamHeap->getFd(0),
1701 mParamHeap->deallocate();
1702 delete mParamHeap;
1703 mParamHeap = NULL;
1707 mParameters = (parm_buffer_t*) DATA_PTR(mParamHeap,0);
1725 mParamHeap->deallocate();
1726 delete mParamHeap;
1727 mParamHeap = NULL;