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

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp 46 const char *id = pInfo.getStringFromPool(pItem.id);
48 reinterpret_cast<const uint8_t *>(pInfo.getStringFromPool(pItem.sha1));
73 const char *key = pInfo.getStringFromPool(pItem.key);
74 const char *value =pInfo.getStringFromPool(pItem.value);
108 const char *name = pInfo.getStringFromPool(pItem.name);
126 const char *name = pInfo.getStringFromPool(pItem.name);
144 const char *name = pInfo.getStringFromPool(pItem.name);
RSInfo.cpp 341 const char *RSInfo::getStringFromPool(rsinfo::StringIndexTy pStrIdx) const {
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 252 const char *getStringFromPool(rsinfo::StringIndexTy pStrIdx) const;

Completed in 206 milliseconds