Home | History | Annotate | Download | only in HAL3

Lines Matching refs:mParamHeap

257       mParamHeap(NULL),
3936 mParamHeap = new QCamera3HeapMemory();
3937 rc = mParamHeap->allocate(1, sizeof(metadata_buffer_t), false);
3941 delete mParamHeap;
3942 mParamHeap = NULL;
3949 mParamHeap->getFd(0),
3954 mParamHeap->deallocate();
3955 delete mParamHeap;
3956 mParamHeap = NULL;
3960 mParameters = (metadata_buffer_t*) DATA_PTR(mParamHeap,0);
3978 mParamHeap->deallocate();
3979 delete mParamHeap;
3980 mParamHeap = NULL;