OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:technology
(Results
1 - 3
of
3
) sorted by null
/external/qemu/telephony/
android_modem.c
285
AModemTech
technology
;
member in struct:AModemRec_
512
modem->
technology
= android_parse_modem_tech( tmp );
513
if (modem->
technology
== A_TECH_UNKNOWN) {
514
modem->
technology
= aconfig_int( modem->nvram_config, NV_MODEM_TECHNOLOGY, A_TECH_GSM );
1020
* return: If the specified
technology
is not set in any of the 4
1043
* lowest numbered
technology
that is set in the mask.
1062
modem->
technology
, newtech, modem->preferred_mask,newpreferred);
1067
return "ERROR: At least one
technology
must be enabled";
1079
if (modem->
technology
!= newtech) {
1080
modem->
technology
= newtech
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
network_library.h
171
std::string
technology
;
member in struct:chromeos::FoundCellularNetwork
606
// Return a string representation of network
technology
.
642
void set_network_technology(NetworkTechnology
technology
) {
643
network_technology_ =
technology
;
[
all
...]
network_library.cc
171
const char* kTechnologyProperty = "
technology
";
292
// Flimflam network
technology
options.
722
static NetworkTechnology ParseNetworkTechnology(const std::string&
technology
) {
736
return parser.Get(
technology
);
782
kTechnologyProperty, &found_networks_->back().
technology
);
3308
std::string
technology
;
local
[
all
...]
Completed in 62 milliseconds