Searched refs:vals (Results 1 – 12 of 12) sorted by relevance
/system/memory/libmemunreachable/ |
D | HeapWalker.cpp | 131 void HeapWalker::Root(const allocator::vector<uintptr_t>& vals) { in Root() argument 132 root_vals_.insert(root_vals_.end(), vals.begin(), vals.end()); in Root() 149 Range vals; in DetectLeaks() local 150 vals.begin = reinterpret_cast<uintptr_t>(root_vals_.data()); in DetectLeaks() 151 vals.end = vals.begin + root_vals_.size() * sizeof(uintptr_t); in DetectLeaks() 153 RecurseRoot(vals); in DetectLeaks()
|
D | HeapWalker.h | 80 void Root(const allocator::vector<uintptr_t>& vals);
|
/system/core/bootstat/ |
D | boot_reason_test.sh | 232 vals=`get_property | 234 if [ X"${vals}" != X"${vals##*boot_completed=1}" ]; then 235 if [ X"${vals}" != X"${vals##*logbootcomple=1}" ]; then 239 if [ X"${vals}" != X"${vals##*bootstat.first_boot_completed=1}" ]; then
|
/system/update_engine/scripts/update_payload/ |
D | checker.py | 467 def _CheckPresentIffMany(vals, name, obj_name): argument 478 if any(vals) and not all(vals):
|
/system/bt/btif/src/ |
D | btif_rc.cc | 308 uint8_t* vals, uint8_t num_vals, btif_rc_device_cb_t* p_dev); 3512 p_app_settings->attrs[attr_index].attr_val[xx] = p_rsp->vals[xx]; in handle_app_val_response() 3540 p_rsp->vals[xx]; in handle_app_val_response() 3627 uint8_t vals[AVRC_MAX_APP_ATTR_SIZE]; in handle_app_attr_txt_response() local 3683 vals[xx] = p_app_settings->ext_attrs[0].ext_attr_val[xx].val; in handle_app_attr_txt_response() 3685 get_player_app_setting_value_text_cmd(vals, xx, p_dev); in handle_app_attr_txt_response() 3701 uint8_t vals[AVRC_MAX_APP_ATTR_SIZE]; in handle_app_attr_val_txt_response() local 3767 vals[xx] = p_app_settings->ext_attrs[attr_index].ext_attr_val[xx].val; in handle_app_attr_val_txt_response() 3769 get_player_app_setting_value_text_cmd(vals, xx, p_dev); in handle_app_attr_val_txt_response() 4997 uint8_t* vals, uint8_t num_vals, btif_rc_device_cb_t* p_dev) { in get_player_app_setting_value_text_cmd() argument [all …]
|
/system/bt/service/hal/ |
D | bluetooth_avrcp_interface.cc | 341 const RawAddress& bd_addr, const btrc_player_settings_t& vals) { in CtrlPlayerapplicationsettingChangedCallback() argument 346 observer.CtrlPlayerapplicationsettingChangedCallback(bd_addr, vals); in CtrlPlayerapplicationsettingChangedCallback()
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1148 uint8_t vals[AVRC_MAX_APP_ATTR_SIZE]; member 1352 uint8_t vals[AVRC_MAX_APP_ATTR_SIZE]; member
|
/system/bt/include/hardware/ |
D | bt_rc.h | 594 const RawAddress& bd_addr, const btrc_player_settings_t& vals);
|
/system/bt/stack/avrc/ |
D | avrc_bld_ct.cc | 288 UINT8_TO_BE_STREAM(p_data, p_cmd->vals[count]); in avrc_bld_get_player_app_setting_value_text_cmd()
|
D | avrc_pars_tg.cc | 246 p_u8 = p_result->get_app_val_txt.vals; in avrc_pars_vendor_cmd()
|
D | avrc_pars_ct.cc | 642 BE_STREAM_TO_UINT8(p_result->list_app_values.vals[xx], p); in avrc_ctrl_pars_vendor_rsp()
|
D | avrc_bld_tg.cc | 189 UINT8_TO_BE_STREAM(p_data, p_rsp->vals[xx]); in avrc_bld_list_app_settings_values_rsp()
|