Searched refs:nextInputDeviceIdLocked (Results 1 – 2 of 2) sorted by relevance
172 int32_t nextInputDeviceIdLocked();
261 int32_t deviceId = (eventHubId < END_RESERVED_ID) ? eventHubId : nextInputDeviceIdLocked(); in createDeviceLocked()306 int32_t InputReader::nextInputDeviceIdLocked() { in nextInputDeviceIdLocked() function in android::InputReader