OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDeviceModel
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_device/android/
build_info.h
33
std::string
GetDeviceModel
();
build_info.cc
30
std::string BuildInfo::
GetDeviceModel
() {
31
return GetStringFromJava("
getDeviceModel
");
audio_manager_unittest.cc
101
PRINT("%smodel: %s\n", kTag, build_info.
GetDeviceModel
().c_str());
audio_device_unittest.cc
620
return (build_info_->
GetDeviceModel
() == model);
[
all
...]
Completed in 190 milliseconds