Searched refs:configEvent (Results 1 – 1 of 1) sorted by relevance
424 sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, param); in sendIoConfigEvent_l() local425 sendConfigEvent_l(configEvent); in sendIoConfigEvent_l()431 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio); in sendPrioConfigEvent_l() local432 sendConfigEvent_l(configEvent); in sendPrioConfigEvent_l()438 sp<ConfigEvent> configEvent = (ConfigEvent *)new SetParameterConfigEvent(keyValuePair); in sendSetParameterConfigEvent_l() local439 return sendConfigEvent_l(configEvent); in sendSetParameterConfigEvent_l()447 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); in sendCreateAudioPatchConfigEvent() local448 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 …]