Searched refs:END_RESERVED_ID (Results 1 – 8 of 8) sorted by relevance
42 static constexpr int32_t DEVICE_ID = END_RESERVED_ID + 1000;84 static constexpr int32_t DEVICE_ID = END_RESERVED_ID + 1000;
47 static constexpr int32_t DEVICE_ID = END_RESERVED_ID + 1000;
667 ASSERT_EQ(END_RESERVED_ID + 1, inputDevices[0].getId()); in TEST_F()699 constexpr int32_t deviceId = END_RESERVED_ID + 1000; in TEST_F()700 constexpr int32_t eventHubIds[2] = {END_RESERVED_ID, END_RESERVED_ID + 1}; in TEST_F()722 constexpr int32_t deviceId = END_RESERVED_ID + 1000; in TEST_F()723 constexpr int32_t eventHubIds[2] = {END_RESERVED_ID, END_RESERVED_ID + 1}; in TEST_F()750 constexpr int32_t deviceId = END_RESERVED_ID + 1000; in TEST_F()788 constexpr int32_t deviceId = END_RESERVED_ID + 1000; in TEST_F()821 constexpr int32_t deviceId = END_RESERVED_ID + 1000; in TEST_F()840 constexpr int32_t deviceId = END_RESERVED_ID + 1000; in TEST_F()852 constexpr int32_t deviceId = END_RESERVED_ID + 1000; in TEST_F()[all …]
58 static constexpr int32_t DEVICE_ID = END_RESERVED_ID + 1000;
53 static constexpr int32_t DEVICE_ID = END_RESERVED_ID + 1000;
55 static constexpr int32_t DEVICE_ID = END_RESERVED_ID + 1000;
429 END_RESERVED_ID = 1, enumerator
109 mNextInputDeviceId(END_RESERVED_ID), in InputReader()365 int32_t deviceId = (eventHubId < END_RESERVED_ID) ? eventHubId : nextInputDeviceIdLocked(); in createDeviceLocked()