HomeSort by relevance Sort by last modified time
    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 719 ReleaseAudioPatchConfigEventData *data =
720 (ReleaseAudioPatchConfigEventData *)event->mData.get();
    [all...]

Completed in 69 milliseconds