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

/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp525 class DeviceThread : public Thread class in class:__anon1172::AudioGroup
528 DeviceThread(AudioGroup *group) : Thread(false), mGroup(group) {} function in class:__anon1172::AudioGroup::DeviceThread
543 sp<DeviceThread> mDeviceThread;
554 mDeviceThread = new DeviceThread(this);
780 bool AudioGroup::DeviceThread::threadLoop()

Completed in 42 milliseconds