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 44 const char* str_value() const {return m_str_value.c_str();} function in class:CNfcParam
156 STR_VALUE,
225 state = STR_VALUE;
313 case STR_VALUE:
411 memcpy(pValue, pParam->str_value(), len);
486 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
678 const unsigned char* p = (const unsigned char*)pParam->str_value();
  /external/libnfc-nci/src/adaptation/
config.cpp 44 const char* str_value() const {return m_str_value.c_str();} function in class:CNfcParam
156 STR_VALUE,
236 state = STR_VALUE;
324 case STR_VALUE:
426 memcpy(pValue, pParam->str_value(), len);
501 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
693 const unsigned char* p = (const unsigned char*)pParam->str_value();

Completed in 93 milliseconds