Searched refs:getDeviceInfo (Results 1 – 4 of 4) sorted by relevance
195 bool AudioHotplugThread::getDeviceInfo(unsigned int pcmCard, in getDeviceInfo() function in android::AudioHotplugThread269 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) { in scanForDevice()371 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) { in threadLoop()
56 static bool getDeviceInfo(unsigned int pcmCard, unsigned int pcmDevice,
59 const AudioHotplugThread::DeviceInfo* getDeviceInfo() { return mCurrentDeviceInfo; }; in getDeviceInfo() function
156 if (deviceInfo == NULL || deviceInfo == mInputStreams[i]->getDeviceInfo()) { in standbyAllInputStreams()