Searched refs:configEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp615 sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, pid); local
616 sendConfigEvent_l(configEvent);
629 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio, forApp); local
630 sendConfigEvent_l(configEvent);
636 sp<ConfigEvent> configEvent; local
645 configEvent = new SetParameterConfigEvent(param.toString());
647 configEvent = new SetParameterConfigEvent(keyValuePair);
649 return sendConfigEvent_l(configEvent);
657 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); local
658 status_t status = sendConfigEvent_l(configEvent);
671 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); local
[all...]

Completed in 992 milliseconds