Home
last modified time | relevance | path

Searched refs:audioDeviceInfoType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/media/
DAudioManagerRouteController.java354 int audioDeviceInfoType = audioDeviceInfo.getType(); in updateAvailableRoutes() local
357 mediaRoute2Info, audioDeviceInfoType); in updateAvailableRoutes()
359 if (selectedDeviceAttributesType == audioDeviceInfoType) { in updateAvailableRoutes()
445 int audioDeviceInfoType, in createMediaRoute2Info() argument
449 AUDIO_DEVICE_INFO_TYPE_TO_ROUTE_INFO.get(audioDeviceInfoType); in createMediaRoute2Info()
493 MediaRoute2Info mediaRoute2Info, int audioDeviceInfoType) { in createForAudioManagerRoute() argument
496 audioDeviceInfoType, in createForAudioManagerRoute()
512 int audioDeviceInfoType, in MediaRoute2InfoHolder() argument
515 mAudioDeviceInfoType = audioDeviceInfoType; in MediaRoute2InfoHolder()
/frameworks/av/services/mediametrics/
DAudioTypes.cpp596 int32_t lookup<AUDIO_DEVICE_INFO_TYPE>(const std::string& audioDeviceInfoType) in lookup() argument
599 auto it = map.find(audioDeviceInfoType); in lookup()