Searched refs:DEVICE_TYPES (Results 1 – 1 of 1) sorted by relevance
15 DEVICE_TYPES = (SPEAKERS, CAMERAS, DISPLAY_MIMO, CONTROLLER_MIMO) variable42 for i in range(len(DEVICE_TYPES)):43 device_type = DEVICE_TYPES[i]51 for i in range(len(DEVICE_TYPES)):52 device_type = DEVICE_TYPES[i]57 for device_type in DEVICE_TYPES: