Home | History | Annotate | Download | only in HAL

Lines Matching refs:miscBuf

2942     QCameraHeapMemory *miscBuf = NULL;
2961 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
2963 if (!miscBuf) {
2964 LOGE("Unable to allocate miscBuf object");
2968 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE);
2971 delete miscBuf;
2976 return miscBuf;