Home
last modified time | relevance | path

Searched refs:ProtoDispAdapterDisplayNciPacket (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/include/
Dbuildcfg.h34 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
35 #define DISP_NCI ProtoDispAdapterDisplayNciPacket
Dandroid_logmsg.h32 #define DISP_NCI ProtoDispAdapterDisplayNciPacket
33 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
/external/libnfc-nci/src/include/
Dbuildcfg.h86 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
87 #define DISP_NCI ProtoDispAdapterDisplayNciPacket
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp67 void ProtoDispAdapterDisplayNciPacket (UINT8 *nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv) in ProtoDispAdapterDisplayNciPacket() function