Searched refs:DeviceInfo (Results 1 – 6 of 6) sorted by relevance
52 virtual void onDeviceFound(const AudioHotplugThread::DeviceInfo& devInfo);64 const AudioHotplugThread::DeviceInfo* getBestDevice(int inputSource);71 void standbyAllInputStreams(const AudioHotplugThread::DeviceInfo* deviceInfo);78 AudioHotplugThread::DeviceInfo mDeviceInfos[kMaxDevices];
27 struct DeviceInfo { struct40 virtual void onDeviceFound(const DeviceInfo& devInfo) = 0; argument57 DeviceInfo* info);
59 const AudioHotplugThread::DeviceInfo* getDeviceInfo() { return mCurrentDeviceInfo; }; in getDeviceInfo()96 const AudioHotplugThread::DeviceInfo* mCurrentDeviceInfo;
153 void AudioHardwareInput::standbyAllInputStreams(const AudioHotplugThread::DeviceInfo* deviceInfo) in standbyAllInputStreams()201 const AudioHotplugThread::DeviceInfo& devInfo) in onDeviceFound()257 const AudioHotplugThread::DeviceInfo* AudioHardwareInput::getBestDevice(int inputSource) in getBestDevice()
197 DeviceInfo* info) in getDeviceInfo()256 DeviceInfo deviceInfo; in scanForDevice()370 DeviceInfo deviceInfo; in threadLoop()
316 const AudioHotplugThread::DeviceInfo *deviceInfo = mOwnerHAL.getBestDevice(mInputSource); in startInputStream_l()