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
201
class
ReleaseAudioPatchConfigEventData
: public ConfigEventData {
203
explicit
ReleaseAudioPatchConfigEventData
(const audio_patch_handle_t handle) :
217
mData = new
ReleaseAudioPatchConfigEventData
(handle);
[
all
...]
Threads.cpp
720
ReleaseAudioPatchConfigEventData
*data =
721
(
ReleaseAudioPatchConfigEventData
*)event->mData.get();
[
all
...]
Completed in 493 milliseconds