Home | History | Annotate | Download | only in common

Lines Matching refs:disp

46 bool VsyncControl::control(int disp, bool enabled)
48 ALOGTRACE("disp = %d, enabled = %d", disp, enabled);
53 // pipe equals to disp
54 arg.vsync.pipe = disp;
65 bool VsyncControl::wait(int disp, int64_t& timestamp)
67 ALOGTRACE("disp = %d", disp);
74 // pipe equals to disp
75 arg.vsync.pipe = disp;