OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_device
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/components/proximity_auth/
connection.h
12
#include "components/proximity_auth/
remote_device
.h"
29
// Constructs a connection to the given |
remote_device
|.
30
explicit Connection(const RemoteDevice&
remote_device
);
44
const RemoteDevice&
remote_device
() const { return remote_device_; }
function in class:proximity_auth::Connection
connection.cc
13
Connection::Connection(const RemoteDevice&
remote_device
)
14
: remote_device_(
remote_device
),
bluetooth_connection.cc
11
#include "components/proximity_auth/
remote_device
.h"
22
BluetoothConnection::BluetoothConnection(const RemoteDevice&
remote_device
,
24
: Connection(
remote_device
), uuid_(uuid), weak_ptr_factory_(this) {
91
if (device->GetAddress() !=
remote_device
().bluetooth_address)
118
const std::string address =
remote_device
().bluetooth_address;
150
<<
remote_device
().bluetooth_address;
bluetooth_connection.h
32
// |
remote_device
|. The |
remote_device
| must already be known to the system
34
BluetoothConnection(const RemoteDevice&
remote_device
,
/external/bluetooth/bluedroid/stack/include/
sdp_api.h
657
SDP_API extern UINT16 SDP_DiDiscover (BD_ADDR
remote_device
,
/external/chromium_org/chrome/browser/devtools/device/
devtools_android_bridge.cc
123
scoped_refptr<RemoteDevice>
remote_device
=
local
125
remote_devices_.push_back(
remote_device
);
126
for (RemoteBrowsers::iterator it =
remote_device
->browsers().begin();
127
it !=
remote_device
->browsers().end(); ++it) {
/external/bluetooth/bluedroid/stack/sdp/
sdp_api.c
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
[
all
...]
Completed in 248 milliseconds