Searched defs:pipe2 (Results 1 - 2 of 2) sorted by last modified time

/hardware/qcom/display/liboverlay/
H A DoverlayImpl.h119 typedef P2 pipe2; typedef in class:overlay::OverlayImpl
244 ALOGE_IF(DEBUG_OVERLAY, "init pipe2");
254 OVASSERT(mPipe2, "%s: OverlayImpl pipe2 is null", __FUNCTION__);
257 ALOGE("%s: OverlayImpl pipe2 failed to init", __FUNCTION__);
316 // Close pipe2
317 OVASSERT(mPipe2, "%s: OverlayImpl pipe2 is null", __FUNCTION__);
318 ALOGE_IF(DEBUG_OVERLAY, "Close pipe2");
320 ALOGE("%s: OverlayImpl failed to close pipe2", __FUNCTION__);
326 // Close the rotator for pipe2
329 ALOGE("%s: OverlayImpl failed to close rot for pipe2", __FUNCTION_
[all...]
H A DoverlayState.h113 typedef overlay::NullPipe pipe2; // place holder typedef in struct:overlay::StateTraits
119 typedef overlay::OverlayImpl<pipe0, pipe1, pipe2> ovimpl;
126 typedef overlay::GenericPipe<utils::EXTERNAL> pipe2; //ext subtitle typedef in struct:overlay::StateTraits
132 typedef overlay::OverlayImpl<pipe0, pipe1, pipe2> ovimpl;
139 typedef overlay::GenericPipe<utils::EXTERNAL> pipe2; //ext subtitle typedef in struct:overlay::StateTraits
145 typedef overlay::OverlayImpl<pipe0, pipe1, pipe2> ovimpl;
152 typedef overlay::NullPipe pipe2; typedef in struct:overlay::StateTraits
158 typedef overlay::OverlayImpl<pipe0, pipe1, pipe2> ovimpl;
165 typedef overlay::NullPipe pipe2; // place holder typedef in struct:overlay::StateTraits
178 typedef overlay::NullPipe pipe2; // plac typedef in struct:overlay::StateTraits
191 typedef overlay::NullPipe pipe2; // place holder typedef in struct:overlay::StateTraits
204 typedef overlay::NullPipe pipe2; // place holder typedef in struct:overlay::StateTraits
217 typedef overlay::NullPipe pipe2; // place holder typedef in struct:overlay::StateTraits
230 typedef overlay::GenericPipe<ovutils::EXTERNAL> pipe2; //EXT UI typedef in struct:overlay::StateTraits
243 typedef overlay::NullPipe pipe2; // place holder typedef in struct:overlay::StateTraits
256 typedef overlay::NullPipe pipe2; // place holder typedef in struct:overlay::StateTraits
269 typedef overlay::GenericPipe<utils::PRIMARY> pipe2; typedef in struct:overlay::StateTraits
282 typedef overlay::NullPipe pipe2; typedef in struct:overlay::StateTraits
[all...]

Completed in 50 milliseconds