Searched refs:deviceIndex (Results 1 – 2 of 2) sorted by relevance
853 int deviceIndex = mDeviceDisplayGroupIds.indexOfValue(id); in sendUpdatesForGroupsLocked() local854 if (deviceIndex >= 0) { in sendUpdatesForGroupsLocked()855 mDeviceDisplayGroupIds.removeAt(deviceIndex); in sendUpdatesForGroupsLocked()
392 int deviceIndex = indexOfEqualValue(mHdmiInputIdMap, inputId); in removeHardwareInput() local393 if (deviceIndex >= 0) { in removeHardwareInput()394 mHdmiInputIdMap.removeAt(deviceIndex); in removeHardwareInput()