Lines Matching refs:ConfigEvent
82 class ConfigEvent: public RefBase {
84 virtual ~ConfigEvent() {}
96 ConfigEvent(int type) : mType(type), mStatus(NO_ERROR), mWaitStatus(false), mData(NULL) {}
112 class IoConfigEvent : public ConfigEvent {
115 ConfigEvent(CFG_EVENT_IO) {
135 class PrioConfigEvent : public ConfigEvent {
138 ConfigEvent(CFG_EVENT_PRIO) {
156 class SetParameterConfigEvent : public ConfigEvent {
159 ConfigEvent(CFG_EVENT_SET_PARAMETER) {
180 class CreateAudioPatchConfigEvent : public ConfigEvent {
184 ConfigEvent(CFG_EVENT_CREATE_AUDIO_PATCH) {
203 class ReleaseAudioPatchConfigEvent : public ConfigEvent {
206 ConfigEvent(CFG_EVENT_RELEASE_AUDIO_PATCH) {
255 status_t sendConfigEvent_l(sp<ConfigEvent>& event);
416 Vector< sp<ConfigEvent> > mConfigEvents;