HomeSort by relevance Sort by last modified time
    Searched refs:STR_VALUE (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 45 const char* str_value() const {return m_str_value.c_str();} function in class:CNfcParam
157 STR_VALUE,
226 state = STR_VALUE;
314 case STR_VALUE:
422 memcpy(pValue, pParam->str_value(), len);
497 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
689 const unsigned char* p = (const unsigned char*)pParam->str_value();
  /external/libnfc-nci/src/adaptation/
config.cpp 45 const char* str_value() const {return m_str_value.c_str();} function in class:CNfcParam
157 STR_VALUE,
226 state = STR_VALUE;
314 case STR_VALUE:
422 memcpy(pValue, pParam->str_value(), len);
497 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
689 const unsigned char* p = (const unsigned char*)pParam->str_value();

Completed in 54 milliseconds