OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_nfc_hal_dm_lptd_cfg
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm_cfg.c
134
UINT8 *
p_nfc_hal_dm_lptd_cfg
= (UINT8 *) &nfc_hal_dm_lptd_cfg[0];
variable
nfc_hal_dm.c
91
extern UINT8 *
p_nfc_hal_dm_lptd_cfg
;
274
if ((
p_nfc_hal_dm_lptd_cfg
[0]) && (nfc_hal_cb.dev_cb.next_dm_config <= NFC_HAL_DM_CONFIG_LPTD))
278
if (nfc_hal_dm_set_config (
p_nfc_hal_dm_lptd_cfg
[0],
279
&
p_nfc_hal_dm_lptd_cfg
[1],
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp
51
extern UINT8 *
p_nfc_hal_dm_lptd_cfg
; //defined in the HAL
348
p_nfc_hal_dm_lptd_cfg
= const_cast<UINT8*> (sLptdConfig.getInternalBuffer ());
Completed in 57 milliseconds