Searched refs:sRoutingDevices (Results 1 – 1 of 1) sorted by relevance
162 private static ArrayList<AudioDeviceAttributes> sRoutingDevices = new ArrayList<>(0); field in SpatializerHelper321 sRoutingDevices = getRoutingDevices(DEFAULT_ATTRIBUTES); in init()361 sRoutingDevices = getRoutingDevices(DEFAULT_ATTRIBUTES); in onRoutingUpdated()364 if (sRoutingDevices.isEmpty()) { in onRoutingUpdated()370 final AudioDeviceAttributes currentDevice = sRoutingDevices.get(0); in onRoutingUpdated()383 able = canBeSpatializedOnDevice(DEFAULT_ATTRIBUTES, DEFAULT_FORMAT, sRoutingDevices); in onRoutingUpdated()1227 if (sRoutingDevices.isEmpty()) { in setHeadTrackerEnabled()1231 final AudioDeviceAttributes currentDevice = sRoutingDevices.get(0); in setHeadTrackerEnabled()1646 if (sRoutingDevices.isEmpty()) { in getHeadSensorHandleUpdateTracker()1650 final AudioDeviceAttributes currentDevice = sRoutingDevices.get(0); in getHeadSensorHandleUpdateTracker()