Searched refs:attr_index (Results 1 – 4 of 4) sorted by relevance
314 size_t attr_index; in FindEventOfCurrentSample() local317 attr_index = 0; in FindEventOfCurrentSample()319 attr_index = record_file_reader_->GetAttrIndexOfRecord(current_record_.get()); in FindEventOfCurrentSample()321 return &events_[attr_index]; in FindEventOfCurrentSample()
388 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(&sr); in ProcessSampleRecord() local389 auto& event = events_[attr_index]; in ProcessSampleRecord()
164 uint8_t attr_index; member3468 p_dev->rc_app_settings.attr_index = 0; in handle_app_attr_response()3493 uint8_t xx, attr_index; in handle_app_val_response() local3508 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 …]
220 uint16_t attr_index; /* cahce NV saving/loading attribute index */ member