HomeSort by relevance Sort by last modified time
    Searched refs:ConfigEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/audioflinger/
AudioFlinger.h 392 class ConfigEvent {
394 ConfigEvent() : mEvent(0), mParam(0) {}
550 Vector<ConfigEvent *> mConfigEvents;
    [all...]
AudioFlinger.cpp 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)
    [all...]

Completed in 44 milliseconds