Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A 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()
61 if ((group == GROUP_NONE || group == getDeviceOutGroup((iter->desc)->type())) && in getLastRemovableMediaDevice()
69 device_out_group_t LastRemovableMediaDevices::getDeviceOutGroup(audio_devices_t device) const in getDeviceOutGroup() function in android::LastRemovableMediaDevices
/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DLastRemovableMediaDevices.h49 device_out_group_t getDeviceOutGroup(audio_devices_t device) const;