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