Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/android/
Dbuild_info.h33 std::string GetDeviceModel();
Dbuild_info.cc30 std::string BuildInfo::GetDeviceModel() { in GetDeviceModel() function in webrtc::BuildInfo
Daudio_manager_unittest.cc101 PRINT("%smodel: %s\n", kTag, build_info.GetDeviceModel().c_str()); in TEST_F()
Daudio_device_unittest.cc620 return (build_info_->GetDeviceModel() == model); in DisableTestForThisDevice()