Home | History | Annotate | Download | only in HAL

Lines Matching full:miscbuf

2946     QCameraHeapMemory *miscBuf = NULL;
2965 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE);
2967 if (!miscBuf) {
2968 LOGE("Unable to allocate miscBuf object");
2972 rc = miscBuf->allocate(bufNum, bufSize, NON_SECURE);
2975 delete miscBuf;
2980 return miscBuf;