Home
last modified time | relevance | path

Searched refs:nextInputDeviceIdLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputReader.h172 int32_t nextInputDeviceIdLocked();
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp261 int32_t deviceId = (eventHubId < END_RESERVED_ID) ? eventHubId : nextInputDeviceIdLocked(); in createDeviceLocked()
306 int32_t InputReader::nextInputDeviceIdLocked() { in nextInputDeviceIdLocked() function in android::InputReader