Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 25 of 25) sorted by relevance

/system/core/base/
Dproperties_test.cpp28 TEST(properties, smoke) { in TEST() argument
45 TEST(properties, empty) { in TEST() argument
59 TEST(properties, GetBoolProperty_true) { in TEST() argument
67 TEST(properties, GetBoolProperty_false) { in TEST() argument
75 TEST(properties, GetBoolProperty_default) { in TEST() argument
118 TEST(properties, GetIntProperty_int8_t) { CheckGetIntProperty<int8_t>(); } in TEST() argument
119 TEST(properties, GetIntProperty_int16_t) { CheckGetIntProperty<int16_t>(); } in TEST() argument
120 TEST(properties, GetIntProperty_int32_t) { CheckGetIntProperty<int32_t>(); } in TEST() argument
121 TEST(properties, GetIntProperty_int64_t) { CheckGetIntProperty<int64_t>(); } in TEST() argument
123 TEST(properties, GetUintProperty_uint8_t) { CheckGetUintProperty<uint8_t>(); } in TEST() argument
[all …]
/system/bt/service/common/bluetooth/
Dcharacteristic.h29 Characteristic(uint16_t handle, const UUID& uuid, uint8_t properties, in Characteristic()
47 uint8_t properties() const { return properties_; } in properties() function
/system/update_engine/update_manager/
Dreal_shill_provider.cc49 brillo::VariantDictionary properties; in Init() local
113 brillo::VariantDictionary properties; in ProcessDefaultService() local
/system/update_engine/
Dconnection_manager.cc138 brillo::VariantDictionary properties; in GetDefaultServicePath() local
162 brillo::VariantDictionary properties; in GetServicePathProperties() local
Dimage_properties_android.cc118 const MutableImageProperties& properties) { in StoreMutableImageProperties()
Dimage_properties_chromeos.cc138 const MutableImageProperties& properties) { in StoreMutableImageProperties()
/system/bt/btcore/src/
Dproperty.cc30 bt_property_t* property_copy_array(const bt_property_t* properties, in property_copy_array()
124 void property_free_array(bt_property_t* properties, size_t count) { in property_free_array()
/system/bt/tools/bdtool/
Dadapter.c27 static bt_property_t* properties = NULL; variable
142 int num_properties, bt_property_t* properties) { in remote_device_properties()
/system/bt/test/suite/adapter/
Dbluetooth_test.cc134 bt_property_t* properties) { in RemoteDevicePropertiesCallback()
/system/bt/service/hal/
Dfake_bluetooth_interface.cc94 int num_properties, bt_property_t* properties) { in NotifyAdapterPropertiesChanged()
Dbluetooth_interface.cc76 bt_property_t* properties) { in AdapterPropertiesCallback()
88 bt_property_t* properties) { in RemoteDevicePropertiesCallback()
/system/tpm/trunks/
Dtpm_state_impl.cc181 TPMA_ALGORITHM* properties) { in GetAlgorithmProperties()
Dtrunks_factory_for_test.cc107 TPMA_ALGORITHM* properties) override { in GetAlgorithmProperties()
/system/bt/service/
Dgatt_server_old.cc502 uint8_t properties, in AddCharacteristic()
622 bool Server::AddCharacteristic(const UUID& id, int properties, in AddCharacteristic()
638 bool Server::AddBlob(const UUID& id, const UUID& control_id, int properties, in AddBlob()
Dadapter.cc255 bt_property_t* properties) override { in AdapterPropertiesCallback()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc233 brillo::KeyValueStore properties; in ExtractProperties() local
Dpayload_signer.cc521 const string& payload_path, brillo::KeyValueStore* properties) { in ExtractPayloadProperties()
/system/bt/stack/btm/
Dble_advertiser_hci_interface.cc113 void SetParameters(uint8_t handle, uint16_t properties, uint32_t adv_int_min, in SetParameters()
317 void SetParameters(uint8_t handle, uint16_t properties, uint32_t adv_int_min, in SetParameters()
469 void SetParameters(uint8_t handle, uint16_t properties, uint32_t adv_int_min, in SetParameters()
/system/bt/btif/src/
Dbtif_ble_scanner.cc150 bt_property_t properties; in bta_scan_results_cb_impl() local
Dbtif_dm.cc559 bt_property_t properties[3]; in btif_update_remote_properties() local
1225 bt_property_t properties[1]; in btif_dm_search_devices_evt() local
1274 bt_property_t properties[5]; in btif_dm_search_devices_evt() local
Dbtif_core.cc593 bt_property_t properties[6]; in btif_in_get_adapter_properties() local
Dbtif_storage.cc695 bt_property_t* properties) { in btif_storage_add_remote_device()
/system/media/audio/include/system/
Dsound_trigger.h86 struct sound_trigger_properties properties; member
/system/bt/stack/test/
Dble_advertiser_test.cc120 void SetParameters(uint8_t handle, uint16_t properties, uint32_t adv_int_min, in SetParameters()
/system/bt/bta/include/
Dbta_gatt_api.h564 tBTA_GATT_CHAR_PROP properties; member