Searched refs:handle_from (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DoverlayState.h83 OverlayImplBase* handle_from(utils::eOverlayState toState,
321 newov = handle_from<utils::OV_CLOSED>(toState, ov);
324 newov = handle_from<utils::OV_2D_VIDEO_ON_PANEL>(toState, ov);
327 newov = handle_from<utils::OV_2D_VIDEO_ON_PANEL_TV>(toState, ov);
330 newov = handle_from<utils::OV_2D_VIDEO_ON_TV>(toState, ov);
333 newov = handle_from<utils::OV_3D_VIDEO_ON_2D_PANEL>(toState, ov);
336 newov = handle_from<utils::OV_3D_VIDEO_ON_3D_PANEL>(toState, ov);
339 newov = handle_from<utils::OV_3D_VIDEO_ON_3D_TV>(toState, ov);
342 newov = handle_from<utils::OV_3D_VIDEO_ON_2D_PANEL_2D_TV>(toState,
346 newov = handle_from<util
374 inline OverlayImplBase* OverlayState::handle_from(utils::eOverlayState toState, function in class:overlay::OverlayState
[all...]

Completed in 57 milliseconds