Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp448 DeviceVector availablePrimaryDevices = primaryOutput == nullptr ? DeviceVector() in getDeviceForInputSource() local
496 LOG_ALWAYS_FATAL_IF(availablePrimaryDevices.isEmpty(), "Primary devices not found"); in getDeviceForInputSource()
497 availableDevices = availablePrimaryDevices; in getDeviceForInputSource()
547 LOG_ALWAYS_FATAL_IF(availablePrimaryDevices.isEmpty(), "Primary devices not found"); in getDeviceForInputSource()
548 availableDevices = availablePrimaryDevices; in getDeviceForInputSource()