Searched refs:deviceMap (Results 1 – 2 of 2) sorted by relevance
64 IrqDeviceMap deviceMap = IrqDeviceMap.getInstance(sContext, R.xml.irq_device_map_1); in simpleXml() local66 List<String> subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_1); in simpleXml()71 subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_2); in simpleXml()79 IrqDeviceMap deviceMap = IrqDeviceMap.getInstance(sContext, R.xml.irq_device_map_2); in complexXml() local81 List<String> subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_1); in complexXml()84 subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_2); in complexXml()90 subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_3); in complexXml()93 subsystems = deviceMap.getSubsystemsForDevice(TEST_DEVICE_4); in complexXml()
571 IrqDeviceMap deviceMap) { in parseWakeup() argument602 final List<String> rawSubsystems = deviceMap.getSubsystemsForDevice(device); in parseWakeup()