Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h119 class IoConfigEvent : public ConfigEvent {
121 IoConfigEvent(audio_io_config_event event, pid_t pid, audio_port_handle_t portId) : in IoConfigEvent() function
125 virtual ~IoConfigEvent() {} in ~IoConfigEvent()
DThreads.cpp591 sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, pid, portId); in sendIoConfigEvent_l()