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

/frameworks/av/services/audioflinger/
H A DThreads.cpp743 sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, pid); local
744 sendConfigEvent_l(configEvent);
756 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio); local
757 sendConfigEvent_l(configEvent);
763 sp<ConfigEvent> configEvent; local
772 configEvent = new SetParameterConfigEvent(param.toString());
774 configEvent = new SetParameterConfigEvent(keyValuePair);
776 return sendConfigEvent_l(configEvent);
784 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); local
785 status_t status = sendConfigEvent_l(configEvent);
798 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); local
[all...]

Completed in 31 milliseconds