Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_sock_sdp.cc274 uint8_t* type_value[OBEX_PUSH_NUM_FORMATS]; in add_ops_sdp() local
297 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()
H A Dbtif_sdp_server.cc646 uint8_t* type_value[rec->supported_formats_list_len]; in add_opps_sdp() local
686 type_value[j] = (uint8_t*)&rec->supported_formats_list[i]; in add_opps_sdp()
694 type_len, type_value); in add_opps_sdp()
/aosp12/art/runtime/
H A Doat_file.cc2207 uint16_t type_value = *reinterpret_cast<const uint16_t*>(current_pointer); in GetOatClass() local
2211 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()