OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createdevicelocked
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/input/
InputReader.h
412
virtual InputDevice*
createDeviceLocked
(int32_t deviceId,
[
all
...]
InputReader.cpp
358
InputDevice* device =
createDeviceLocked
(deviceId, identifier, classes);
398
InputDevice* InputReader::
createDeviceLocked
(int32_t deviceId,
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
939
virtual InputDevice*
createDeviceLocked
(int32_t deviceId,
946
return InputReader::
createDeviceLocked
(deviceId, identifier, classes);
[
all
...]
Completed in 237 milliseconds