Searched defs:eventHubIds (Results  1 – 2 of 2) sorted by relevance
| /frameworks/native/services/inputflinger/tests/ | 
| D | InputReader_test.cpp | 707     constexpr int32_t eventHubIds[2] = {END_RESERVED_ID, END_RESERVED_ID + 1};  in TEST_F()  local730     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/ | 
| D | InputReader.cpp | 345         std::vector<int32_t>& eventHubIds = mapIt->second;  in removeDeviceLocked()  local
 |