summaryrefslogtreecommitdiff
path: root/voice_engine/voe_hardware_impl.h
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-27 21:23:42 +0000
committerhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-27 21:23:42 +0000
commit365ca407f428f03d0882531073974263787201e6 (patch)
treeeaa7bda7604df0006eb6966e9d5bc0f1a70e1ed3 /voice_engine/voe_hardware_impl.h
parent0c0795e4a99a2881bf5c271c5cedfe170ca4a471 (diff)
downloadwebrtc-365ca407f428f03d0882531073974263787201e6.tar.gz
Removed CPU APIs from VoEHardware. Code is now only used by test applications.
BUG=8404677 Review URL: https://webrtc-codereview.appspot.com/1238004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3736 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voe_hardware_impl.h')
-rw-r--r--voice_engine/voe_hardware_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/voice_engine/voe_hardware_impl.h b/voice_engine/voe_hardware_impl.h
index 94775672..1b2f3434 100644
--- a/voice_engine/voe_hardware_impl.h
+++ b/voice_engine/voe_hardware_impl.h
@@ -17,7 +17,6 @@
namespace webrtc
{
-class CpuWrapper;
class VoEHardwareImpl: public VoEHardware
{
@@ -50,8 +49,6 @@ public:
virtual int GetCPULoad(int& loadPercent);
- virtual int GetSystemCPULoad(int& loadPercent);
-
virtual int ResetAudioDevice();
virtual int AudioDeviceControl(unsigned int par1,
@@ -75,7 +72,6 @@ protected:
virtual ~VoEHardwareImpl();
private:
- CpuWrapper* _cpu;
voe::SharedData* _shared;
};