Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp288 size_t attr_index; in GetEventOfCurrentSample() local
291 attr_index = 0; in GetEventOfCurrentSample()
293 attr_index = record_file_reader_->GetAttrIndexOfRecord(current_record_.get()); in GetEventOfCurrentSample()
295 current_event_.name = event_attrs_[attr_index].name.c_str(); in GetEventOfCurrentSample()
/system/bt/btif/src/
Dbtif_rc.cc163 uint8_t attr_index; member
3411 p_dev->rc_app_settings.attr_index = 0; in handle_app_attr_response()
3436 uint8_t xx, attr_index; in handle_app_val_response() local
3451 if (p_app_settings->attr_index < p_app_settings->num_attrs) { in handle_app_val_response()
3452 attr_index = p_app_settings->attr_index; in handle_app_val_response()
3453 p_app_settings->attrs[attr_index].num_val = p_rsp->num_val; in handle_app_val_response()
3455 p_app_settings->attrs[attr_index].attr_val[xx] = p_rsp->vals[xx]; in handle_app_val_response()
3457 attr_index++; in handle_app_val_response()
3458 p_app_settings->attr_index++; in handle_app_val_response()
3459 if (attr_index < p_app_settings->num_attrs) { in handle_app_val_response()
[all …]
/system/bt/bta/gatt/
Dbta_gattc_int.h218 uint16_t attr_index; /* cahce NV saving/loading attribute index */ member