Lines Matching refs:AudioHotplugThread
119 const char* AudioHotplugThread::kThreadName = "ATVRemoteAudioHotplug";
122 const char* AudioHotplugThread::kAlsaDeviceDir = "/dev/snd";
125 const char AudioHotplugThread::kDeviceTypeCapture = 'c';
127 AudioHotplugThread::AudioHotplugThread(Callback& callback) in AudioHotplugThread() function in android::AudioHotplugThread
133 AudioHotplugThread::~AudioHotplugThread() in ~AudioHotplugThread()
140 bool AudioHotplugThread::start() in start()
150 void AudioHotplugThread::shutdown() in shutdown()
158 bool AudioHotplugThread::parseCaptureDeviceName(const char* name, in parseCaptureDeviceName()
195 bool AudioHotplugThread::getDeviceInfo(unsigned int pcmCard, in getDeviceInfo()
253 void AudioHotplugThread::scanForDevice() in scanForDevice()
278 bool AudioHotplugThread::threadLoop() in threadLoop()