Searched defs:dest_type (Results 1 – 6 of 6) sorted by relevance
113 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type, in artThrowClassCastException()144 mirror::Class* dest_type, in artThrowClassCastExceptionForObject()
187 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv, in nci_snd_core_conn_create()
995 tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id, uint8_t protocol, in NFC_ConnCreate()
1585 uint8_t dest_type) { in nfc_ncif_proc_conn_create_rsp()
153 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) { in ThrowClassCastException()
330 uint8_t dest_type; /* the destination type */ member