Home
last modified time | relevance | path

Searched refs:DeviceInfo (Results 1 – 6 of 6) sorted by relevance

/device/asus/fugu/libaudio/
DAudioHardwareInput.h52 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];
DAudioHotplugThread.h27 struct DeviceInfo { struct
40 virtual void onDeviceFound(const DeviceInfo& devInfo) = 0; argument
57 DeviceInfo* info);
DAudioStreamIn.h59 const AudioHotplugThread::DeviceInfo* getDeviceInfo() { return mCurrentDeviceInfo; }; in getDeviceInfo()
96 const AudioHotplugThread::DeviceInfo* mCurrentDeviceInfo;
DAudioHardwareInput.cpp153 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()
DAudioHotplugThread.cpp197 DeviceInfo* info) in getDeviceInfo()
256 DeviceInfo deviceInfo; in scanForDevice()
370 DeviceInfo deviceInfo; in threadLoop()
DAudioStreamIn.cpp316 const AudioHotplugThread::DeviceInfo *deviceInfo = mOwnerHAL.getBestDevice(mInputSource); in startInputStream_l()