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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1203 ConfigEvent configEvent; local
1204 configEvent.mEvent = event;
1205 configEvent.mParam = param;
1206 mConfigEvents.add(configEvent);
1216 ConfigEvent configEvent = mConfigEvents[0]; local
1222 audioConfigChanged_l(configEvent.mEvent, configEvent.mParam);

Completed in 2024 milliseconds