OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_address
(Results
1 - 6
of
6
) sorted by null
/system/bt/binder/android/bluetooth/
bluetooth_device.h
22
#include <
raw_address
.h>
/system/bt/service/common/bluetooth/
scan_filter.cc
19
#include <
raw_address
.h>
/external/v8/src/
identity-map.cc
149
uintptr_t
raw_address
= reinterpret_cast<uintptr_t>(address);
local
150
return static_cast<int>(hasher_(
raw_address
));
/external/v8/src/crankshaft/
unique.h
129
Unique(Address
raw_address
, Handle<T> handle)
130
: raw_address_(
raw_address
), handle_(handle) {}
137
friend class Unique; // For comparing
raw_address
values.
168
// Keep the set sorted by the {
raw_address
} of the unique elements.
/system/bt/btif/src/
btif_ble_scanner.cc
76
const RawAddress&
raw_address
= remote_bdaddr_cache_ordered.front();
local
77
remote_bdaddr_cache.erase(
raw_address
);
/hardware/libhardware/include/hardware/
bluetooth.h
26
#include <
raw_address
.h>
Completed in 207 milliseconds