Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp361 size_t attr_index; in FindEventOfCurrentSample() local
364 attr_index = 0; in FindEventOfCurrentSample()
366 attr_index = record_file_reader_->GetAttrIndexOfRecord(current_record_.get()); in FindEventOfCurrentSample()
368 return &events_[attr_index]; in FindEventOfCurrentSample()
/system/bt/btif/src/
Dbtif_rc.cc163 uint8_t attr_index; member
3353 p_dev->rc_app_settings.attr_index = 0; in handle_app_attr_response()
3378 uint8_t xx, attr_index; in handle_app_val_response() local
3393 if (p_app_settings->attr_index < p_app_settings->num_attrs) { in handle_app_val_response()
3394 attr_index = p_app_settings->attr_index; in handle_app_val_response()
3395 p_app_settings->attrs[attr_index].num_val = p_rsp->num_val; in handle_app_val_response()
3397 p_app_settings->attrs[attr_index].attr_val[xx] = p_rsp->vals[xx]; in handle_app_val_response()
3399 attr_index++; in handle_app_val_response()
3400 p_app_settings->attr_index++; in handle_app_val_response()
3401 if (attr_index < p_app_settings->num_attrs) { in handle_app_val_response()
[all …]
/system/bt/bta/gatt/
Dbta_gattc_int.h217 uint16_t attr_index; /* cahce NV saving/loading attribute index */ member