OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth_class
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc
13
uint32
bluetooth_class
,
18
: bluetooth_class_(
bluetooth_class
),
mock_bluetooth_device.h
22
uint32
bluetooth_class
,
/external/chromium_org/device/bluetooth/
bluetooth_device.cc
84
uint32
bluetooth_class
= GetBluetoothClass();
local
85
switch ((
bluetooth_class
& 0x1f00) >> 8) {
91
switch ((
bluetooth_class
& 0xfc) >> 2) {
105
switch ((
bluetooth_class
& 0xfc) >> 2) {
123
switch ((
bluetooth_class
& 0xc0) >> 6) {
126
switch ((
bluetooth_class
& 0x01e) >> 2) {
142
switch ((
bluetooth_class
& 0x01e) >> 2) {
bluetooth_task_manager_win.h
52
uint32
bluetooth_class
;
member in struct:device::BluetoothTaskManagerWin::DeviceState
bluetooth_device_win.cc
32
bluetooth_class_ = state.
bluetooth_class
;
bluetooth_adapter_chromeos.cc
238
if (property_name == properties->
bluetooth_class
.name() ||
bluetooth_adapter_win_unittest.cc
27
state->
bluetooth_class
= 0;
bluetooth_task_manager_win.cc
68
state->
bluetooth_class
= device_info.ulClassofDevice;
bluetooth_device_chromeos.cc
150
return properties->
bluetooth_class
.value();
bluetooth_chromeos_unittest.cc
792
properties->
bluetooth_class
.ReplaceValue(0x002580);
[
all
...]
/external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.cc
200
properties->
bluetooth_class
.ReplaceValue(kPairedDeviceClass);
588
properties->
bluetooth_class
.ReplaceValue(kAppleMouseClass);
612
properties->
bluetooth_class
.ReplaceValue(kAppleKeyboardClass);
636
properties->
bluetooth_class
.ReplaceValue(kVanishingDeviceClass);
657
properties->
bluetooth_class
.ReplaceValue(kMicrosoftMouseClass);
682
properties->
bluetooth_class
.ReplaceValue(kMotorolaKeyboardClass);
706
properties->
bluetooth_class
.ReplaceValue(kSonyHeadphonesClass);
726
properties->
bluetooth_class
.ReplaceValue(kPhoneClass);
745
properties->
bluetooth_class
.ReplaceValue(kWeirdDeviceClass);
765
properties->
bluetooth_class
.ReplaceValue(kUnconnectableDeviceClass)
[
all
...]
bluetooth_adapter_client.h
39
dbus::Property<uint32>
bluetooth_class
;
member in struct:chromeos::BluetoothAdapterClient::Properties
bluetooth_adapter_client.cc
31
RegisterProperty(bluetooth_adapter::kClassProperty, &
bluetooth_class
);
bluetooth_device_client.h
39
dbus::Property<uint32>
bluetooth_class
;
member in struct:chromeos::BluetoothDeviceClient::Properties
bluetooth_device_client.cc
32
RegisterProperty(bluetooth_device::kClassProperty, &
bluetooth_class
);
/external/chromium_org/chrome/common/metrics/proto/
system_profile.proto
181
optional uint32
bluetooth_class
= 1;
Completed in 174 milliseconds