Home | History | Annotate | Download | only in overlay

Lines Matching full:overlay_t

62  * This is the overlay_t object, it is returned to the user and represents
68 class overlay_object : public overlay_t {
78 static overlay_handle_t getHandleRef(struct overlay_t* overlay) {
85 this->overlay_t::getHandleRef = getHandleRef;
127 static overlay_t* overlay_createOverlay(struct overlay_control_device_t *dev,
142 * do. the overlay_t returned can be a C++ object, subclassing overlay_t
145 * we probably want to keep a list of the overlay_t created so they can
152 overlay_t* overlay)
154 /* free resources associated with this overlay_t */
159 overlay_t* overlay,
166 overlay_t* overlay,
173 overlay_t* overlay, int param, int value) {
199 * in particular the overlay_handle_t, outstanding overlay_t, etc...