Searched defs:prop (Results 1 – 16 of 16) sorted by relevance
/system/libufdt/ |
D | ufdt_prop_dict.c | 51 const struct fdt_property *prop = *prop_ptr; in _ufdt_prop_dict_find_index_by_name() local 63 struct ufdt_prop_dict *dict, const struct fdt_property *prop) { in _ufdt_prop_dict_find_index() 108 const struct fdt_property *prop = dict->props[i]; in _ufdt_prop_dict_enlarge_if_needed() local 129 const struct fdt_property *prop) { in ufdt_prop_dict_add()
|
D | ufdt_node.c | 26 const struct fdt_property *prop = (const struct fdt_property *)fdt_tag_ptr; in ufdt_node_construct() local 119 const struct fdt_property *prop = (struct fdt_property *)node->fdt_tag_ptr; in ufdt_node_get_fdt_prop_data() local
|
/system/libufdt/tests/src/ |
D | ufdt_gen_test_dts.c | 109 static void output_prop_str(FILE *fp, const char *prop, const char *value) { in output_prop_str() 114 static void output_nodes(FILE *fp, int count, const char *prop, const char *value) { in output_nodes() 124 const char *prop, const char *value) { in output_ref_nodes()
|
/system/bt/service/ |
D | logging_helpers.cc | 104 const char* BtPropertyText(const bt_property_type_t prop) { in BtPropertyText()
|
/system/bt/btif/src/ |
D | btif_core.cc | 102 bt_property_t prop; member 425 bt_property_t prop; in btif_enable_bluetooth_evt() local 759 bt_property_t prop; in execute_storage_request() local 815 bt_property_t prop; in execute_storage_remote_request() local
|
D | btif_dm.cc | 1102 bt_property_t prop; in btif_dm_auth_cmpl_evt() local 1391 bt_property_t prop; in btif_dm_search_services_evt() local 1440 bt_property_t prop; in btif_dm_search_services_evt() local 1480 bt_property_t prop[2]; in btif_dm_search_services_evt() local 1535 bt_property_t prop; in btif_dm_remote_service_record_evt() local 1584 bt_property_t prop; in btif_dm_upstreams_evt() local 1842 bt_property_t prop; in btif_dm_upstreams_evt() local 2429 bt_status_t btif_dm_get_adapter_property(bt_property_t* prop) { in btif_dm_get_adapter_property()
|
D | btif_storage.cc | 186 static int prop2cfg(const RawAddress* remote_bd_addr, bt_property_t* prop) { in prop2cfg() 275 static int cfg2prop(const RawAddress* remote_bd_addr, bt_property_t* prop) { in cfg2prop()
|
/system/core/adb/daemon/ |
D | main.cpp | 81 std::string prop = android::base::GetProperty("service.adb.root", ""); in should_drop_privileges() local
|
/system/libvintf/ |
D | RuntimeInfo-target.cpp | 151 std::string prop = android::base::GetProperty("ro.boot.vbmeta.avb_version", "0.0"); in fetchAvb() local
|
/system/libufdt/utils/src/ |
D | mkdtimg_core.c | 137 static fdt32_t get_fdt32_from_prop(void *fdt, const char *path, const char *prop) { in get_fdt32_from_prop() 160 char *path, *prop; in get_fdt32_from_number_or_prop() local
|
/system/core/storaged/ |
D | storaged.cpp | 77 inline charger_stat_t is_charger_on(BatteryStatus prop) { in is_charger_on()
|
/system/core/logd/ |
D | main.cpp | 177 static bool check_flag(const char* prop, const char* flag) { in check_flag()
|
/system/core/adb/ |
D | adb.cpp | 219 for (const auto& prop : cnxn_props) { in get_connection_string() local 279 for (const auto& prop : android::base::Split(props, ";")) { in parse_banner() local
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 751 uint8_t prop) { in bta_gattc_fill_gatt_db_el() 959 uint8_t prop, uint16_t incl_srvc_handle, in bta_gattc_fill_nv_attr()
|
/system/core/liblog/ |
D | properties.c | 406 static bool check_flag(const char* prop, const char* flag) { in check_flag()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 114 uint8_t prop; /* used when attribute type is characteristic */ member
|