~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to tests/include/mir_test_doubles/mock_hwc_device_wrapper.h

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        unsubscribe_from_events_(id);
56
56
    }
57
57
    MOCK_CONST_METHOD1(display_configs, std::vector<graphics::android::ConfigId>(graphics::android::DisplayName));
58
 
    MOCK_CONST_METHOD4(display_attributes, void(
 
58
    MOCK_CONST_METHOD4(display_attributes, int(
59
59
        graphics::android::DisplayName, graphics::android::ConfigId, uint32_t const*, int32_t*));
 
60
    MOCK_CONST_METHOD2(power_mode, void(graphics::android::DisplayName, graphics::android::PowerMode));
 
61
    MOCK_CONST_METHOD1(has_active_config, bool(graphics::android::DisplayName));
 
62
    MOCK_CONST_METHOD1(active_config_for, graphics::android::ConfigId(graphics::android::DisplayName));
 
63
    MOCK_CONST_METHOD2(set_active_config, void(graphics::android::DisplayName name, graphics::android::ConfigId id));
 
64
 
60
65
};
61
66
 
62
67
}