Home
last modified time | relevance | path

Searched refs:attr_index (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp314 size_t attr_index; in FindEventOfCurrentSample() local
317 attr_index = 0; in FindEventOfCurrentSample()
319 attr_index = record_file_reader_->GetAttrIndexOfRecord(current_record_.get()); in FindEventOfCurrentSample()
321 return &events_[attr_index]; in FindEventOfCurrentSample()
Dcmd_dumprecord.cpp388 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(&sr); in ProcessSampleRecord() local
389 auto& event = events_[attr_index]; in ProcessSampleRecord()
/system/bt/btif/src/
Dbtif_rc.cc164 uint8_t attr_index; member
3468 p_dev->rc_app_settings.attr_index = 0; in handle_app_attr_response()
3493 uint8_t xx, attr_index; in handle_app_val_response() local
3508 if (p_app_settings->attr_index < p_app_settings->num_attrs) { in handle_app_val_response()
3509 attr_index = p_app_settings->attr_index; in handle_app_val_response()
3510 p_app_settings->attrs[attr_index].num_val = p_rsp->num_val; in handle_app_val_response()
3512 p_app_settings->attrs[attr_index].attr_val[xx] = p_rsp->vals[xx]; in handle_app_val_response()
3514 attr_index++; in handle_app_val_response()
3515 p_app_settings->attr_index++; in handle_app_val_response()
3516 if (attr_index < p_app_settings->num_attrs) { in handle_app_val_response()
[all …]
/system/bt/bta/gatt/
Dbta_gattc_int.h220 uint16_t attr_index; /* cahce NV saving/loading attribute index */ member