Home | History | Annotate | Download | only in HAL3

Lines Matching refs:mParamHeap

237       mParamHeap(NULL),
3325 mParamHeap = new QCamera3HeapMemory();
3326 rc = mParamHeap->allocate(1, sizeof(metadata_buffer_t), false);
3330 delete mParamHeap;
3331 mParamHeap = NULL;
3338 mParamHeap->getFd(0),
3343 mParamHeap->deallocate();
3344 delete mParamHeap;
3345 mParamHeap = NULL;
3349 mParameters = (metadata_buffer_t*) DATA_PTR(mParamHeap,0);
3369 mParamHeap->deallocate();
3370 delete mParamHeap;
3371 mParamHeap = NULL;