Files
hardware_interfaces/tests/pointer/1.0/default/lib/include/hidl-test/PointerHelper.h
Yifan Hong 9171fb8572 hidl_test: move duplicated code to shared lib
Test: hidl_test

Change-Id: Ia68b78d44d68a6b254c686afe64faf7cc89510d7
2016-10-21 10:12:45 -07:00

16 lines
436 B
C++

#ifndef ANDROID_HIDL_TEST_POINTER_HELPER_H
#define ANDROID_HIDL_TEST_POINTER_HELPER_H
#include <android/hardware/tests/pointer/1.0/IGraph.h>
using ::android::hardware::tests::pointer::V1_0::IGraph;
namespace android {
void simpleGraph(IGraph::Graph& g);
bool isSimpleGraph(const IGraph::Graph &g);
void logSimpleGraph(const char *prefix, const IGraph::Graph& g);
} // namespace android
#endif // ANDROID_HIDL_TEST_POINTER_HELPER_H