Searched refs:type_value (Results 1 – 3 of 3) sorted by relevance
274 uint8_t* type_value[OBEX_PUSH_NUM_FORMATS]; in add_ops_sdp() local297 type_value[j] = (uint8_t*)(&bta_ops_obj_fmt[i]); in add_ops_sdp()305 desc_type, type_len, type_value)) in add_ops_sdp()
646 uint8_t* type_value[rec->supported_formats_list_len]; in add_opps_sdp() local686 type_value[j] = (uint8_t*)&rec->supported_formats_list[i]; in add_opps_sdp()694 type_len, type_value); in add_opps_sdp()
2207 uint16_t type_value = *reinterpret_cast<const uint16_t*>(current_pointer); in GetOatClass() local2211 CHECK_LT(type_value, enum_cast<uint8_t>(OatClassType::kOatClassMax)) << oat_file_->GetLocation(); in GetOatClass()2213 OatClassType type = enum_cast<OatClassType>(type_value); in GetOatClass()