/system/nfc/src/nfa/ce/ |
D | nfa_ce_api.cc | 329 tNFA_STATUS NFA_CeRegisterAidOnDH(uint8_t aid[NFC_MAX_AID_LEN], uint8_t aid_len, in NFA_CeRegisterAidOnDH() 345 memcpy(p_msg->reg_listen.aid, aid, aid_len); in NFA_CeRegisterAidOnDH()
|
D | nfa_ce_act.cc | 1327 p_ce_msg->reg_listen.aid_len, p_ce_msg->reg_listen.aid, in nfa_ce_api_reg_listen()
|
/system/nfc/src/fuzzers/integration/ |
D | nfc_integration_fuzzer_impl.cc | 395 std::vector<uint8_t> aid(command.ee_add_aid_routing().aid().data(), in DoOneCommand() local 396 command.ee_add_aid_routing().aid().data() + in DoOneCommand() 397 command.ee_add_aid_routing().aid().size()); in DoOneCommand() 401 NFA_EeAddAidRouting(handle, aid.size(), aid.data(), power_state, aidInfo); in DoOneCommand()
|
D | nfc_integration_fuzzer.proto | 137 optional bytes aid = 2; field
|
/system/nfc/src/nfa/include/ |
D | nfa_ce_api.h | 179 extern tNFA_STATUS NFA_CeRegisterAidOnDH(uint8_t aid[NFC_MAX_AID_LEN],
|
D | nfa_ce_int.h | 84 uint8_t aid[NFC_MAX_AID_LEN]; /* AID to listen for (For type-4 only) */ member
|
D | nfa_ee_api.h | 148 tNFC_AID aid; /* NFA_EE_TRGR_SELECT : the AID in the received SELECT AID member
|
/system/nfc/src/nfc/tags/ |
D | ce_t4t.cc | 420 (!(memcmp(ce_cb.mem.t4t.reg_aid[xx].aid, p_cmd, data_len)))) { in ce_t4t_process_select_app_cmd() 437 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[0], in ce_t4t_process_select_app_cmd() 438 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[1], in ce_t4t_process_select_app_cmd() 439 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[2], in ce_t4t_process_select_app_cmd() 440 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[3]); in ce_t4t_process_select_app_cmd() 940 (!(memcmp(p_t4t->reg_aid[xx].aid, p_aid, aid_len)))) { in CE_T4tRegisterAID() 950 memcpy(p_t4t->reg_aid[xx].aid, p_aid, aid_len); in CE_T4tRegisterAID()
|
/system/nfc/src/nfc/include/ |
D | ce_int.h | 85 uint8_t aid[NFC_MAX_AID_LEN]; member
|
D | nfc_api.h | 459 uint8_t aid[NFC_MAX_AID_LEN]; /* application id */ member 463 uint8_t aid[NFC_MAX_AID_LEN]; /* application id */ member 482 tNFC_AID aid; member
|
/system/core/init/ |
D | host_init_verifier.cpp | 119 static_passwd.pw_uid = android_ids[n].aid; in getpwnam() 120 static_passwd.pw_gid = android_ids[n].aid; in getpwnam()
|
D | README.md | 76 monolithic init .rc files. This additionally will aid in merge
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | attributes | 198 # absolutely necessary. It is a temporary allowance to aid the 210 # It is a temporary allowance to aid the transition to treble and will be
|
/system/chre/doc/ |
D | framework_debugging.md | 5 This section lists the methods that can be used to aid in CHRE framework
|
D | nanoapp_developer_guide.md | 106 Some source and header files under `util` are specifically designed to aid in
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | attributes | 268 # absolutely necessary. It is a temporary allowance to aid the 280 # It is a temporary allowance to aid the transition to treble and will be
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | attributes | 250 # absolutely necessary. It is a temporary allowance to aid the 262 # It is a temporary allowance to aid the transition to treble and will be
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | attributes | 268 # absolutely necessary. It is a temporary allowance to aid the 280 # It is a temporary allowance to aid the transition to treble and will be
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 1428 evt_data.act_data.param.aid.len_aid = data_len; in nfc_ncif_proc_ee_action() 1429 STREAM_TO_ARRAY(evt_data.act_data.param.aid.aid, p, data_len); in nfc_ncif_proc_ee_action() 1449 p_data = evt_data.act_data.param.app_init.aid; in nfc_ncif_proc_ee_action()
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | attributes | 286 # absolutely necessary. It is a temporary allowance to aid the 298 # It is a temporary allowance to aid the transition to treble and will be
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | attributes | 283 # absolutely necessary. It is a temporary allowance to aid the 295 # It is a temporary allowance to aid the transition to treble and will be
|
/system/sepolicy/public/ |
D | attributes | 283 # absolutely necessary. It is a temporary allowance to aid the 295 # It is a temporary allowance to aid the transition to treble and will be
|
/system/logging/liblog/ |
D | README.md | 149 Android system, or if too small of a value is set in /proc/sys/net/unix/max_dgram_qlen. To aid in
|