Home | History | Annotate | Download | only in pipes

Lines Matching defs:init

53     bool init(RotatorBase* rot);
83 bool init(RotatorBase* rot);
113 bool init(RotatorBase* rot);
143 bool init(RotatorBase* rot);
172 inline bool M3DExtPipe<CHAN>::init(RotatorBase* rot) {
173 ALOGE_IF(DEBUG_OVERLAY, "M3DExtPipe init");
174 if(!mM3d.init(rot)) {
175 ALOGE("3Dpipe failed to init");
241 inline bool M3DPrimaryPipe<CHAN>::init(RotatorBase* rot) {
242 ALOGE_IF(DEBUG_OVERLAY, "M3DPrimaryPipe init");
243 if(!mM3d.init(rot)) {
244 ALOGE("3Dpipe failed to init");
296 inline bool S3DExtPipe<CHAN>::init(RotatorBase* rot) {
297 ALOGE_IF(DEBUG_OVERLAY, "S3DExtPipe init");
298 if(!mS3d.init(rot)) {
299 ALOGE("3Dpipe failed to init");
360 inline bool S3DPrimaryPipe<CHAN>::init(RotatorBase* rot) {
361 ALOGE_IF(DEBUG_OVERLAY, "S3DPrimaryPipe init");
362 if(!mS3d.init(rot)) {
363 ALOGE("3Dpipe failed to init");