Searched refs:mCurrentDeviceInfo (Results 1 – 2 of 2) sorted by relevance
50 , mCurrentDeviceInfo(NULL) in AudioStreamIn()158 if (mCurrentDeviceInfo != NULL) { in standby_l()159 if (mCurrentDeviceInfo->forVoiceRecognition) { in standby_l()173 mCurrentDeviceInfo = NULL; in standby_l()370 mCurrentDeviceInfo = deviceInfo; in startInputStream_l()
59 const AudioHotplugThread::DeviceInfo* getDeviceInfo() { return mCurrentDeviceInfo; }; in getDeviceInfo()96 const AudioHotplugThread::DeviceInfo* mCurrentDeviceInfo; variable