OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReleaseAudioPatchConfigEventData
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Threads.h
191
class
ReleaseAudioPatchConfigEventData
: public ConfigEventData {
193
ReleaseAudioPatchConfigEventData
(const audio_patch_handle_t handle) :
207
mData = new
ReleaseAudioPatchConfigEventData
(handle);
[
all
...]
Threads.cpp
502
ReleaseAudioPatchConfigEventData
*data =
503
(
ReleaseAudioPatchConfigEventData
*)event->mData.get();
[
all
...]
Completed in 41 milliseconds