Searched refs:DeviceThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp529 class DeviceThread : public Thread class in class:__anon1612::AudioGroup
532 DeviceThread(AudioGroup *group) : Thread(false), mGroup(group) {} function in class:__anon1612::AudioGroup::DeviceThread
547 sp<DeviceThread> mDeviceThread;
559 mDeviceThread = new DeviceThread(this);
785 bool AudioGroup::DeviceThread::threadLoop()

Completed in 32 milliseconds