OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ghub
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/jni/
com_android_server_KeyInputQueue.cpp
52
static sp<EventHub>
gHub
;
59
sp<EventHub> hub =
gHub
;
62
gHub
= hub;
93
if (
gHub
!= NULL) classes =
gHub
->getDeviceClasses(deviceId);
104
if (
gHub
!= NULL) name =
gHub
->getDeviceName(deviceId);
118
sp<EventHub> hub =
gHub
;
121
gHub
= hub;
126
gHub
->addExcludedDevice(nameStr)
[
all
...]
/external/quake/standalone/
main.cpp
37
static android::sp<android::EventHub>
gHub
;
127
gHub
= new android::EventHub();
130
bool result =
gHub
->getEvent(&event.deviceId,
Completed in 10 milliseconds