Home | History | Annotate | Download | only in HAL

Lines Matching full:miscbuf

1849     QCameraHeapMemory *miscBuf = NULL;
1868 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
1870 if (!miscBuf) {
1871 ALOGE("%s: Unable to allocate miscBuf object", __func__);
1875 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE);
1878 delete miscBuf;
1883 return miscBuf;