Home
last modified time | relevance | path

Searched defs:configEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DRecordingActivityMonitor.java167 int configEvent = event == AudioManager.RECORDER_STATE_STARTED in recorderEvent() local
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp546 void Scheduler::changeRefreshRate(RefreshRateType refreshRateType, ConfigEvent configEvent) { in changeRefreshRate()
/frameworks/av/services/audioflinger/
DThreads.cpp589 sp<ConfigEvent> configEvent = (ConfigEvent *)new IoConfigEvent(event, pid, portId); in sendIoConfigEvent_l() local
603 sp<ConfigEvent> configEvent = (ConfigEvent *)new PrioConfigEvent(pid, tid, prio, forApp); in sendPrioConfigEvent_l() local
610 sp<ConfigEvent> configEvent; in sendSetParameterConfigEvent_l() local
631 sp<ConfigEvent> configEvent = (ConfigEvent *)new CreateAudioPatchConfigEvent(*patch, *handle); in sendCreateAudioPatchConfigEvent() local
645 sp<ConfigEvent> configEvent = (ConfigEvent *)new ReleaseAudioPatchConfigEvent(handle); in sendReleaseAudioPatchConfigEvent() local