Home
last modified time | relevance | path

Searched refs:GetCount (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/sensor/
A DSDL_syssensor.h60 int (*GetCount)(void); member
A DSDL_sensor.c105 total_sensors += SDL_sensor_drivers[i]->GetCount(); in SDL_NumSensors()
131 num_sensors = SDL_sensor_drivers[i]->GetCount(); in SDL_GetDriverAndSensorIndex()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_sysjoystick.h96 int (*GetCount)(void); member
A DSDL_joystick.c257 total_joysticks += SDL_joystick_drivers[i]->GetCount(); in SDL_NumJoysticks()
283 num_joysticks = SDL_joystick_drivers[i]->GetCount(); in SDL_GetDriverAndJoystickIndex()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_msctf.h163 HRESULT (STDMETHODCALLTYPE *GetCount)(ITfCandidateListUIElement *, UINT *);
A DSDL_windowskeyboard.c991 pcandlist->lpVtbl->GetCount(pcandlist, &count); in UILess_GetCandidateList()

Completed in 15 milliseconds