Searched refs:UpdateOutDevicesConfigEvent (Results 1 – 2 of 2) sorted by relevance
235 class UpdateOutDevicesConfigEvent : public ConfigEvent {237 explicit UpdateOutDevicesConfigEvent(const DeviceDescriptorBaseVector& outDevices) : in UpdateOutDevicesConfigEvent() function242 virtual ~UpdateOutDevicesConfigEvent();
694 sp<ConfigEvent> configEvent = (ConfigEvent *)new UpdateOutDevicesConfigEvent(outDevices); in sendUpdateOutDeviceConfigEvent()