Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/src/
DLastRemovableMediaDevices.cpp32 (getDeviceOutGroup(desc->type()) != GROUP_NONE)) { in setRemovableMediaDevices()
34 mMediaDevices.insert(mMediaDevices.begin(), {desc, getDeviceOutGroup(desc->type())}); in setRemovableMediaDevices()
51 if ((group == GROUP_NONE) || (group == getDeviceOutGroup((iter->desc)->type()))) { in getLastRemovableMediaDevices()
58 device_out_group_t LastRemovableMediaDevices::getDeviceOutGroup(audio_devices_t device) const in getDeviceOutGroup() function in android::LastRemovableMediaDevices
/frameworks/av/services/audiopolicy/engine/common/include/
DLastRemovableMediaDevices.h47 device_out_group_t getDeviceOutGroup(audio_devices_t device) const;