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

/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp916 ConfigEvent *configEvent = new ConfigEvent(); local
917 configEvent->mEvent = event;
918 configEvent->mParam = param;
919 mConfigEvents.add(configEvent);
929 ConfigEvent *configEvent = mConfigEvents[0]; local
935 audioConfigChanged_l(configEvent->mEvent, configEvent->mParam);
937 delete configEvent;

Completed in 50 milliseconds