1 #ifndef ANDROID_HARDWARE_TESTS_BAR_V1_0_IMPORTTYPES_H 2 #define ANDROID_HARDWARE_TESTS_BAR_V1_0_IMPORTTYPES_H 3 4 #include <android/hardware/tests/bar/1.0/IImportTypes.h> 5 #include <hidl/Status.h> 6 7 #include <hidl/MQDescriptor.h> 8 namespace android { 9 namespace hardware { 10 namespace tests { 11 namespace bar { 12 namespace V1_0 { 13 namespace implementation { 14 15 using ::android::hardware::tests::bar::V1_0::IImportTypes; 16 using ::android::hardware::Return; 17 using ::android::hardware::Void; 18 using ::android::hardware::hidl_vec; 19 using ::android::hardware::hidl_string; 20 using ::android::sp; 21 22 struct ImportTypes : public IImportTypes { 23 // Methods from ::android::hardware::tests::bar::V1_0::IImportTypes follow. 24 25 }; 26 27 extern "C" IImportTypes* HIDL_FETCH_IImportTypes(const char* name); 28 29 } // namespace implementation 30 } // namespace V1_0 31 } // namespace bar 32 } // namespace tests 33 } // namespace hardware 34 } // namespace android 35 36 #endif // ANDROID_HARDWARE_TESTS_BAR_V1_0_IMPORTTYPES_H 37