├── LICENSE ├── README.md ├── android_device.c ├── android_device.h └── driver.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fire30/SimpleAOA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fire30/SimpleAOA/HEAD/README.md -------------------------------------------------------------------------------- /android_device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fire30/SimpleAOA/HEAD/android_device.c -------------------------------------------------------------------------------- /android_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fire30/SimpleAOA/HEAD/android_device.h -------------------------------------------------------------------------------- /driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fire30/SimpleAOA/HEAD/driver.c --------------------------------------------------------------------------------