Home
last modified time | relevance | path

Searched refs:SDL_SensorID (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_sensor.h60 typedef Sint32 SDL_SensorID; typedef
176 extern DECLSPEC SDL_SensorID SDLCALL SDL_SensorGetDeviceInstanceID(int device_index);
190 extern DECLSPEC SDL_Sensor *SDLCALL SDL_SensorFromInstanceID(SDL_SensorID instance_id);
224 extern DECLSPEC SDL_SensorID SDLCALL SDL_SensorGetInstanceID(SDL_Sensor *sensor);
/AliOS-Things-master/components/SDL2/src/sensor/
A DSDL_syssensor.h35 SDL_SensorID instance_id; /* Device instance, monotonically increasing from 0 */
75 SDL_SensorID (*GetDeviceInstanceID)(int device_index);
A DSDL_sensor.c115 SDL_SensorID SDL_GetNextSensorInstanceID() in SDL_GetNextSensorInstanceID()
195 SDL_SensorID
199 SDL_SensorID instance_id = -1; in SDL_SensorGetDeviceInstanceID()
221 SDL_SensorID instance_id; in SDL_SensorOpen()
290 SDL_SensorFromInstanceID(SDL_SensorID instance_id) in SDL_SensorFromInstanceID()
364 SDL_SensorID
A DSDL_sensor_c.h33 extern SDL_SensorID SDL_GetNextSensorInstanceID(void);
/AliOS-Things-master/components/SDL2/src/sensor/android/
A DSDL_androidsensor.c44 SDL_SensorID instance_id;
124 static SDL_SensorID
/AliOS-Things-master/components/SDL2/src/sensor/dummy/
A DSDL_dummysensor.c67 static SDL_SensorID
/AliOS-Things-master/components/SDL2/src/sensor/coremotion/
A DSDL_coremotionsensor.m38 SDL_SensorID instance_id;
119 static SDL_SensorID
/AliOS-Things-master/components/SDL2/src/sensor/windows/
A DSDL_windowssensor.c51 SDL_SensorID id;
418 static SDL_SensorID
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h729 SDL_DYNAPI_PROC(SDL_SensorID,SDL_SensorGetDeviceInstanceID,(int a),(a),return)
731 SDL_DYNAPI_PROC(SDL_Sensor*,SDL_SensorFromInstanceID,(SDL_SensorID a),(a),return)
735 SDL_DYNAPI_PROC(SDL_SensorID,SDL_SensorGetInstanceID,(SDL_Sensor *a),(a),return)

Completed in 18 milliseconds