Searched refs:GyroscopeResponse (Results 1 – 2 of 2) sorted by relevance
549 export interface GyroscopeResponse { interface613 success: (data: GyroscopeResponse) => void;
314 function on(type: SensorId.GYROSCOPE, callback: Callback<GyroscopeResponse>,588 function once(type: SensorId.GYROSCOPE, callback: Callback<GyroscopeResponse>): void;853 function off(type: SensorId.GYROSCOPE, callback?: Callback<GyroscopeResponse>): void;1104 function on(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback<GyroscopeResponse>,1393 …function once(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback: Callback<GyroscopeResponse>): v…1654 …function off(type: SensorType.SENSOR_TYPE_ID_GYROSCOPE, callback?: Callback<GyroscopeResponse>): v…2967 interface GyroscopeResponse extends Response { interface