OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipeId
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8974/liboverlay/pipes/
overlayGenPipe.cpp
130
int
pipeId
= mCtrlData.ctrl.getPipeId();
131
OVASSERT(-1 !=
pipeId
, "Ctrl ID should not be -1");
133
mCtrlData.data.setPipeId(
pipeId
);
/hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp
172
int
pipeId
= mCtrlData.ctrl.getPipeId();
173
OVASSERT(-1 !=
pipeId
, "Ctrl ID should not be -1");
175
mCtrlData.data.setPipeId(
pipeId
);
/hardware/qcom/display/msm8x26/liboverlay/pipes/
overlayGenPipe.cpp
172
int
pipeId
= mCtrlData.ctrl.getPipeId();
173
OVASSERT(-1 !=
pipeId
, "Ctrl ID should not be -1");
175
mCtrlData.data.setPipeId(
pipeId
);
Completed in 111 milliseconds