Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:ConfigEvent

1065     ConfigEvent *configEvent = new ConfigEvent();
1066 configEvent->mEvent = event;
1067 configEvent->mParam = param;
1068 mConfigEvents.add(configEvent);
1078 ConfigEvent *configEvent = mConfigEvents[0];
1084 audioConfigChanged_l(configEvent->mEvent, configEvent->mParam);
1086 delete configEvent;