OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_host
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c
435
UINT8
source_host
;
local
457
STREAM_TO_UINT8 (
source_host
, p_data);
459
HAL_TRACE_DEBUG1 ("nfc_hal_hci_handle_hcp_pkt_from_hc (): Received ADM_NOTIFY_ALL_PIPE_CLEARED command for UICC: 0x%02x",
source_host
);
460
if (
source_host
== NFC_HAL_HCI_HOST_ID_UICC0)
465
else if (
source_host
== NFC_HAL_HCI_HOST_ID_UICC1)
470
else if (
source_host
== NFC_HAL_HCI_HOST_ID_UICC2)
476
if (
source_host
>= NFC_HAL_HCI_HOST_ID_UICC0)
618
UINT8
source_host
, dest_host, pipe_id;
local
628
source_host
= *(UINT8 *) (p);
632
if ((
source_host
!= NFC_HAL_HCI_HOST_ID_UICC1) && (dest_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
,
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
1254
UINT8
source_host
, source_gate, dest_host, dest_gate, pipe;
local
1374
UINT8
source_host
;
local
[
all
...]
/external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h
381
UINT8
source_host
;
member in struct:__anon16939
Completed in 617 milliseconds