Home
last modified time | relevance | path

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

/system/sepolicy/tools/sepolicy-analyze/
Ddups.c21 struct type_datum *stype, *ttype, *stype2, *ttype2; in find_dups_helper() local
36 ttype = policydb->type_val_to_struct[k->target_type - 1]; in find_dups_helper()
37 attrib1 = stype->flavor || ttype->flavor; in find_dups_helper()
/system/bt/stack/hid/
Dhidh_conn.cc787 uint8_t ttype, param, rep_type, evt; in hidh_l2cif_data_ind() local
813 ttype = HID_GET_TRANS_FROM_HDR(*p_data); in hidh_l2cif_data_ind()
822 switch (ttype) { in hidh_l2cif_data_ind()
/system/netd/resolv/
Dres_send.cpp325 int ttype = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in res_nameinquery() local
329 if (ttype == type && tclass == cl && ns_samename(tname, name) == 1) return (1); in res_nameinquery()
367 int ttype = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in res_queriesmatch() local
371 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) return (0); in res_queriesmatch()