OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInputDevices
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
583
public InputDevice[]
getInputDevices
() {
[
all
...]
/frameworks/base/services/input/
InputReader.cpp
562
void InputReader::
getInputDevices
(Vector<InputDeviceInfo>& outInputDevices) {
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
172
const Vector<InputDeviceInfo>&
getInputDevices
() const {
1009
TEST_F(InputReaderTest,
GetInputDevices
) {
1016
mReader->
getInputDevices
(inputDevices);
1026
inputDevices = mFakePolicy->
getInputDevices
();
[
all
...]
Completed in 99 milliseconds