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() local3509 attr_index = p_app_settings->attr_index; in handle_app_val_response()3514 attr_index++; in handle_app_val_response()3515 p_app_settings->attr_index++; in handle_app_val_response()3520 attr_index = 0; in handle_app_val_response()3536 attr_index = p_app_settings->ext_attr_index; in handle_app_val_response()3542 attr_index++; in handle_app_val_response()3700 uint8_t xx, attr_index; in handle_app_attr_val_txt_response() local[all …]
220 uint16_t attr_index; /* cahce NV saving/loading attribute index */ member