Searched refs:nextInputDeviceIdLocked (Results 1 – 2 of 2) sorted by relevance
219 int32_t nextInputDeviceIdLocked() REQUIRES(mLock);
288 int32_t deviceId = (eventHubId < END_RESERVED_ID) ? eventHubId : nextInputDeviceIdLocked(); in createDeviceLocked()333 int32_t InputReader::nextInputDeviceIdLocked() { in nextInputDeviceIdLocked() function in android::InputReader