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