Home
last modified time | relevance | path

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

12

/system/bt/btcore/src/
Dproperty.cc120 void property_free(bt_property_t* property) { in property_free()
134 bool property_is_addr(const bt_property_t* property) { in property_is_addr()
139 bool property_is_device_class(const bt_property_t* property) { in property_is_device_class()
144 bool property_is_device_type(const bt_property_t* property) { in property_is_device_type()
149 bool property_is_discovery_timeout(const bt_property_t* property) { in property_is_discovery_timeout()
154 bool property_is_name(const bt_property_t* property) { in property_is_name()
159 bool property_is_rssi(const bt_property_t* property) { in property_is_rssi()
164 bool property_is_scan_mode(const bt_property_t* property) { in property_is_scan_mode()
169 bool property_is_uuids(const bt_property_t* property) { in property_is_uuids()
175 const RawAddress* property_as_addr(const bt_property_t* property) { in property_as_addr()
[all …]
/system/bt/btcore/test/
Dproperty_test.cc31 bt_property_t* property = property_new_addr(&addr0); in TEST_F() local
50 bt_property_t* property = property_new_device_class(&dc0); in TEST_F() local
67 bt_property_t* property = property_new_device_type(dt0); in TEST_F() local
81 bt_property_t* property = property_new_discovery_timeout(timeout0); in TEST_F() local
95 bt_property_t* property = property_new_name(name0); in TEST_F() local
109 bt_property_t* property = property_new_rssi(rssi0); in TEST_F() local
123 bt_property_t* property = property_new_scan_mode(mode0); in TEST_F() local
140 bt_property_t* property = property_new_uuids(&uuid0, 1); in TEST_F() local
/system/bt/tools/bdtool/
Dbdtool.c118 bt_property_t* property = in main() local
167 bt_property_t* property = adapter_get_property(BT_PROPERTY_BDNAME); in main() local
179 bt_property_t* property = property_new_name(bd_name); in main() local
205 bt_property_t* property = in main() local
Dadapter.c111 void device_found(int num_properties, bt_property_t* property) { in device_found()
190 static void parse_properties(int num_properties, bt_property_t* property) { in parse_properties()
/system/bt/service/hal/
Dfake_bluetooth_interface.cc112 bt_property_t property; in NotifyAdapterNamePropertyChanged() local
122 bt_property_t property; in NotifyAdapterAddressPropertyChanged() local
132 bt_property_t property; in NotifyAdapterLocalLeFeaturesPropertyChanged() local
/system/tpm/trunks/
Dtpm_state_impl.cc169 bool TpmStateImpl::GetTpmProperty(TPM_PT property, uint32_t* value) { in GetTpmProperty()
194 uint32_t property, in GetCapability()
233 const TPMS_TAGGED_PROPERTY& property = in CacheTpmProperties() local
259 const TPMS_ALG_PROPERTY& property = in CacheAlgorithmProperties() local
Dtpm_state_test.cc62 const UINT32& property, in FakeGetCapability()
Dtrunks_factory_for_test.cc102 bool GetTpmProperty(TPM_PT property, uint32_t* value) override { in GetTpmProperty()
Dtpm_generated.h1083 TPM_PT property; member
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp62 auto property = tokenizer.GetNext(); in ParsePropertyInfoLine() local
/system/core/init/
Dsubcontext.cpp133 auto property = reply->add_properties_to_set(); in RunCommand() local
306 for (const auto& property : subcontext_reply->properties_to_set()) { in Execute() local
/system/bt/btif/src/
Dbluetooth.cc192 static int set_adapter_property(const bt_property_t* property) { in set_adapter_property()
215 const bt_property_t* property) { in set_remote_device_property()
Dbtif_storage.cc559 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property()
658 bt_status_t btif_storage_set_adapter_property(bt_property_t* property) { in btif_storage_set_adapter_property()
676 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property()
692 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_set_remote_device_property()
1618 bt_property_t property; in btif_storage_get_stored_remote_name() local
Dbtif_core.cc945 bt_status_t btif_set_adapter_property(const bt_property_t* property) { in btif_set_adapter_property()
1103 const bt_property_t* property) { in btif_set_remote_device_property()
Dbtif_dm.cc521 bt_property_t property; in btif_update_remote_version_property() local
2537 bt_property_t property; in btif_dm_execute_service_request() local
/system/core/logd/
DLogWhiteBlackList.cpp94 char property[PROPERTY_VALUE_MAX]; in init() local
/system/bt/service/
Dadapter.cc264 bt_property_t* property = properties + i; in AdapterPropertiesCallback() local
343 bt_property_t property; in SetAdapterProperty() local
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp174 void PropertyInfoArea::GetPropertyInfo(const char* property, const char** context, in GetPropertyInfo()
/system/core/liblog/
Dproperties.c423 char property[PROP_VALUE_MAX]; member
441 struct cache_property property = { { NULL, -1 }, { 0 } }; in __android_logger_property_get_bool() local
/system/core/sdcard/
Dsdcard.cpp62 char property[PROPERTY_VALUE_MAX]; in should_use_sdcardfs() local
/system/bt/stack/gatt/
Dgatt_db.cc367 tGATT_CHAR_PROP property, in gatts_add_characteristic()
Dgatt_int.h148 tGATT_CHAR_PROP property; member
/system/core/bootstat/
Dbootstat.cpp845 void RecordInitBootTimeProp(BootEventRecordStore* boot_event_store, const char* property) { in RecordInitBootTimeProp()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc181 uint16_t value_handle, const Uuid& uuid, uint8_t property) { in add_characteristic_to_gatt_db()
/system/bt/tools/mcap_tool/
Dmcap_tool.cc396 bt_property_t property = {BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT, 4, &V1}; in adapter_state_changed() local

12