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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 452 const char *operator_name; local
455 operator_name = env->GetStringUTFChars(operator_str, NULL);
457 if ( (status = sBluetoothHfpInterface->cops_response(operator_name)) != BT_STATUS_SUCCESS) {
460 env->ReleaseStringUTFChars(operator_str, operator_name);
  /external/pixman/test/
utils.c 874 operator_name (pixman_op_t op) function
    [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...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.h 799 const std::string& operator_name() const { return operator_name_; } function in class:chromeos::CellularNetwork
860 void set_operator_name(const std::string& operator_name) {
861 operator_name_ = operator_name;
    [all...]

Completed in 805 milliseconds