OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateAudioPatchConfigEventData
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Threads.h
172
class
CreateAudioPatchConfigEventData
: public ConfigEventData {
174
CreateAudioPatchConfigEventData
(const struct audio_patch patch,
191
mData = new
CreateAudioPatchConfigEventData
(patch, handle);
[
all
...]
Threads.cpp
787
CreateAudioPatchConfigEventData
*data =
788
(
CreateAudioPatchConfigEventData
*)configEvent->mData.get();
834
CreateAudioPatchConfigEventData
*data =
835
(
CreateAudioPatchConfigEventData
*)event->mData.get();
[
all
...]
Completed in 527 milliseconds