Searched defs:pString (Results 1 - 3 of 3) sorted by relevance

/hardware/nxp/nfc/halimpl/utils/
H A DphNxpNciHal_utils.cc431 void phNxpNciHal_print_packet(const char* pString, const uint8_t* p_data, argument
440 if (0 == memcmp(pString, "SEND", 0x04)) {
442 } else if (0 == memcmp(pString, "RECV", 0x04)) {
/hardware/nxp/secure_element/libese-spi/p73/pal/
H A DphNxpEsePal.cpp189 void phPalEse_print_packet(const char* pString, const uint8_t* p_data, argument
198 if (0 == memcmp(pString, "SEND", 0x04)) {
201 } else if (0 == memcmp(pString, "RECV", 0x04)) {
/hardware/ril/libril/
H A Dril_service.cpp551 char *pString; local
552 if (!copyHidlStringToRil(&pString, str, pRI)) {
556 CALL_ONREQUEST(request, pString, sizeof(char *), pRI, slotId);
558 memsetAndFreeStrings(1, pString);

Completed in 130 milliseconds