Searched refs:mBuf (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/utils/
H A DDump.cpp25 : mBuf(buf),
40 if (!mBuf || !mLen)
45 len = vsnprintf(mBuf, mLen, fmt, ap);
49 mBuf += len;
H A DDump.h29 char *mBuf; member in class:android::intel::Dump
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
H A DDump.cpp25 : mBuf(buf),
40 if (!mBuf || !mLen)
45 len = vsnprintf(mBuf, mLen, fmt, ap);
49 mBuf += len;
H A DDump.h29 char *mBuf; member in class:android::intel::Dump
/hardware/intel/common/libwsbm/src/
H A Dwsbm_mallocpool.c59 struct _WsbmMallocBuffer *mBuf = malloc(size + sizeof(*mBuf) + 16); local
61 if (!mBuf)
64 wsbmBufStorageInit(&mBuf->buf, pool);
65 mBuf->size = size;
66 mBuf->mem = (void *)((unsigned long)mBuf + sizeof(*mBuf));
70 return &mBuf->buf;
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayWriteback.cpp40 if(mBuf.bufSz() == size) {
43 if(mBuf.valid()) {
44 if(!mBuf.close()) {
53 if(!mBuf.open(NUM_BUFS, size, isSecure)){
55 mBuf.close();
59 OVASSERT(MAP_FAILED != mBuf.addr(), "MAP failed");
60 OVASSERT(mBuf.getFD() != -1, "getFd is -1");
71 if(mBuf.valid()) {
72 ret = mBuf.close();
H A DoverlayWriteback.h49 int getDstFd() const { return mBuf.getFD(); }
54 OvMem mBuf; member in class:overlay::WritebackMem
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayWriteback.cpp40 if(mBuf.bufSz() == size) {
43 if(mBuf.valid()) {
44 if(!mBuf.close()) {
53 if(!mBuf.open(NUM_BUFS, size, isSecure)){
55 mBuf.close();
59 OVASSERT(MAP_FAILED != mBuf.addr(), "MAP failed");
60 OVASSERT(mBuf.getFD() != -1, "getFd is -1");
71 if(mBuf.valid()) {
72 ret = mBuf.close();
H A DoverlayWriteback.h49 int getDstFd() const { return mBuf.getFD(); }
54 OvMem mBuf; member in class:overlay::WritebackMem
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayWriteback.cpp40 if(mBuf.bufSz() == size) {
43 if(mBuf.valid()) {
44 if(!mBuf.close()) {
53 if(!mBuf.open(NUM_BUFS, size, isSecure)){
55 mBuf.close();
59 OVASSERT(MAP_FAILED != mBuf.addr(), "MAP failed");
60 OVASSERT(mBuf.getFD() != -1, "getFd is -1");
71 if(mBuf.valid()) {
72 ret = mBuf.close();
H A DoverlayWriteback.h49 int getDstFd() const { return mBuf.getFD(); }
54 OvMem mBuf; member in class:overlay::WritebackMem

Completed in 160 milliseconds