Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp614 sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, pid); in sendIoConfigEvent_l() local
615 sendConfigEvent_l(configEvent); in sendIoConfigEvent_l()
628 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio, forApp); in sendPrioConfigEvent_l() local
629 sendConfigEvent_l(configEvent); in sendPrioConfigEvent_l()
635 sp<ConfigEvent> configEvent; in sendSetParameterConfigEvent_l() local
644 configEvent = new SetParameterConfigEvent(param.toString()); in sendSetParameterConfigEvent_l()
646 configEvent = new SetParameterConfigEvent(keyValuePair); in sendSetParameterConfigEvent_l()
648 return sendConfigEvent_l(configEvent); in sendSetParameterConfigEvent_l()
656 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); in sendCreateAudioPatchConfigEvent() local
657 status_t status = sendConfigEvent_l(configEvent); in sendCreateAudioPatchConfigEvent()
[all …]