Home
last modified time | relevance | path

Searched refs:characteristics (Results 1 – 25 of 147) sorted by relevance

123456

/external/chromium_org/device/bluetooth/
Dbluetooth_remote_gatt_service_chromeos.cc53 CharacteristicMap characteristics = characteristics_; in ~BluetoothRemoteGattServiceChromeOS() local
55 for (CharacteristicMap::iterator iter = characteristics.begin(); in ~BluetoothRemoteGattServiceChromeOS()
56 iter != characteristics.end(); ++iter) { in ~BluetoothRemoteGattServiceChromeOS()
94 std::vector<device::BluetoothGattCharacteristic*> characteristics; in GetCharacteristics() local
97 characteristics.push_back(iter->second); in GetCharacteristics()
99 return characteristics; in GetCharacteristics()
207 if (property_name != properties->characteristics.name()) { in GattServicePropertyChanged()
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dremovable_storage_provider_mac.cc72 base::ScopedCFTypeRef<CFDictionaryRef> characteristics( in PopulateDeviceList() local
80 if (characteristics == NULL) { in PopulateDeviceList()
86 characteristics, CFSTR(kIOPropertyVendorNameKey)); in PopulateDeviceList()
90 characteristics, CFSTR(kIOPropertyProductNameKey)); in PopulateDeviceList()
/external/chromium_org/courgette/
Dtypes_win_pe.h28 uint32 characteristics; member
/external/chromium_org/google_apis/gcm/protocol/
Dandroid_checkin.proto14 // Build characteristics unique to the Chrome browser, and Chrome OS
73 // For devices running MCS on Chrome, build-specific characteristics
/external/chromium_org/third_party/tcmalloc/vendor/m4/
Dcompiler_characteristics.m41 # Check compiler characteristics (e.g. type sizes, PRIxx macros, ...)
/external/chromium_org/chromeos/dbus/
Dbluetooth_gatt_service_client.h35 dbus::Property<std::vector<dbus::ObjectPath> > characteristics; member
Dbluetooth_gatt_service_client.cc26 &characteristics); in Properties()
Dfake_bluetooth_gatt_service_client.cc191 heart_rate_service_properties_->characteristics.ReplaceValue(char_paths); in ExposeHeartRateCharacteristics()
/external/chromium_org/extensions/common/api/
Dbluetooth_low_energy.idl17 // characteristics and relationships to other services that encapsulate
61 // ID to distinguish between characteristics from a peripheral with the same
170 // Get a list of all discovered GATT characteristics that belong to the
172 // |serviceId| : The instance ID of the GATT service whose characteristics
174 // |callback| : Called with the list of characteristics that belong to the
273 // characteristics and/or descriptors that get added or removed from the
/external/genext2fs/
Dconfigure.in26 # Checks for typedefs, structures, and compiler characteristics.
/external/chromium_org/components/metrics/
DREADME19 log with hardware characteristics, plugin state, etc.).
/external/iptables/extensions/
Dlibxt_owner.man1 This module attempts to match various characteristics of the packet creator,
/external/blktrace/btreplay/doc/
Dabstract.tex33 This document will discuss the operating characteristics of
/external/f2fs-tools/
Dconfigure.ac62 # Checks for typedefs, structures, and compiler characteristics.
/external/protobuf/gtest/
Dconfigure.ac48 # and architecture characteristics.
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
Dbluetooth_low_energy_event_router.cc419 const std::vector<BluetoothGattCharacteristic*>& characteristics = in GetCharacteristics() local
422 characteristics.begin(); in GetCharacteristics()
423 iter != characteristics.end(); in GetCharacteristics()
1061 const std::vector<BluetoothGattCharacteristic*>& characteristics = in InitializeIdentifierMappings() local
1064 characteristics.begin(); in InitializeIdentifierMappings()
1065 citer != characteristics.end(); in InitializeIdentifierMappings()
Dbluetooth_low_energy_apitest.cc448 std::vector<BluetoothGattCharacteristic*> characteristics; in IN_PROC_BROWSER_TEST_F() local
449 characteristics.push_back(chrc0_.get()); in IN_PROC_BROWSER_TEST_F()
450 characteristics.push_back(chrc1_.get()); in IN_PROC_BROWSER_TEST_F()
464 .WillOnce(Return(characteristics)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/testing/gtest/
Dconfigure.ac65 # and architecture characteristics.
/external/ceres-solver/docs/source/
Dindex.rst33 * Estimate satellite image sensor characteristics.
/external/stressapptest/
Dconfigure.ac115 # Checks for typedefs, structures, and compiler characteristics.
/external/libedit/
Dconfigure.ac96 # Checks for typedefs, structures, and compiler characteristics.
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt41 characteristics of the dynamic execution environment.
/external/libmtp/
Dconfigure.ac79 # Checks for typedefs, structures, and compiler characteristics.
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_truetype_font_mac.mm130 // when we get the actual font characteristics.
225 // Now query to get the actual font characteristics.
/external/iputils/ninfod/
Dconfigure.in101 dnl Checks for typedefs, structures, and compiler characteristics.

123456