OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_createQueue
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
CocoaJoyStick.h
69
IOHIDQueueInterface**
_createQueue
(unsigned int depth = 8);
MacJoyStick.h
69
IOHIDQueueInterface**
_createQueue
(unsigned int depth = 8);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacJoyStick.cpp
75
mQueue =
_createQueue
();
278
IOHIDQueueInterface** MacJoyStick::
_createQueue
(unsigned int depth)
CocoaJoyStick.mm
75
mQueue =
_createQueue
();
278
IOHIDQueueInterface** CocoaJoyStick::
_createQueue
(unsigned int depth)
Completed in 331 milliseconds