Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioStreamIn.h59 const AudioHotplugThread::DeviceInfo* getDeviceInfo() { return mCurrentDeviceInfo; }; in getDeviceInfo()
96 const AudioHotplugThread::DeviceInfo* mCurrentDeviceInfo; variable
DAudioStreamIn.cpp50 , mCurrentDeviceInfo(NULL) in AudioStreamIn()
161 if (mCurrentDeviceInfo != NULL) { in standby_l()
162 if (mCurrentDeviceInfo->forVoiceRecognition) { in standby_l()
176 mCurrentDeviceInfo = NULL; in standby_l()
398 mCurrentDeviceInfo = deviceInfo; in startInputStream_l()