blob: 5c754a03a94dcc5790eec6a5b3e069b308edb1cd [file] [log] [blame]
Jiyong Park200825e2017-01-14 19:40:33 +09001#ifndef ANDROID_HARDWARE_CONFIGSTORE_V1_0_SURFACEFLINGERCONFIGS_H
2#define ANDROID_HARDWARE_CONFIGSTORE_V1_0_SURFACEFLINGERCONFIGS_H
3
4#include <android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h>
5#include <hidl/MQDescriptor.h>
6#include <hidl/Status.h>
7
8namespace android {
9namespace hardware {
10namespace configstore {
11namespace V1_0 {
12namespace implementation {
13
14using ::android::hardware::configstore::V1_0::ISurfaceFlingerConfigs;
15using ::android::hardware::configstore::V1_0::OptionalBool;
16using ::android::hidl::base::V1_0::IBase;
17using ::android::hardware::hidl_array;
18using ::android::hardware::hidl_memory;
19using ::android::hardware::hidl_string;
20using ::android::hardware::hidl_vec;
21using ::android::hardware::Return;
22using ::android::hardware::Void;
23using ::android::sp;
24
25struct SurfaceFlingerConfigs : public ISurfaceFlingerConfigs {
26 // Methods from ::android::hardware::configstore::V1_0::ISurfaceFlingerConfigs follow.
27 Return<void> vsyncEventPhaseOffsetNs(vsyncEventPhaseOffsetNs_cb _hidl_cb) override;
28
29 // Methods from ::android::hidl::base::V1_0::IBase follow.
30
31};
32
33extern "C" ISurfaceFlingerConfigs* HIDL_FETCH_ISurfaceFlingerConfigs(const char* name);
34
35} // namespace implementation
36} // namespace V1_0
37} // namespace configstore
38} // namespace hardware
39} // namespace android
40
41#endif // ANDROID_HARDWARE_CONFIGSTORE_V1_0_SURFACEFLINGERCONFIGS_H