Searched defs:pipeId (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/pipes/
H A DoverlayGenPipe.cpp172 int pipeId = mCtrlData.ctrl.getPipeId(); local
173 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
175 mCtrlData.data.setPipeId(pipeId);
/hardware/qcom/display/msm8974/liboverlay/pipes/
H A DoverlayGenPipe.cpp130 int pipeId = mCtrlData.ctrl.getPipeId(); local
131 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
133 mCtrlData.data.setPipeId(pipeId);
/hardware/qcom/display/msm8x26/liboverlay/pipes/
H A DoverlayGenPipe.cpp172 int pipeId = mCtrlData.ctrl.getPipeId(); local
173 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1");
175 mCtrlData.data.setPipeId(pipeId);

Completed in 2509 milliseconds