Home | History | Annotate | Download | only in PROFILER
      1 #ifndef __VTS_PROFILER_android_hardware_tests_memory_V1_0_IMemoryTest__
      2 #define __VTS_PROFILER_android_hardware_tests_memory_V1_0_IMemoryTest__
      3 
      4 
      5 #include <android-base/logging.h>
      6 #include <hidl/HidlSupport.h>
      7 #include <linux/limits.h>
      8 #include <test/vts/proto/ComponentSpecificationMessage.pb.h>
      9 #include "VtsProfilingInterface.h"
     10 
     11 #include <android/hardware/tests/memory/1.0/IMemoryTest.h>
     12 #include <android/hidl/base/1.0/types.h>
     13 
     14 
     15 using namespace android::hardware::tests::memory::V1_0;
     16 using namespace android::hardware;
     17 
     18 namespace android {
     19 namespace vts {
     20 extern "C" {
     21 
     22     void HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest(
     23             details::HidlInstrumentor::InstrumentationEvent event,
     24             const char* package,
     25             const char* version,
     26             const char* interface,
     27             const char* method,
     28             std::vector<void *> *args);
     29 }
     30 
     31 }  // namespace vts
     32 }  // namespace android
     33 #endif
     34