HomeSort by relevance Sort by last modified time
    Searched refs:connection_state (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/local_discovery/
privet_device_lister.cc 9 DeviceDescription::DeviceDescription() : connection_state(UNKNOWN) {
privet_device_lister.h 37 ConnectionState connection_state; member in struct:local_discovery::DeviceDescription
privet_device_lister_impl.cc 126 device_description->connection_state = ConnectionStateFromString(value);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 145 NetworkState::StateIsConnecting(network->connection_state())) {
153 network->connection_state() == flimflam::kStateOnline)) {
163 network->connection_state() == flimflam::kStatePortal))
166 if (NetworkState::StateIsConnecting(network->connection_state()))
168 if (network->connection_state() == flimflam::kStateOnline)
170 if (network->connection_state() == flimflam::kStatePortal)
  /bootable/recovery/minadbd/
adb.c 253 D("setting connection_state to CS_BOOTLOADER\n");
254 t->connection_state = CS_BOOTLOADER;
260 D("setting connection_state to CS_DEVICE\n");
261 t->connection_state = CS_DEVICE;
267 D("setting connection_state to CS_RECOVERY\n");
268 t->connection_state = CS_RECOVERY;
274 D("setting connection_state to CS_SIDELOAD\n");
275 t->connection_state = CS_SIDELOAD;
280 t->connection_state = CS_HOST;
299 t->connection_state = CS_OFFLINE
    [all...]
transport_usb.c 116 t->connection_state = state;
adb.h 178 int connection_state; member in struct:atransport
262 /* this should only be used for transports with connection_state == CS_NOPERM */
397 int connection_state(atransport *t);
transport.c 469 if (t->connection_state != CS_NOPERM) {
609 if (t->connection_state == CS_NOPERM) {
656 if (result && result->connection_state == CS_OFFLINE) {
662 if (result && state != CS_ANY && result->connection_state != state) {
714 /* this should only be used for transports with connection_state == CS_NOPERM */
720 if (t->usb == usb && t->connection_state == CS_NOPERM) {
  /external/chromium_org/chromeos/network/
network_state.h 47 const std::string& connection_state() const { return connection_state_; } function in class:chromeos::NetworkState
102 static bool StateIsConnected(const std::string& connection_state);
103 static bool StateIsConnecting(const std::string& connection_state);
network_state.cc 429 bool NetworkState::StateIsConnected(const std::string& connection_state) {
430 return (connection_state == flimflam::kStateReady ||
431 connection_state == flimflam::kStateOnline ||
432 connection_state == flimflam::kStatePortal);
436 bool NetworkState::StateIsConnecting(const std::string& connection_state) {
437 return (connection_state == flimflam::kStateAssociation ||
438 connection_state == flimflam::kStateConfiguration ||
439 connection_state == flimflam::kStateCarrier);
network_connection_handler.cc 591 if (network->connection_state() == flimflam::kStateIdle &&
599 if (network->connection_state() == flimflam::kStateIdle &&
608 if (network->connection_state() == flimflam::kStateFailure)
611 error_detail = "Unexpected State: " + network->connection_state();
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_token_fetcher.cc 50 default_network->connection_state() == flimflam::kStatePortal) {
72 default_network->connection_state() == flimflam::kStatePortal) {
  /external/chromium_org/chromeos/network/onc/
onc_translator_shill_to_onc.cc 233 std::string onc_state = connection_state::kNotConnected;
235 onc_state = connection_state::kConnected;
237 onc_state = connection_state::kConnecting;
onc_constants.cc 94 namespace connection_state { namespace in namespace:chromeos::onc
98 } // namespace connection_state
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.h 46 std::string connection_state; member in struct:PrivetHttpServer::DeviceInfo
  /system/core/adb/
transport_usb.c 120 t->connection_state = state;
adb.h 183 int connection_state; member in struct:atransport
300 /* this should only be used for transports with connection_state == CS_NOPERM */
458 int connection_state(atransport *t);
adb.c 400 switch(t->connection_state) {
471 D("setting connection_state to CS_BOOTLOADER\n");
472 t->connection_state = CS_BOOTLOADER;
478 D("setting connection_state to CS_DEVICE\n");
479 t->connection_state = CS_DEVICE;
485 D("setting connection_state to CS_RECOVERY\n");
486 t->connection_state = CS_RECOVERY;
492 D("setting connection_state to CS_SIDELOAD\n");
493 t->connection_state = CS_SIDELOAD;
498 t->connection_state = CS_HOST
    [all...]
transport.c 624 if (t->connection_state != CS_NOPERM) {
806 if (t->connection_state == CS_NOPERM) {
862 if (result->connection_state == CS_UNAUTHORIZED) {
869 if (result && result->connection_state == CS_OFFLINE) {
875 if (result && state != CS_ANY && result->connection_state != state) {
897 switch(t->connection_state){
1122 /* this should only be used for transports with connection_state == CS_NOPERM */
1128 if (t->usb == usb && t->connection_state == CS_NOPERM) {
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.cc 224 default_network->connection_state());
225 default_connection_state_ = default_network->connection_state();
386 } else if (default_network && (default_network->connection_state() ==
  /bionic/libc/kernel/common/linux/
ncp.h 52 __u8 connection_state; member in struct:ncp_reply_header
  /development/ndk/platforms/android-3/include/linux/
ncp.h 45 __u8 connection_state; member in struct:ncp_reply_header
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 79 if (!vpn || (vpn->connection_state() == flimflam::kStateIdle)) {
  /external/kernel-headers/original/linux/
ncp.h 43 __u8 connection_state; member in struct:ncp_reply_header
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ncp.h 43 __u8 connection_state; member in struct:ncp_reply_header

Completed in 1291 milliseconds

1 2 3 4