Home | History | Annotate | Download | only in HAL

Lines Matching full:miscbuf

1847     QCameraHeapMemory *miscBuf = NULL;
1866 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
1868 if (!miscBuf) {
1869 ALOGE("%s: Unable to allocate miscBuf object", __func__);
1873 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE);
1876 delete miscBuf;
1881 return miscBuf;