Home
last modified time | relevance | path

Searched refs:android_hub (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
Dinv_gesture_test.c108 bool android_hub = false; // flag to indicate true=Hub, false=non-hub variable
265 android_hub = true; in is_android_hub()
267 android_hub = false; in is_android_hub()
531 if (android_hub || dmp_fw_loaded()) { in enable_dmp_features()
544 if (android_hub == false) { in enable_dmp_features()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
Dinv_self_test.c134 int android_hub(void) in android_hub() function
283 if (android_hub() == true) { in main()