Home
last modified time | relevance | path

Searched refs:nciPacketLen (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);
Dandroid_logmsg.h33 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);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp67 void ProtoDispAdapterDisplayNciPacket (UINT8 *nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv) in ProtoDispAdapterDisplayNciPacket() argument
73 ToHex (nciPacket, nciPacketLen, line_buf, sizeof(line_buf)); in ProtoDispAdapterDisplayNciPacket()