Home
last modified time | relevance | path

Searched refs:pipeId (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8994/liboverlay/pipes/
DoverlayGenPipe.cpp78 int pipeId = mCtrl->getPipeId(); in queueBuffer() local
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer()
81 mData->setPipeId(pipeId); in queueBuffer()
/hardware/qcom/display/msm8226/liboverlay/pipes/
DoverlayGenPipe.cpp78 int pipeId = mCtrl->getPipeId(); in queueBuffer() local
79 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer()
81 mData->setPipeId(pipeId); in queueBuffer()
/hardware/qcom/display/msm8084/liboverlay/pipes/
DoverlayGenPipe.cpp92 int pipeId = mCtrl->getPipeId(); in queueBuffer() local
93 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer()
95 mData->setPipeId(pipeId); in queueBuffer()
/hardware/qcom/display/msm8960/liboverlay/pipes/
DoverlayGenPipe.cpp172 int pipeId = mCtrlData.ctrl.getPipeId(); in queueBuffer() local
173 OVASSERT(-1 != pipeId, "Ctrl ID should not be -1"); in queueBuffer()
175 mCtrlData.data.setPipeId(pipeId); in queueBuffer()