Searched refs:SDL_SensorID (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_sensor.h | 60 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 D | SDL_syssensor.h | 35 SDL_SensorID instance_id; /* Device instance, monotonically increasing from 0 */ 75 SDL_SensorID (*GetDeviceInstanceID)(int device_index);
|
A D | SDL_sensor.c | 115 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 D | SDL_sensor_c.h | 33 extern SDL_SensorID SDL_GetNextSensorInstanceID(void);
|
/AliOS-Things-master/components/SDL2/src/sensor/android/ |
A D | SDL_androidsensor.c | 44 SDL_SensorID instance_id; 124 static SDL_SensorID
|
/AliOS-Things-master/components/SDL2/src/sensor/dummy/ |
A D | SDL_dummysensor.c | 67 static SDL_SensorID
|
/AliOS-Things-master/components/SDL2/src/sensor/coremotion/ |
A D | SDL_coremotionsensor.m | 38 SDL_SensorID instance_id; 119 static SDL_SensorID
|
/AliOS-Things-master/components/SDL2/src/sensor/windows/ |
A D | SDL_windowssensor.c | 51 SDL_SensorID id; 418 static SDL_SensorID
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 729 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