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