Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp424 sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, param); in sendIoConfigEvent_l() local
425 sendConfigEvent_l(configEvent); in sendIoConfigEvent_l()
431 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio); in sendPrioConfigEvent_l() local
432 sendConfigEvent_l(configEvent); in sendPrioConfigEvent_l()
438 sp<ConfigEvent> configEvent = (ConfigEvent *)new SetParameterConfigEvent(keyValuePair); in sendSetParameterConfigEvent_l() local
439 return sendConfigEvent_l(configEvent); in sendSetParameterConfigEvent_l()
447 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); in sendCreateAudioPatchConfigEvent() local
448 status_t status = sendConfigEvent_l(configEvent); in sendCreateAudioPatchConfigEvent()
451 (CreateAudioPatchConfigEventData *)configEvent->mData.get(); in sendCreateAudioPatchConfigEvent()
461 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); in sendReleaseAudioPatchConfigEvent() local
[all …]