Type Definition android_sensor_sys::ASensorList [] [src]

type ASensorList = *const ASensorRef;

ASensorList is an array of reference to ASensor.

A ASensorList can be initialized using ASensorManager_getSensorList().