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

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoWriter.cpp 39 pResult.id = pInfo.getStringIdxInPool(pItem->first);
41 pInfo.getStringIdxInPool(reinterpret_cast<const char *>(pItem->second));
63 pResult.key = pInfo.getStringIdxInPool(pItem->first);
64 pResult.value = pInfo.getStringIdxInPool(pItem->second);
94 pResult.name = pInfo.getStringIdxInPool(*pItem);
110 pResult.name = pInfo.getStringIdxInPool(*pItem);
126 pResult.name = pInfo.getStringIdxInPool(pItem->first);
RSInfo.cpp 352 rsinfo::StringIndexTy RSInfo::getStringIdxInPool(const char *pStr) const {
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 253 rsinfo::StringIndexTy getStringIdxInPool(const char *pStr) const;

Completed in 1496 milliseconds