Searched refs:last_cmd (Results 1 - 9 of 9) sorted by relevance

/external/libnfc-nci/src/nfc/nci/
H A Dnci_hrcv.c50 UINT8 *p_old = nfc_cb.last_cmd;
160 UINT8 *p_old = nfc_cb.last_cmd;
300 UINT8 *p_old = nfc_cb.last_cmd;
/external/v8/src/
H A Dd8.js125 var last_cmd = ''; variable
344 last_cmd = cmd;
1164 last_cmd = 'info break';
1168 last_cmd = 'info locals';
1172 last_cmd = 'info args';
2056 if (last_cmd === 'info locals') {
2068 } else if (last_cmd === 'info args') {
2118 if (last_cmd == 'p' || last_cmd == 'print') {
/external/libnfc-nci/halimpl/bcm2079x/hal/int/
H A Dnfc_hal_int.h343 UINT8 last_cmd[NFC_HAL_SAVED_CMD_SIZE];/* part of last NCI command payload */ member in struct:__anon7418
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h343 UINT8 last_cmd[NFC_HAL_SAVED_CMD_SIZE];/* part of last NCI command payload */ member in struct:__anon7498
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h179 UINT8 last_cmd[NFC_SAVED_CMD_SIZE];/* part of last NCI command payload */ member in struct:__anon7905
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_int.h200 BOOLEAN last_cmd; member in struct:__anon1451
/external/qemu/hw/
H A Dbt-hci.c39 int last_cmd; /* Note: Always little-endian */ member in struct:bt_hci_s
475 .opcode = hci->last_cmd,
492 params->opcode = hci->last_cmd;
1127 hci->last_cmd = 0;
1473 memcpy(&hci->last_cmd, data, 2);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c639 memcpy(nfc_hal_cb.ncit_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_HAL_SAVED_CMD_SIZE);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c280 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE);

Completed in 895 milliseconds