Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h244 class UpdateOutDevicesConfigEvent : public ConfigEvent {
246 explicit UpdateOutDevicesConfigEvent(const DeviceDescriptorBaseVector& outDevices) : in UpdateOutDevicesConfigEvent() function
251 virtual ~UpdateOutDevicesConfigEvent();
H A DThreads.cpp717 sp<ConfigEvent> configEvent = (ConfigEvent *)new UpdateOutDevicesConfigEvent(outDevices); in sendUpdateOutDeviceConfigEvent()