OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pipeId
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.cpp
92
int
pipeId
= mCtrl->getPipeId();
93
OVASSERT(-1 !=
pipeId
, "Ctrl ID should not be -1");
95
mData->setPipeId(
pipeId
);
/hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.cpp
78
int
pipeId
= mCtrl->getPipeId();
79
OVASSERT(-1 !=
pipeId
, "Ctrl ID should not be -1");
81
mData->setPipeId(
pipeId
);
/hardware/qcom/display/msm8909/liboverlay/pipes/
overlayGenPipe.cpp
78
int
pipeId
= mCtrl->getPipeId();
79
OVASSERT(-1 !=
pipeId
, "Ctrl ID should not be -1");
81
mData->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/msm8994/liboverlay/pipes/
overlayGenPipe.cpp
78
int
pipeId
= mCtrl->getPipeId();
79
OVASSERT(-1 !=
pipeId
, "Ctrl ID should not be -1");
81
mData->setPipeId(
pipeId
);
Completed in 223 milliseconds