Home | History | Annotate | Download | only in HAL

Lines Matching refs:miscBuf

1848     QCameraHeapMemory *miscBuf = NULL;
1867 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
1869 if (!miscBuf) {
1870 ALOGE("%s: Unable to allocate miscBuf object", __func__);
1874 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE);
1877 delete miscBuf;
1882 return miscBuf;