Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp257 return at(getDefault())->getDeviceTypes(); in getDeviceTypesForProductStrategy()
259 return at(strategy)->getDeviceTypes(); in getDeviceTypesForProductStrategy()
/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h87 DeviceTypeSet getDeviceTypes() const { return mApplicableDevices; } in getDeviceTypes() function
/frameworks/av/services/audioflinger/
DThreads.h322 DeviceTypeSet getDeviceTypes() const { in getDeviceTypes() function
DThreads.cpp697 const DeviceTypeSet oldDevices = getDeviceTypes(); in processConfigEvents_l()
701 const DeviceTypeSet newDevices = getDeviceTypes(); in processConfigEvents_l()
707 const DeviceTypeSet oldDevices = getDeviceTypes(); in processConfigEvents_l()
711 const DeviceTypeSet newDevices = getDeviceTypes(); in processConfigEvents_l()