Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp43 int m_nDeviceRefCount; member
483 m_pDevice->m_nDeviceRefCount = 1; in BOpen()
1043 ++pValue->m_nDeviceRefCount; in hid_open_path()
1044 …("Incrementing device %d (%p), refCount = %d\n", pValue->m_nId, pValue, pValue->m_nDeviceRefCount); in hid_open_path()
1141 …crementing device %d (%p), refCount = %d\n", device->m_nId, device, device->m_nDeviceRefCount - 1); in hid_close()
1142 if ( --device->m_nDeviceRefCount == 0 ) in hid_close()

Completed in 5 milliseconds