HomeSort by relevance Sort by last modified time
    Searched full:discovering (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/llvm/test/CodeGen/PowerPC/
fast-isel-redefinition.ll 4 ; discovering a bug on PowerPC as well.)
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_add_device_overlay.js 103 BluetoothOptions.updateDiscoveryState = function(discovering) {
104 $('bluetooth-scanning-label').hidden = !discovering;
105 $('bluetooth-scanning-icon').hidden = !discovering;
106 $('bluetooth-scan-stopped-label').hidden = discovering;
  /external/chromium_org/chrome/common/extensions/api/
mdns.idl 30 // discovering should be specified as the event filter with the
  /external/chromium_org/mojo/public/platform/native/
gles2_impl_chromium_sync_point_thunks.h 38 // Use this type for the function found by dynamically discovering it in
gles2_impl_chromium_texture_mailbox_thunks.h 39 // Use this type for the function found by dynamically discovering it in
gles2_impl_thunks.h 39 // Use this type for the function found by dynamically discovering it in
gles2_thunks.h 52 // Use this type for the function found by dynamically discovering it in
system_thunks.h 135 // Use this type for the function found by dynamically discovering it in
  /external/chromium_org/device/bluetooth/
bluetooth_discovery_session.h 21 // considered active, as long as the adapter is discovering AND the owner of the
42 // adapter might still be discovering as there might still be other active
bluetooth_adapter_win.cc 113 return discovery_status_ == DISCOVERING ||
118 discovery_status_ = success ? DISCOVERING : NOT_DISCOVERING;
290 if (discovery_status_ == DISCOVERING) {
339 if (discovery_status_ != DISCOVERING)
bluetooth_adapter.h 32 // known to the adapter, discovering new devices, and providing notification of
59 // Called when the discovering state of the adapter |adapter| changes. When
60 // |discovering| is true the adapter is seeking new devices, false means it
63 bool discovering) {}
78 // either as a result of a discovered device being lost between discovering
239 // Indicates whether the adapter is currently discovering new devices.
244 // |callback| and the adapter will be discovering nearby Bluetooth devices.
354 // discovering for devices. This means that Chrome will restart device
386 // discovering. This should be called by all platform implementations.
bluetooth_adapter_chromeos.cc 234 return properties->discovering.value();
316 else if (property_name == properties->discovering.name())
317 DiscoveringChanged(properties->discovering.value());
661 if (properties->discovering.value())
702 if (properties->discovering.value())
731 bool discovering) {
734 VLOG(1) << "Discovering changed: " << discovering;
735 if (!discovering && !discovery_request_pending_
742 AdapterDiscoveringChanged(this, discovering));
    [all...]
bluetooth_adapter_win.h 95 DISCOVERING,
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.cc 146 properties_->discovering.ReplaceValue(true);
165 LOG(WARNING) << "StopDiscovery called when not discovering";
186 properties_->discovering.ReplaceValue(false);
258 properties_->discovering.ReplaceValue(false);
bluetooth_adapter_client.h 64 // Indicates that the adapter is discovering other Bluetooth Devices.
66 dbus::Property<bool> discovering; member in struct:chromeos::BluetoothAdapterClient::Properties
  /frameworks/base/docs/html/distribute/engage/
analytics.jd 20 Start by discovering how many people visit your Google Play listing page,
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 208 // Requests bluetooth start discovering devices.
211 // Requests bluetooth stop discovering devices.
217 // Returns true if bluetooth adapter is discovering bluetooth devices.
  /external/smack/src/org/jivesoftware/smackx/
SharedGroupManager.java 33 * A SharedGroupManager provides services for discovering the shared groups where a user belongs.<p>
  /external/smack/src/org/jivesoftware/smackx/packet/
SharedGroupsInfo.java 31 * IQ packet used for discovering the user's shared groups and for getting the answer back
  /external/chromium_org/extensions/common/api/
bluetooth.idl 30 // Indicates whether or not the adapter is currently discovering.
31 boolean discovering;
  /external/iputils/doc/
tracepath.sgml 12 traces path to a network host discovering MTU along this path</refpurpose>
29 It traces path to <replaceable/destination/ discovering MTU along this path.
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.h 85 // permits UMA to distinguish between a user discovering the app list shortcut
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 180 bool discovering) {
182 base::FundamentalValue discovering_value(discovering);
274 base::FundamentalValue discovering(adapter_->IsDiscovering());
276 "options.BluetoothOptions.updateDiscoveryState", discovering);
  /external/chromium_org/content/public/common/
zygote_fork_delegate_linux.h 54 // The PID oracle is used in the protocol for discovering the
  /frameworks/base/docs/html/tools/debugging/
debugging-devtools.jd 47 very useful for discovering unnecessary screen drawing.</dd>

Completed in 4611 milliseconds

1 2 3 4 5 6 7