Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp645 sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, pid); in sendIoConfigEvent_l() local
646 sendConfigEvent_l(configEvent); in sendIoConfigEvent_l()
658 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio); in sendPrioConfigEvent_l() local
659 sendConfigEvent_l(configEvent); in sendPrioConfigEvent_l()
665 sp<ConfigEvent> configEvent = (ConfigEvent *)new SetParameterConfigEvent(keyValuePair); in sendSetParameterConfigEvent_l() local
666 return sendConfigEvent_l(configEvent); in sendSetParameterConfigEvent_l()
674 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); in sendCreateAudioPatchConfigEvent() local
675 status_t status = sendConfigEvent_l(configEvent); in sendCreateAudioPatchConfigEvent()
678 (CreateAudioPatchConfigEventData *)configEvent->mData.get(); in sendCreateAudioPatchConfigEvent()
688 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); in sendReleaseAudioPatchConfigEvent() local
[all …]