Home
last modified time | relevance | path

Searched refs:createDeviceLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputReader.h88 virtual std::shared_ptr<InputDevice> createDeviceLocked(
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp194 std::shared_ptr<InputDevice> device = createDeviceLocked(eventHubId, identifier); in addDeviceLocked()
250 std::shared_ptr<InputDevice> InputReader::createDeviceLocked( in createDeviceLocked() function in android::InputReader
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1157 virtual std::shared_ptr<InputDevice> createDeviceLocked( in createDeviceLocked() function in android::InstrumentedInputReader
1164 return InputReader::createDeviceLocked(eventHubId, identifier); in createDeviceLocked()