/system/bt/btcore/src/ |
D | property.cc | 120 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/ |
D | property_test.cc | 31 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/ |
D | bdtool.c | 118 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
|
D | adapter.c | 111 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/ |
D | fake_bluetooth_interface.cc | 113 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/ |
D | pts_guide.md | 22 ### Current use case
|
/system/libhidl/adapter/ |
D | HidlBinderAdapter.cpp | 115 void waitForAdaptersDeactivated(const std::string& property) { in waitForAdaptersDeactivated() 184 const std::string property = in adapterMain() local
|
/system/core/property_service/libpropertyinfoserializer/ |
D | property_info_file.cpp | 62 auto property = tokenizer.GetNext(); in ParsePropertyInfoLine() local
|
/system/core/init/ |
D | subcontext.cpp | 133 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/ |
D | LogWhiteBlackList.cpp | 94 char property[PROPERTY_VALUE_MAX]; in init() local
|
/system/bt/btif/src/ |
D | btif_storage.cc | 576 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
|
D | bluetooth.cc | 188 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()
|
D | btif_core.cc | 887 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()
|
D | btif_dm.cc | 529 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/ |
D | adapter.cc | 57 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/ |
D | property_info_parser.cpp | 174 void PropertyInfoArea::GetPropertyInfo(const char* property, const char** context, in GetPropertyInfo()
|
/system/core/liblog/ |
D | properties.cpp | 415 char property[PROP_VALUE_MAX]; member 431 struct cache_property property = {{NULL, 0xFFFFFFFF}, {0}}; in __android_logger_property_get_bool() local
|
/system/core/sdcard/ |
D | sdcard.cpp | 63 char property[PROPERTY_VALUE_MAX]; in should_use_sdcardfs() local
|
/system/bt/stack/gatt/ |
D | gatt_db.cc | 367 tGATT_CHAR_PROP property, in gatts_add_characteristic()
|
D | gatt_int.h | 148 tGATT_CHAR_PROP property; member
|
/system/bt/hci/src/ |
D | btsnoop.cc | 178 std::array<char, PROPERTY_VALUE_MAX> property = {}; in start_up() local
|
/system/core/bootstat/ |
D | bootstat.cpp | 996 void RecordInitBootTimeProp(BootEventRecordStore* boot_event_store, const char* property) { in RecordInitBootTimeProp()
|
/system/core/llkd/ |
D | libllkd.cpp | 1248 bool llkCheckEng(const std::string& property) { in llkCheckEng()
|