HomeSort by relevance Sort by last modified time
    Searched full:tether (Results 1 - 18 of 18) sorted by null

  /external/bluetooth/bluez/test/
test-nap 32 bridge = "tether"
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 75 int tether(String iface);
ConnectivityManager.java 665 public int tether(String iface) { method in class:ConnectivityManager
667 return mService.tether(iface);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 131 * If needed, restore Wifi on tether disable
188 * Summary on enable is handled by tether
  /system/netd/
BandwidthController.h 151 * - The 1st tether is setup and there is a globalAlert active.
152 * - The last tether is removed and there is a globalAlert active.
CommandListener.cpp 521 NetdCommand("tether") {
585 "Unknown tether interface operation", false);
600 "Unknown tether interface operation", false);
604 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown tether cmd", false);
610 cli->sendMsg(ResponseCode::CommandOkay, "Tether operation succeeded", false);
612 cli->sendMsg(ResponseCode::OperationFailed, "Tether operation failed", true);
    [all...]
BandwidthController.cpp 837 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount);
850 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount);
855 * tether, we are also done.
861 /* We only add the rule if this was the 1st tether added. */
902 /* We only detete the rule if this was the last tether removed. */
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 742 // cmd is "tether start first_start first_stop second_start second_stop ..."
745 final Command cmd = new Command("tether", "start");
761 mConnector.execute("tether", "stop");
773 event = mConnector.execute("tether", "status");
787 mConnector.execute("tether", "interface", "add", iface);
797 mConnector.execute("tether", "interface", "remove", iface);
808 mConnector.executeForList("tether", "interface", "list"),
819 final Command cmd = new Command("tether", "dns", "set");
836 mConnector.executeForList("tether", "dns", "list"), TetherDnsFwdTgtListResult);
    [all...]
ConnectivityService.java 2569 public int tether(String iface) { method in class:ConnectivityService
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 271 if (ifaceAddr == null) Log.e(TAG, "Error seting up tether interface");
279 // PANU Role = reverse Tether
391 if (cm.tether(iface) != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 321 public int tether(String iface) { method in class:Tethering
328 Log.e(TAG, "Tried to Tether an unknown iface :" + iface + ", ignoring");
332 Log.e(TAG, "Tried to Tether an unavailable iface :" + iface + ", ignoring");
521 int result = (enable ? tether(iface) : untether(iface));
733 // notification from the master SM that it's not in tether mode
735 // request from the user that it wants to tether
    [all...]
  /frameworks/base/packages/SystemUI/res/values-tl/
strings.xml 49 <string name="bluetooth_tethered" msgid="7094101612161133267">"Na-tether ang bluetooth"</string>
118 <string name="accessibility_bluetooth_tether" msgid="4102784498140271969">"Pag-tether ng Bluetooth."</string>
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 179 * Tether state change notification time out
183 /* Tracks sequence number on a tether notification time out */
283 /* Invoked when getting a tether state change notification */
285 /* A delayed message sent to indicate tether state change failed to arrive */
482 /* Soft ap is running and we are waiting for tether notification */
    [all...]
  /packages/apps/Settings/res/values-tl/
strings.xml     [all...]
  /external/replicaisland/res/values/
strings.xml 357 My progress has been arrested by the insane creatures that inhabit this island. Some of them are so normal they might have migrated here after the island was formed. But the rest are clearly products of The Source running unchecked; they do not bear even the slightest resemblance to the children of Mother Nature. This island is a facsimile, a replica of bits and pieces of the world, twisted and grown from nothing, sprouting in every direction. It is power in its purest form, writhing in the sea without tether.\n
  /packages/apps/Settings/res/values/
strings.xml     [all...]
  /packages/apps/Settings/res/values-en-rGB/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-tl/
strings.xml     [all...]

Completed in 688 milliseconds