Home
last modified time | relevance | path

Searched refs:StreamDeviceCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.h91 class StreamDeviceCallback : public android::AudioSystem::AudioDeviceCallback
95 StreamDeviceCallback(AudioStreamLegacy *parent) : mParent(parent) {} in StreamDeviceCallback() function
96 virtual ~StreamDeviceCallback() {} in ~StreamDeviceCallback()
139 const android::sp<StreamDeviceCallback> mDeviceCallback;
DAudioStreamLegacy.cpp37 , mDeviceCallback(new StreamDeviceCallback(this)) { in AudioStreamLegacy()