Mir
display_report.h
Go to the documentation of this file.
1 /*
2  * Copyright © 2012 Canonical Ltd.
3  *
4  * This program is free software: you can redistribute it and/or modify it
5  * under the terms of the GNU General Public License version 3,
6  * as published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  *
16  * Authored by: Alan Griffiths <alan@octopull.co.uk>
17  */
18 
19 
20 #ifndef MIR_REPORT_NULL_DISPLAY_REPORT_H_
21 #define MIR_REPORT_NULL_DISPLAY_REPORT_H_
22 
23 
25 
26 
27 namespace mir
28 {
29 namespace report
30 {
31 namespace null
32 {
34 {
35 public:
36 
42  void report_drm_master_failure(int error) override;
43  void report_vt_switch_away_failure() override;
44  void report_vt_switch_back_failure() override;
45  void report_egl_configuration(EGLDisplay disp, EGLConfig cfg) override;
46  void report_vsync(unsigned int display_id) override;
47 };
48 }
49 }
50 }
51 
52 #endif /* MIR_REPORT_NULL_DISPLAY_REPORT_H_ */
Definition: display_report.h:29
All things Mir.
Definition: atomic_callback.h:25
void report_successful_drm_mode_set_crtc_on_construction() override
Definition: display_report.cpp:26
void report_successful_egl_buffer_swap_on_construction() override
Definition: display_report.cpp:25
void report_vsync(unsigned int display_id) override
Definition: display_report.cpp:32
void report_successful_display_construction() override
Definition: display_report.cpp:27
void report_vt_switch_back_failure() override
Definition: display_report.cpp:30
void report_egl_configuration(EGLDisplay disp, EGLConfig cfg) override
Definition: display_report.cpp:31
void report_successful_egl_make_current_on_construction() override
Definition: display_report.cpp:24
error
Definition: connector_report_tp.h:60
void report_successful_setup_of_native_resources() override
Definition: display_report.cpp:23
void report_drm_master_failure(int error) override
Definition: display_report.cpp:28
Definition: display_report.h:33
void report_vt_switch_away_failure() override
Definition: display_report.cpp:29

Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015