OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcm2079x_dev_t
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/include/
HalAdaptation.h
42
bcm2079x_dev_t
;
typedef in typeref:struct:__anon10160
52
extern int HaiInitializeLibrary (const
bcm2079x_dev_t
* device);
54
extern int HaiOpen (const
bcm2079x_dev_t
* device, nfc_stack_callback_t* halCallbackFunc, nfc_stack_data_callback_t* halDataCallbackFunc);
55
extern int HaiClose (const
bcm2079x_dev_t
* device);
56
extern int HaiCoreInitialized (const
bcm2079x_dev_t
* device, uint8_t* coreInitResponseParams);
57
extern int HaiWrite (const
bcm2079x_dev_t
* dev, uint16_t dataLen, const uint8_t* data);
58
extern int HaiPreDiscover (const
bcm2079x_dev_t
* device);
59
extern int HaiControlGranted (const
bcm2079x_dev_t
* device);
60
extern int HaiPowerCycle (const
bcm2079x_dev_t
* device);
/external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c
36
bcm2079x_dev_t
*dev = (
bcm2079x_dev_t
*) p_dev;
47
bcm2079x_dev_t
* dev = (
bcm2079x_dev_t
*) p_dev;
58
bcm2079x_dev_t
* dev = (
bcm2079x_dev_t
*) p_dev;
68
bcm2079x_dev_t
* dev = (
bcm2079x_dev_t
*) p_dev;
78
bcm2079x_dev_t
* dev = (
bcm2079x_dev_t
*) p_dev
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp
63
int HaiInitializeLibrary (const
bcm2079x_dev_t
* device)
184
int HaiOpen (const
bcm2079x_dev_t
* device, nfc_stack_callback_t* halCallbackFunc, nfc_stack_data_callback_t* halDataCallbackFunc)
261
int HaiClose (const
bcm2079x_dev_t
* device)
275
int HaiCoreInitialized (const
bcm2079x_dev_t
* device, uint8_t* coreInitResponseParams)
289
int HaiWrite (const
bcm2079x_dev_t
* dev, uint16_t dataLen, const uint8_t* data)
301
int HaiPreDiscover (const
bcm2079x_dev_t
* device)
312
int HaiControlGranted (const
bcm2079x_dev_t
* device)
324
int HaiPowerCycle (const
bcm2079x_dev_t
* device)
Completed in 387 milliseconds