Searched defs:build_info (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_manager_unittest.cc14 #include "webrtc/modules/audio_device/android/build_info.h"
100 BuildInfo build_info; local
101 PRINT("%smodel: %s\n", kTag, build_info.GetDeviceModel().c_str());
102 PRINT("%sbrand: %s\n", kTag, build_info.GetBrand().c_str());
104 kTag, build_info.GetDeviceManufacturer().c_str());
109 BuildInfo build_info; local
110 PRINT("%sbuild release: %s\n", kTag, build_info.GetBuildRelease().c_str());
111 PRINT("%sbuild id: %s\n", kTag, build_info.GetAndroidBuildId().c_str());
112 PRINT("%sbuild type: %s\n", kTag, build_info.GetBuildType().c_str());
113 PRINT("%sSDK version: %s\n", kTag, build_info
[all...]

Completed in 89 milliseconds