Home
last modified time | relevance | path

Searched defs:dest_type (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc113 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type, in artThrowClassCastException()
144 mirror::Class* dest_type, in artThrowClassCastExceptionForObject()
/aosp12/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.cc187 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv, in nci_snd_core_conn_create()
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_main.cc995 tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id, uint8_t protocol, in NFC_ConnCreate()
H A Dnfc_ncif.cc1585 uint8_t dest_type) { in nfc_ncif_proc_conn_create_rsp()
/aosp12/art/runtime/
H A Dcommon_throws.cc153 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) { in ThrowClassCastException()
/aosp12/system/nfc/src/nfc/include/
H A Dnfc_api.h330 uint8_t dest_type; /* the destination type */ member