HomeSort by relevance Sort by last modified time
    Searched refs:source_host (Results 1 - 4 of 4) sorted by null

  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 434 uint8_t source_host; local
451 STREAM_TO_UINT8(source_host, p_data);
456 source_host);
457 if (source_host == NFC_HAL_HCI_HOST_ID_UICC0) {
460 } else if (source_host == NFC_HAL_HCI_HOST_ID_UICC1) {
463 } else if (source_host == NFC_HAL_HCI_HOST_ID_UICC2) {
468 if (source_host >= NFC_HAL_HCI_HOST_ID_UICC0) {
630 uint8_t source_host, dest_host, pipe_id; local
640 source_host = *(uint8_t*)(p);
644 if ((source_host != NFC_HAL_HCI_HOST_ID_UICC1) &
    [all...]
  /external/autotest/site_utils/
mysql_bootstrap.py 135 def bootstrap(user, password, source_host, dest_host):
138 Allow a user from source_host to access the db server running on
143 @param source_host: The host from which the new user will access the db.
168 'new_host': source_host,
  /system/nfc/src/nfa/hci/
nfa_hci_act.c 1190 uint8_t source_host, source_gate, dest_host, dest_gate, pipe; local
1308 uint8_t source_host; local
    [all...]
  /system/nfc/src/hal/int/
nfc_brcm_defs.h 387 uint8_t source_host; member in struct:__anon107222

Completed in 99 milliseconds