Searched defs:ConfigEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h85 class ConfigEvent: public RefBase { class in class:ThreadBase
87 virtual ~ConfigEvent() {}
100 ConfigEvent(int type, bool requiresSystemReady = false) : function in class:ThreadBase::ConfigEvent
118 class IoConfigEvent : public ConfigEvent {
121 ConfigEvent(CFG_EVENT_IO) {
141 class PrioConfigEvent : public ConfigEvent {
144 ConfigEvent(CFG_EVENT_PRIO, true) {
162 class SetParameterConfigEvent : public ConfigEvent {
165 ConfigEvent(CFG_EVENT_SET_PARAMETER) {
186 class CreateAudioPatchConfigEvent : public ConfigEvent {
[all...]

Completed in 93 milliseconds