Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc333 int temp_ok(0); in CoreAudioIsSupported() local
342 temp_ok = p->RecordingIsAvailable(available); in CoreAudioIsSupported()
343 ok |= temp_ok; in CoreAudioIsSupported()
360 temp_ok = p->PlayoutIsAvailable(available); in CoreAudioIsSupported()
361 ok |= temp_ok; in CoreAudioIsSupported()