Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:Overlay

30 #include "overlay.h"
37 namespace overlay {
40 Overlay::Overlay() {
49 Overlay::~Overlay() {
55 void Overlay::configBegin() {
65 void Overlay::configDone() {
86 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) {
126 bool Overlay::isPipeTypeAttached(eMdpPipeType type) {
136 bool Overlay::commit(utils::eDest dest) {
161 bool Overlay::queueBuffer(int fd, uint32_t offset,
173 void Overlay::setCrop(const utils::Dim& d,
180 void Overlay::setPosition(const utils::Dim& d,
187 void Overlay::setTransform(const int orient,
198 void Overlay::setSource(const utils::PipeArgs args,
219 void Overlay::setVisualParams(const MetaData_t& metadata, utils::eDest dest) {
225 Overlay* Overlay::getInstance() {
227 sInstance = new Overlay();
234 int Overlay::initOverlay() {
278 ALOGD("Unset overlay with index: %d at mixer %d", index, i);
320 bool Overlay::displayCommit(const int& fd) {
332 void Overlay::dump() const {
340 void Overlay::getDump(char *buf, size_t len) {
358 void Overlay::clear(int dpy) {
371 void Overlay::PipeBook::init() {
377 void Overlay::PipeBook::destroy() {
386 Overlay* Overlay::sInstance = 0;
387 int Overlay::sDpyFbMap[DPY_MAX] = {0, -1, -1};
388 int Overlay::sDMAMode = DMA_LINE_MODE;
389 int Overlay::sForceSetBitmap = 0;
390 int Overlay::PipeBook::NUM_PIPES = 0;
391 int Overlay::PipeBook::sPipeUsageBitmap = 0;
392 int Overlay::PipeBook::sLastUsageBitmap = 0;
393 int Overlay::PipeBook::sAllocatedBitmap = 0;
394 utils::eMdpPipeType Overlay::PipeBook::pipeTypeLUT[utils::OV_MAX] =
397 }; // namespace overlay