Searched refs:getFb (Results 1 – 2 of 2) sorted by relevance
718 mGralloc->getFb()->post(mGralloc->getFb(), mClientTarget.getBuffer()); in present()821 mGralloc->getFb()->post(mGralloc->getFb(), mClientTarget.getBuffer()); in present()1085 newConfig->setAttribute(Attribute::Width, mGralloc->getFb()->width); in populatePrimaryConfigs()1086 newConfig->setAttribute(Attribute::Height, mGralloc->getFb()->height); in populatePrimaryConfigs()1087 newConfig->setAttribute(Attribute::DpiX, mGralloc->getFb()->xdpi*1000); in populatePrimaryConfigs()1088 newConfig->setAttribute(Attribute::DpiY, mGralloc->getFb()->ydpi*1000); in populatePrimaryConfigs()
141 framebuffer_device_t* getFb() { return mFbDev; } in getFb() function