Home
last modified time | relevance | path

Searched defs:newDevices (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/data/repository/
DLocalMediaRepository.kt98 data class DeviceListUpdate(val newDevices: List<MediaDevice>?) : DevicesUpdate constant in DevicesUpdate.DeviceListUpdate
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputControllerTest.java927 final List<MediaDevice> newDevices = mMediaOutputController.getGroupMediaDevices(); in getGroupMediaDevices_differentDeviceOrder_showingSameOrder() local
965 final List<MediaDevice> newDevices = mMediaOutputController.getGroupMediaDevices(); in getGroupMediaDevices_newDevice_verifyDeviceOrder() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp332 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setDeviceConnectionStateInt() local
941 DeviceVector newDevices = getNewOutputDevices(desc, true /*fromCache*/); in setPhoneState() local
2588 DeviceVector newDevices = getNewOutputDevices(desc, false /*fromCache*/); in checkLeBroadcastRoutes() local
2695 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in stopSource() local
4228 DeviceVector newDevices = getNewOutputDevices(outputDesc, true /*fromCache*/); in updateCallAndOutputRouting() local
5680 DeviceVector newDevices = getNewOutputDevices(outputDesc, false /*fromCache*/); in checkStrategyRoute() local
6519 DeviceVector newDevices; in onNewAudioModulesAvailable() local
6527 void AudioPolicyManager::onNewAudioModulesAvailableInt(DeviceVector *newDevices) in onNewAudioModulesAvailableInt()
7215 DeviceVector newDevices = mEngine->getOutputDevicesForAttributes(attr, 0, false /*fromCache*/); in checkOutputForAttributes() local
/frameworks/av/services/audioflinger/
DThreads.cpp902 const DeviceTypeSet newDevices = getDeviceTypes_l(); in processConfigEvents_l() local
913 const DeviceTypeSet newDevices = getDeviceTypes_l(); in processConfigEvents_l() local