Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc135 _platformType(kPlatformNotSupported), in AudioDeviceModuleImpl()
179 _platformType = platform; in CheckPlatform()
1935 return _platformType; in Platform()
Daudio_device_impl.h224 PlatformType _platformType; variable