HomeSort by relevance Sort by last modified time
    Searched refs:connectable (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 112 bool connectable,
internet_options_handler.cc     [all...]
  /external/bluetooth/bluez/plugins/
mgmtops.c 66 gboolean connectable; member in struct:controller_info
188 static int mgmt_set_connectable(int index, gboolean connectable)
190 DBG("index %d connectable %d", index, connectable);
191 return mgmt_set_mode(index, MGMT_OP_SET_CONNECTABLE, connectable);
229 info->connectable = FALSE;
243 else if (on_mode == MODE_CONNECTABLE && !info->connectable)
248 if (info->connectable)
303 if (info->connectable)
322 error("Too small connectable event")
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 51 .network-item[connectable]:hover {
  /external/bluetooth/bluez/lib/bluetooth/
mgmt.h 62 uint8_t connectable; member in struct:mgmt_rp_read_info
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 295 // Is this network connectable. Currently, this is mainly used by 802.1x
297 bool connectable() const { return connectable_; } function in class:chromeos::Network
384 void set_connectable(bool connectable) { connectable_ = connectable; }
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 404 // If a network is not connectable from login/oobe, we disable it.
406 if (!owner_->IsBrowserMode() && !wifi_networks[i]->connectable())
692 if (!vpn->connectable())
    [all...]
  /external/kernel-headers/original/linux/
fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]

Completed in 425 milliseconds