OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:discovering
(Results
1 - 25
of
132
) sorted by null
1
2
3
4
5
6
/external/chromium_org/device/bluetooth/
bluetooth_adapter.h
25
// known to the adapter,
discovering
new devices, and providing notification of
46
// Called when the
discovering
state of the adapter |adapter| changes,
47
// when |
discovering
| is true the adapter is seeking new devices, false
50
bool
discovering
) {}
65
// either as a result of a discovered device being lost between
discovering
112
// Indicates whether the adapter is currently
discovering
new devices.
115
// Requests that the adapter begin
discovering
new devices, code must
129
// adapter may not actually cease
discovering
devices if other callers
bluetooth_adapter_mac.mm
148
return discovery_status_ ==
DISCOVERING
||
155
if (discovery_status_ ==
DISCOVERING
) {
251
if (discovery_status_ ==
DISCOVERING
)
254
discovery_status_ =
DISCOVERING
;
281
if (discovery_status_ ==
DISCOVERING
&&
310
if (discovery_status_ !=
DISCOVERING
)
bluetooth_adapter_win.cc
78
return discovery_status_ ==
DISCOVERING
||
87
if (discovery_status_ ==
DISCOVERING
) {
109
discovery_status_ = success ?
DISCOVERING
: NOT_DISCOVERING;
238
if (discovery_status_ !=
DISCOVERING
)
bluetooth_adapter_chromeos.cc
122
return properties->
discovering
.value();
188
else if (property_name == properties->
discovering
.name())
189
DiscoveringChanged(properties->
discovering
.value());
310
if (properties->
discovering
.value())
364
if (properties->
discovering
.value())
388
bool
discovering
) {
390
AdapterDiscoveringChanged(this,
discovering
));
bluetooth_adapter_mac.h
84
DISCOVERING
,
bluetooth_adapter_win.h
81
DISCOVERING
,
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc
27
out->
discovering
= adapter.IsDiscovering();
bluetooth_event_router.h
78
// Sets whether this Profile is responsible for the
discovering
state of the
104
bool
discovering
) OVERRIDE;
bluetooth_event_router.cc
214
device::BluetoothAdapter* adapter, bool
discovering
) {
220
if (!
discovering
) {
bluetooth_apitest.cc
238
EXPECT_FALSE(state.
discovering
);
400
// Fake that the adapter is
discovering
405
// Cache a device before the extension starts
discovering
/external/chromium_org/chrome/common/extensions/api/
mdns.idl
30
//
discovering
should be specified as the event filter with the
/external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.cc
135
properties_->
discovering
.ReplaceValue(true);
154
LOG(WARNING) << "StopDiscovery called when not
discovering
";
170
properties_->
discovering
.ReplaceValue(false);
238
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
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h
42
void(bool
discovering
,
/external/chromium_org/ash/system/tray/
system_tray_delegate.h
230
// Requests bluetooth start
discovering
devices.
233
// Requests bluetooth stop
discovering
devices.
239
// 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
/frameworks/base/docs/html/training/connect-devices-wirelessly/
index.jd
39
describes the NSD API for
discovering
available services and the Wi-Fi
/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/content/public/common/
zygote_fork_delegate_linux.h
50
// The next two are 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>
/frameworks/base/services/java/com/android/server/display/
DisplayAdapter.java
26
* and provides facilities for
discovering
when displays are connected or disconnected.
/frameworks/base/wifi/java/android/net/wifi/p2p/
package.html
26
callbacks when an operation such as
discovering
peers or connecting to them succeeds or fails.</li>
/frameworks/base/docs/html/guide/topics/connectivity/
wifip2p.jd
20
<li><a href="#
discovering
">
Discovering
peers</a></li>
276
broadcast receiver for your application,
discovering
peers, connecting to a peer, and
388
such as
discovering
and connecting to peers.</p>
391
<h3 id="
discovering
">
Discovering
peers</h3>
/external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h
220
UINT8 cur_expl_char_idx; /* currently
discovering
service index */
279
UINT8 cur_srvc_index; /* currently
discovering
service index */
Completed in 846 milliseconds
1
2
3
4
5
6