Home
last modified time | relevance | path

Searched refs:product_id (Results 1 – 22 of 22) sorted by relevance

/system/extras/brillo_config/
DAndroid.mk22 LOCAL_MODULE := product_id
28 LOADED_BRILLO_PRODUCT_ID := $(call cfgtree-get-if-exists,brillo/product_id)
/system/update_engine/
Dimage_properties_android.cc64 result.product_id = GetStringWithDefault( in LoadImageProperties()
66 result.canary_product_id = result.product_id; in LoadImageProperties()
Dimage_properties.h33 std::string product_id; member
Domaha_request_params.h90 image_props_.product_id = in_app_id; in OmahaRequestParams()
105 inline std::string board_app_id() const { return image_props_.product_id; } in board_app_id()
Dimage_properties_chromeos.cc109 result.product_id = GetStringWithDefault( in LoadImageProperties()
Domaha_request_params.cc217 : image_props_.product_id; in GetAppId()
/system/core/metricsd/uploader/
Dsystem_profile_cache.cc93 if (!reader.GetString(metrics::kProductId, &profile_.product_id) in Initialize()
94 || profile_.product_id.empty()) { in Initialize()
166 device_data->set_product_id(profile_.product_id); in Populate()
Dsystem_profile_cache.h42 std::string product_id; member
/system/bt/bta/hh/
Dbta_hh_utils.c156 void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id, in bta_hh_update_di_info() argument
161 vendor_id, product_id, version); in bta_hh_update_di_info()
164 p_cb->dscp_info.product_id = product_id; in bta_hh_update_di_info()
Dbta_hh_int.h361 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,
Dbta_hh_act.c1007 p_dev_info->dscp_info.product_id, in bta_hh_maint_dev_act()
1013 p_dev_info->dscp_info.product_id, in bta_hh_maint_dev_act()
Dbta_hh_le.c1062 p_dis_value->pnp_id.product_id, in bta_hh_le_dis_cback()
1066 p_cb->dscp_info.product_id = p_dis_value->pnp_id.product_id; in bta_hh_le_dis_cback()
2539 p_dev_info->dscp_info.product_id, in bta_hh_le_add_device()
/system/bt/stack/srvc/
Dsrvc_dis.c178 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_id); in dis_read_attr_value()
303 STREAM_TO_UINT16 (p_clcb->dis_value.pnp_id.product_id, pp); in dis_c_cmpl_cback()
407 dis_cb.dis_value.pnp_id.product_id = p_info->pnp_id.product_id; in DIS_SrUpdate()
/system/bt/btif/src/
Dbtif_hh.c104 UINT16 product_id; member
147 UINT16 product_id, UINT16 version, UINT8 ctry_code,
535 dest->product_id = src->product_id; in btif_hh_copy_hid_info()
930 p_data->dscp_info.vendor_id, p_data->dscp_info.product_id, in btif_hh_upstreams_evt()
947 … p_data->dscp_info.vendor_id, p_data->dscp_info.product_id, in btif_hh_upstreams_evt()
973 p_data->dscp_info.product_id in btif_hh_upstreams_evt()
974 == hid_kb_numlock_on_list[i].product_id) in btif_hh_upstreams_evt()
1305 hid_info.app_id, hid_info.vendor_id, hid_info.product_id, in set_info()
1315 dscp_info.product_id = hid_info.product_id; in set_info()
Dbtif_storage.c1285 UINT16 product_id, UINT16 version, in btif_storage_add_hid_device_info() argument
1296 btif_config_set_int(bdstr, "HidProductId", product_id); in btif_storage_add_hid_device_info()
1349 dscp_info.product_id = (uint16_t) value; in btif_storage_load_bonded_hid_info()
/system/bt/stack/include/
Dsrvc_api.h60 UINT16 product_id; member
/system/bt/btif/co/
Dbta_hh_co.c452 UINT16 product_id, UINT16 version, UINT8 ctry_code, in bta_hh_co_send_hid_info() argument
467 vendor_id, product_id, in bta_hh_co_send_hid_info()
483 ev.u.create.product = product_id; in bta_hh_co_send_hid_info()
/system/bt/btif/include/
Dbtif_storage.h237 UINT16 product_id, UINT16 version,
/system/bt/bta/include/
Dbta_hh_api.h200 UINT16 product_id; /* product ID */ member
/system/core/crash_reporter/
DREADME.md50 `/etc/os-release.d/product_id`, which is read by `crash_sender`.
Dcrash_sender331 local product="$(get_key_value "${meta_path}" "product_id")"
/system/core/metricsd/uploader/proto/
Dsystem_profile.proto91 optional string product_id = 1; field
257 optional uint32 product_id = 6; field
276 optional uint32 product_id = 2; field