Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c177 GetHIDElementState(recDevice *pDevice, recElement *pElement, SInt32 *pValue) in GetHIDElementState() argument
194 *pValue = value; in GetHIDElementState()
203 …CalibratedState(recDevice * pDevice, recElement * pElement, SInt32 min, SInt32 max, SInt32 *pValue) in GetHIDScaledCalibratedState() argument
208 if (GetHIDElementState(pDevice, pElement, pValue)) in GetHIDScaledCalibratedState()
215 *pValue = ((*pValue - pElement->minReport) * deviceScale / readScale) + min; in GetHIDScaledCalibratedState()
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp1040 hid_device *pValue = pCurr->GetDevice(); in hid_open_path() local
1041 if ( pValue ) in hid_open_path()
1043 ++pValue->m_nDeviceRefCount; in hid_open_path()
1044 …LOGD("Incrementing device %d (%p), refCount = %d\n", pValue->m_nId, pValue, pValue->m_nDeviceRefCo… in hid_open_path()
1045 return pValue; in hid_open_path()

Completed in 7 milliseconds