Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputReader.h116 virtual std::shared_ptr<InputDevice> createDeviceLocked(int32_t deviceId,
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp195 std::shared_ptr<InputDevice> device = createDeviceLocked(eventHubId, identifier); in addDeviceLocked()
277 std::shared_ptr<InputDevice> InputReader::createDeviceLocked( in createDeviceLocked() function in android::InputReader
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1179 virtual std::shared_ptr<InputDevice> createDeviceLocked(int32_t eventHubId, in createDeviceLocked() function in android::InstrumentedInputReader
1187 return InputReader::createDeviceLocked(eventHubId, identifier); in createDeviceLocked()