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
176
class
CreateAudioPatchConfigEventData
: public ConfigEventData {
178
CreateAudioPatchConfigEventData
(const struct audio_patch patch,
195
mData = new
CreateAudioPatchConfigEventData
(patch, handle);
[
all
...]
Threads.cpp
659
CreateAudioPatchConfigEventData
*data =
660
(
CreateAudioPatchConfigEventData
*)configEvent->mData.get();
709
CreateAudioPatchConfigEventData
*data =
710
(
CreateAudioPatchConfigEventData
*)event->mData.get();
[
all
...]
Completed in 193 milliseconds