OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth_profile
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_profile.h
8
#include "device/bluetooth/
bluetooth_profile
.h"
/external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.cc
40
bluetooth_profile
::kBluetoothProfileInterface,
41
bluetooth_profile
::kRelease,
48
bluetooth_profile
::kBluetoothProfileInterface,
49
bluetooth_profile
::kNewConnection,
56
bluetooth_profile
::kBluetoothProfileInterface,
57
bluetooth_profile
::kRequestDisconnection,
64
bluetooth_profile
::kBluetoothProfileInterface,
65
bluetooth_profile
::kCancel,
125
if (key ==
bluetooth_profile
::kVersionProperty)
127
else if (key ==
bluetooth_profile
::kFeaturesProperty
[
all
...]
/external/chromium_org/device/bluetooth/
bluetooth_profile_mac.h
12
#include "device/bluetooth/
bluetooth_profile
.h"
bluetooth_profile_win.h
10
#include "device/bluetooth/
bluetooth_profile
.h"
bluetooth.gyp
43
'
bluetooth_profile
.cc',
44
'
bluetooth_profile
.h',
bluetooth_profile.cc
5
#include "device/bluetooth/
bluetooth_profile
.h"
bluetooth_profile_chromeos.h
17
#include "device/bluetooth/
bluetooth_profile
.h"
bluetooth_profile_chromeos.cc
30
#include "device/bluetooth/
bluetooth_profile
.h"
95
object_path_ = dbus::ObjectPath("/org/chromium/
bluetooth_profile
/" +
bluetooth_profile_chromeos_unittest.cc
15
#include "device/bluetooth/
bluetooth_profile
.h"
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.cc
24
#include "device/bluetooth/
bluetooth_profile
.h"
105
device::BluetoothProfile*
bluetooth_profile
) {
107
bluetooth_profile_map_[uuid] =
bluetooth_profile
;
113
device::BluetoothProfile*
bluetooth_profile
= iter->second;
local
115
bluetooth_profile
->Unregister();
bluetooth_api.cc
24
#include "device/bluetooth/
bluetooth_profile
.h"
179
BluetoothProfile*
bluetooth_profile
) {
180
if (!
bluetooth_profile
) {
187
bluetooth_profile
->Unregister();
193
bluetooth_profile
->SetConnectionCallback(
198
GetEventRouter(profile())->AddProfile(uuid_,
bluetooth_profile
);
401
BluetoothProfile*
bluetooth_profile
=
local
403
if (!
bluetooth_profile
) {
410
bluetooth_profile
,
bluetooth_api.h
17
#include "device/bluetooth/
bluetooth_profile
.h"
75
void OnProfileRegistered(device::BluetoothProfile*
bluetooth_profile
);
bluetooth_event_router.h
57
// Add the BluetoothProfile |
bluetooth_profile
| for use by the extension
61
device::BluetoothProfile*
bluetooth_profile
);
Completed in 151 milliseconds