OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateAudioPatchConfigEvent
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Threads.h
190
class
CreateAudioPatchConfigEvent
: public ConfigEvent {
192
CreateAudioPatchConfigEvent
(const struct audio_patch patch,
198
virtual ~
CreateAudioPatchConfigEvent
() {}
[
all
...]
Threads.cpp
656
sp<ConfigEvent> configEvent = (ConfigEvent *)new
CreateAudioPatchConfigEvent
(*patch, *handle);
[
all
...]
Completed in 171 milliseconds