Home
last modified time | relevance | path

Searched defs:property (Results 1 – 23 of 23) 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 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.cc113 bt_property_t property; in NotifyAdapterNamePropertyChanged() local
123 bt_property_t property; in NotifyAdapterAddressPropertyChanged() local
133 bt_property_t property; in NotifyAdapterLocalLeFeaturesPropertyChanged() local
/system/bt/doc/
Dpts_guide.md22 ### Current use case
/system/libhidl/adapter/
DHidlBinderAdapter.cpp115 void waitForAdaptersDeactivated(const std::string& property) { in waitForAdaptersDeactivated()
184 const std::string property = in adapterMain() local
/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
312 for (const auto& property : subcontext_reply->properties_to_set()) { in Execute() local
/system/core/logd/
DLogWhiteBlackList.cpp94 char property[PROPERTY_VALUE_MAX]; in init() local
/system/bt/btif/src/
Dbtif_storage.cc576 bt_property_t property; in btif_storage_get_io_cap_property() local
632 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property()
732 bt_status_t btif_storage_set_adapter_property(bt_property_t* property) { in btif_storage_set_adapter_property()
750 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property()
766 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_set_remote_device_property()
1782 bt_property_t property; in btif_storage_get_stored_remote_name() local
Dbluetooth.cc188 static int set_adapter_property(const bt_property_t* property) { in set_adapter_property()
211 const bt_property_t* property) { in set_remote_device_property()
Dbtif_core.cc887 bt_status_t btif_set_adapter_property(const bt_property_t* property) { in btif_set_adapter_property()
1052 const bt_property_t* property) { in btif_set_remote_device_property()
Dbtif_dm.cc529 bt_property_t property; in btif_update_remote_version_property() local
2563 bt_property_t property; in btif_dm_execute_service_request() local
/system/bt/service/
Dadapter.cc57 bt_property_t* property = properties + i; in ParseRemoteDeviceProps() local
531 bt_property_t* property = properties + i; in AdapterPropertiesCallback() local
543 bt_property_t* property = properties + i; in AdapterPropertiesCallback() local
718 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.cpp415 char property[PROP_VALUE_MAX]; member
431 struct cache_property property = {{NULL, 0xFFFFFFFF}, {0}}; in __android_logger_property_get_bool() local
/system/core/sdcard/
Dsdcard.cpp63 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/bt/hci/src/
Dbtsnoop.cc178 std::array<char, PROPERTY_VALUE_MAX> property = {}; in start_up() local
/system/core/bootstat/
Dbootstat.cpp996 void RecordInitBootTimeProp(BootEventRecordStore* boot_event_store, const char* property) { in RecordInitBootTimeProp()
/system/core/llkd/
Dlibllkd.cpp1248 bool llkCheckEng(const std::string& property) { in llkCheckEng()