OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadFromDevice
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
hiddevice.h
21
bool
ReadFromDevice
(unsigned const char * buffer, int max_bytes, int & bytes_read, int timeout=50);
hiddevice.cpp
186
bool cHIDDevice::
ReadFromDevice
(unsigned const char * buffer, int max_bytes, int & bytes_read, int timeout)
wiimote.cpp
224
if (mHIDDevice.
ReadFromDevice
(mInputBuffer,mInputBufferSize,bytes_read) && (bytes_read > 0,timeout))
Completed in 84 milliseconds