Home
last modified time | relevance | path

Searched defs:eventHubIds (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp707 constexpr int32_t eventHubIds[2] = {END_RESERVED_ID, END_RESERVED_ID + 1}; in TEST_F() local
730 constexpr int32_t eventHubIds[2] = {END_RESERVED_ID, END_RESERVED_ID + 1}; in TEST_F() local
1090 constexpr int32_t eventHubIds[2] = {END_RESERVED_ID, END_RESERVED_ID + 1}; in TEST_F() local
1131 constexpr int32_t eventHubIds[2] = {END_RESERVED_ID, END_RESERVED_ID + 1}; in TEST_F() local
1423 constexpr int32_t eventHubIds[2] = {END_RESERVED_ID, END_RESERVED_ID + 1}; in TEST_F() local
1436 constexpr int32_t eventHubIds[3] = {END_RESERVED_ID, END_RESERVED_ID + 1, END_RESERVED_ID + 2}; in TEST_F() local
1452 constexpr int32_t eventHubIds[3] = {END_RESERVED_ID, END_RESERVED_ID + 1, END_RESERVED_ID + 2}; in TEST_F() local
1468 constexpr int32_t eventHubIds[4] = {END_RESERVED_ID, END_RESERVED_ID + 1, END_RESERVED_ID + 2, in TEST_F() local
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp345 std::vector<int32_t>& eventHubIds = mapIt->second; in removeDeviceLocked() local