Searched refs:IoConfigEvent (Results 1 – 2 of 2) sorted by relevance
121 class IoConfigEvent : public ConfigEvent {123 IoConfigEvent(audio_io_config_event event, pid_t pid, audio_port_handle_t portId) : in IoConfigEvent() function127 virtual ~IoConfigEvent() {} in ~IoConfigEvent()
645 sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, pid, portId); in sendIoConfigEvent_l()