OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothServiceRecordWin
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_service_record_win.h
17
class
BluetoothServiceRecordWin
{
19
BluetoothServiceRecordWin
(const std::string& device_address,
24
bool IsEqual(const
BluetoothServiceRecordWin
& other);
55
DISALLOW_COPY_AND_ASSIGN(
BluetoothServiceRecordWin
);
bluetooth_service_record_win_unittest.cc
43
BluetoothServiceRecordWin
service_record(
53
BluetoothServiceRecordWin
service_record(
63
BluetoothServiceRecordWin
service_record(
bluetooth_device_win.cc
68
BluetoothServiceRecordWin
* service_record =
69
new
BluetoothServiceRecordWin
(device_state.address,
90
typedef base::ScopedPtrHashMap<std::string,
BluetoothServiceRecordWin
>
105
BluetoothServiceRecordWin
* service_record = new
BluetoothServiceRecordWin
(
110
scoped_ptr<
BluetoothServiceRecordWin
>(service_record));
127
BluetoothServiceRecordWin
* service_record = (*iter);
128
BluetoothServiceRecordWin
* new_service_record =
279
const
BluetoothServiceRecordWin
* BluetoothDeviceWin::GetServiceRecord(
bluetooth_device_win.h
19
class
BluetoothServiceRecordWin
;
76
const
BluetoothServiceRecordWin
* GetServiceRecord(
129
typedef ScopedVector<
BluetoothServiceRecordWin
> ServiceRecordList;
bluetooth_service_record_win.cc
123
BluetoothServiceRecordWin
::
BluetoothServiceRecordWin
(
155
bool
BluetoothServiceRecordWin
::IsEqual(
156
const
BluetoothServiceRecordWin
& other) {
bluetooth_socket_win.cc
110
const
BluetoothServiceRecordWin
* service_record_win =
Completed in 524 milliseconds