HomeSort by relevance Sort by last modified time
    Searched defs:operator_name (Results 1 - 5 of 5) sorted by null

  /external/valgrind/tsan/
ts_util.cc 265 bool operator_name = false; local
273 operator_name = true;
281 if (operator_name)
  /external/bluetooth/bluez/audio/
telephony-ofono.c 79 char *operator_name; member in struct:__anon1550
83 .operator_name = NULL,
488 net.operator_name ? net.operator_name : "");
916 g_free(net.operator_name);
917 net.operator_name = g_strdup(operator);
1041 g_free(net.operator_name);
1042 net.operator_name = NULL;
    [all...]
telephony-maemo5.c 178 char *operator_name; member in struct:__anon1548
188 .operator_name = NULL,
776 net.operator_name ? net.operator_name : "");
1217 g_free(net.operator_name);
1218 net.operator_name = g_strdup(name);
1288 g_free(net.operator_name);
1289 net.operator_name = NULL;
    [all...]
telephony-maemo6.c 125 char *operator_name; member in struct:__anon1549
129 .operator_name = NULL,
805 net.operator_name ? net.operator_name : "");
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 588 const std::string& operator_name() const { return operator_name_; } function in class:chromeos::CellularNetwork
    [all...]

Completed in 107 milliseconds