Searched defs:bluetooth (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_api_utils.h9 #include "chrome/common/extensions/api/bluetooth.h"
10 #include "device/bluetooth/bluetooth_adapter.h"
11 #include "device/bluetooth/bluetooth_device.h"
15 namespace bluetooth { namespace in namespace:extensions::api
26 } // namespace bluetooth
H A Dbluetooth_api_utils.cc5 #include "chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.h"
9 #include "chrome/common/extensions/api/bluetooth.h"
10 #include "device/bluetooth/bluetooth_adapter.h"
11 #include "device/bluetooth/bluetooth_device.h"
13 namespace bluetooth = extensions::api::bluetooth;
16 using bluetooth::VendorIdSource;
21 bluetooth::VendorIdSource* output) {
24 *output = bluetooth::VENDOR_ID_SOURCE_NONE;
27 *output = bluetooth
92 namespace bluetooth { namespace in namespace:extensions::api
[all...]
/external/chromium_org/chrome/common/extensions/api/bluetooth/
H A Dbluetooth_manifest_handler.cc5 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.h"
7 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h"
8 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h"
20 const base::Value* bluetooth = NULL; local
21 CHECK(extension->manifest()->Get(manifest_keys::kBluetooth, &bluetooth));
23 BluetoothManifestData::FromValue(*bluetooth, error);
H A Dbluetooth_manifest_permission.cc5 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h"
11 #include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h"
13 #include "device/bluetooth/bluetooth_uuid.h"
69 scoped_ptr<api::manifest_types::Bluetooth> bluetooth = local
71 if (!bluetooth)
76 if (bluetooth->uuids) {
77 if (!ParseUuidArray(result.get(), bluetooth->uuids, error)) {
81 if (bluetooth->socket) {
82 result->socket_ = *(bluetooth->socket);
84 if (bluetooth
156 api::manifest_types::Bluetooth bluetooth; local
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider.cc19 #include "device/bluetooth/bluetooth_adapter.h"
20 #include "device/bluetooth/bluetooth_adapter_factory.h"
21 #include "device/bluetooth/bluetooth_device.h"
219 SystemProfileProto::Hardware::Bluetooth* bluetooth = local
222 bluetooth->set_is_present(adapter_->IsPresent());
223 bluetooth->set_is_enabled(adapter_->IsPowered());
234 PairedDevice* paired_device = bluetooth->add_paired_device();
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1234 milliseconds