Home
last modified time | relevance | path

Searched refs:VE_MIC_VOL_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.cc68 _shared->SetLastError(VE_MIC_VOL_ERROR, kTraceError, in SetSpeakerVolume()
78 _shared->SetLastError(VE_MIC_VOL_ERROR, kTraceError, in SetSpeakerVolume()
134 _shared->SetLastError(VE_MIC_VOL_ERROR, kTraceError, in SetMicVolume()
160 _shared->SetLastError(VE_MIC_VOL_ERROR, kTraceError, in SetMicVolume()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_errors.h95 #define VE_MIC_VOL_ERROR 9002 macro