Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 16 of 16) sorted by relevance

/system/libufdt/
Dufdt_prop_dict.c51 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()
Dufdt_node.c26 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/
Dufdt_gen_test_dts.c109 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/
Dlogging_helpers.cc104 const char* BtPropertyText(const bt_property_type_t prop) { in BtPropertyText()
/system/bt/btif/src/
Dbtif_core.cc102 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
Dbtif_dm.cc1102 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()
Dbtif_storage.cc186 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/
Dmain.cpp81 std::string prop = android::base::GetProperty("service.adb.root", ""); in should_drop_privileges() local
/system/libvintf/
DRuntimeInfo-target.cpp151 std::string prop = android::base::GetProperty("ro.boot.vbmeta.avb_version", "0.0"); in fetchAvb() local
/system/libufdt/utils/src/
Dmkdtimg_core.c137 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/
Dstoraged.cpp77 inline charger_stat_t is_charger_on(BatteryStatus prop) { in is_charger_on()
/system/core/logd/
Dmain.cpp177 static bool check_flag(const char* prop, const char* flag) { in check_flag()
/system/core/adb/
Dadb.cpp219 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/
Dbta_gattc_cache.cc751 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/
Dproperties.c406 static bool check_flag(const char* prop, const char* flag) { in check_flag()
/system/bt/bta/include/
Dbta_gatt_api.h114 uint8_t prop; /* used when attribute type is characteristic */ member