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

/frameworks/av/services/audioflinger/
H A DThreads.h70 // 1. create SetParameterConfigEvent. This sets mWaitStatus in config event
166 class SetParameterConfigEvent : public ConfigEvent { class in class:ThreadBase
168 explicit SetParameterConfigEvent(String8 keyValuePairs) : function in class:ThreadBase::SetParameterConfigEvent
173 virtual ~SetParameterConfigEvent() {}
H A DThreads.cpp644 configEvent = new SetParameterConfigEvent(param.toString());
646 configEvent = new SetParameterConfigEvent(keyValuePair);

Completed in 94 milliseconds