Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc320 int intErr = sysctlbyname("hw.model", buf, &length, NULL, 0); in Init() local
321 if (intErr != 0) { in Init()