Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A 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()
H A Dcmd_dumprecord.cpp388 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(&sr); in ProcessSampleRecord() local
389 auto& event = events_[attr_index]; in ProcessSampleRecord()
/aosp12/system/bt/btif/src/
H A 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
3509 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 …]
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_int.h220 uint16_t attr_index; /* cahce NV saving/loading attribute index */ member