Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/include/
DLastRemovableMediaDevices.h27 GROUP_NONE = -1, enumerator
38 device_out_group_t group = GROUP_NONE,
41 const DeviceVector& excludedDevices, device_out_group_t group = GROUP_NONE) const;
DEngineBase.h101 device_out_group_t group = GROUP_NONE,
/frameworks/av/services/audiopolicy/engine/common/src/
DLastRemovableMediaDevices.cpp32 (getDeviceOutGroup(desc->type()) != GROUP_NONE)) { in setRemovableMediaDevices()
52 if ((group == GROUP_NONE || group == getDeviceOutGroup(type)) in getLastRemovableMediaDevices()
64 if ((group == GROUP_NONE || group == getDeviceOutGroup((iter->desc)->type())) && in getLastRemovableMediaDevice()
95 return GROUP_NONE; in getDeviceOutGroup()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp345 getLastRemovableMediaDevices(GROUP_NONE, { in getDevicesForStrategyInt()
461 getLastRemovableMediaDevices(GROUP_NONE, excludedDevices)); in getDevicesForStrategyInt()