Searched refs:sRoutingDevices (Results 1 – 1 of 1) sorted by relevance
155 private static ArrayList<AudioDeviceAttributes> sRoutingDevices = new ArrayList<>(0); field in SpatializerHelper314 sRoutingDevices = getRoutingDevices(DEFAULT_ATTRIBUTES); in init()357 sRoutingDevices = getRoutingDevices(DEFAULT_ATTRIBUTES); in onRoutingUpdated()360 if (sRoutingDevices.isEmpty()) { in onRoutingUpdated()366 final AudioDeviceAttributes currentDevice = sRoutingDevices.get(0); in onRoutingUpdated()379 able = canBeSpatializedOnDevice(DEFAULT_ATTRIBUTES, DEFAULT_FORMAT, sRoutingDevices); in onRoutingUpdated()1215 if (sRoutingDevices.isEmpty()) { in setHeadTrackerEnabled()1219 final AudioDeviceAttributes currentDevice = sRoutingDevices.get(0); in setHeadTrackerEnabled()1631 if (sRoutingDevices.isEmpty()) { in getHeadSensorHandleUpdateTracker()1635 final AudioDeviceAttributes currentDevice = sRoutingDevices.get(0); in getHeadSensorHandleUpdateTracker()