Home
last modified time | relevance | path

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

/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 bt_bdaddr_t* property_as_addr(const bt_property_t* property) { in property_as_addr()
[all …]
/system/bt/btcore/test/
Dproperty_test.cc29 bt_property_t* property = property_new_addr(&addr0); in TEST_F() local
48 bt_property_t* property = property_new_device_class(&dc0); in TEST_F() local
65 bt_property_t* property = property_new_device_type(dt0); in TEST_F() local
79 bt_property_t* property = property_new_discovery_timeout(timeout0); in TEST_F() local
93 bt_property_t* property = property_new_name(name0); in TEST_F() local
107 bt_property_t* property = property_new_rssi(rssi0); in TEST_F() local
121 bt_property_t* property = property_new_scan_mode(mode0); in TEST_F() local
138 bt_property_t* property = property_new_uuids(&uuid0, 1); in TEST_F() local
/system/bt/tools/bdtool/
Dbdtool.c119 bt_property_t* property = in main() local
168 bt_property_t* property = adapter_get_property(BT_PROPERTY_BDNAME); in main() local
180 bt_property_t* property = property_new_name(bd_name); in main() local
206 bt_property_t* property = in main() local
Dadapter.c112 void device_found(int num_properties, bt_property_t* property) { in device_found()
192 static void parse_properties(int num_properties, bt_property_t* property) { in parse_properties()
/system/bt/service/hal/
Dfake_bluetooth_interface.cc107 bt_property_t property; in NotifyAdapterNamePropertyChanged() local
117 bt_property_t property; in NotifyAdapterAddressPropertyChanged() local
127 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()
/system/bt/btif/src/
Dbluetooth.cc185 static int set_adapter_property(const bt_property_t* property) { in set_adapter_property()
208 const bt_property_t* property) { in set_remote_device_property()
Dbtif_storage.cc546 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property()
642 bt_status_t btif_storage_set_adapter_property(bt_property_t* property) { in btif_storage_set_adapter_property()
660 bt_property_t* property) { in btif_storage_get_remote_device_property()
676 bt_property_t* property) { in btif_storage_set_remote_device_property()
1438 bt_property_t property; in btif_storage_get_stored_remote_name() local
Dbtif_core.cc916 bt_status_t btif_set_adapter_property(const bt_property_t* property) { in btif_set_adapter_property()
1065 const bt_property_t* property) { in btif_set_remote_device_property()
Dbtif_dm.cc525 bt_property_t property; in btif_update_remote_version_property() local
2574 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/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/bootstat/
Dbootstat.cpp214 BootEventRecordStore* boot_event_store, const char* property) { in RecordInitBootTimeProp()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc234 uint8_t property) { in bta_gattc_add_char_to_cache()
280 uint8_t property, uint16_t incl_srvc_s_handle, tBTA_GATTC_ATTR_TYPE type) { in bta_gattc_add_attr_to_cache()
669 uint8_t property) { in bta_gattc_add_char_to_list()
Dbta_gattc_int.h220 tBTA_GATT_CHAR_PROP property; member
/system/core/sdcard/
Dsdcard.cpp410 char property[PROPERTY_VALUE_MAX]; in should_use_sdcardfs() local
/system/bt/stack/gatt/
Dgatt_db.cc363 tGATT_CHAR_PROP property, in gatts_add_characteristic()
Dgatt_int.h147 tGATT_CHAR_PROP property; member