Home
last modified time | relevance | path

Searched defs:oid (Results 1 – 7 of 7) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_vs.cc125 tNFC_STATUS NFC_SendVsCommand(uint8_t oid, NFC_HDR* p_data, in NFC_SendVsCommand()
Dnfc_ncif.cc358 uint8_t oid; in nfc_ncif_process_event() local
1665 bool nfc_ncif_proc_proprietary_rsp(uint8_t mt, uint8_t gid, uint8_t oid) { in nfc_ncif_proc_proprietary_rsp()
/system/nfc/src/nfa/dm/
Dnfa_dm_api.cc1219 tNFA_STATUS NFA_SendVsCommand(uint8_t oid, uint8_t cmd_params_len, in NFA_SendVsCommand()
/system/keymaster/km_openssl/
Dattestation_utils.cpp174 ASN1_OBJECT_Ptr oid( in build_attestation_extension() local
/system/nfc/src/include/
Dnci_defs.h100 #define NCI_MSG_BLD_HDR1(p, oid) *(p)++ = (uint8_t)(((oid) << NCI_OID_SHIFT)); argument
109 #define NCI_MSG_PRS_HDR1(p, oid) \ argument
/system/nfc/src/nfa/include/
Dnfa_dm_int.h180 uint8_t oid; member
/system/keymaster/tests/
Dandroid_keymaster_test.cpp3964 ASN1_OBJECT_Ptr oid(OBJ_txt2obj(kAttestionRecordOid, 1 /* dotted string format */)); in get_attestation_record() local