Home | History | Annotate | Download | only in libgralloc

Lines Matching full:pmem

197     int master_fd = open("/dev/pmem", O_RDWR, 0);
231 // first time, try to initialize pmem
237 // pmem couldn't be initialized, never use it
239 // pmem OK
328 // enable pmem in that case, so our software GL can fallback to
350 // PMEM buffers are always mmapped
354 // no more pmem memory
360 fd = open("/dev/pmem", O_RDWR, 0);
378 //LOGD_IF(!err, "allocating pmem size=%d, offset=%d", size, offset);
382 // the caller didn't request PMEM, so we can try something else
387 LOGE("couldn't open pmem (%s)", strerror(errno));
411 // no more pmem memory