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

  /frameworks/compile/libbcc/lib/
RSEmbedInfo.cpp 81 size_t objectSlotCount = me.getObjectSlotCount();
146 s << "objectSlotCount: " << objectSlotCount << "\n";
147 for (i = 0; i < objectSlotCount; ++i) {
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 331 #define OBJECT_SLOT_STR "objectSlotCount: "
382 size_t objectSlotCount = 0;
632 if (sscanf(line, OBJECT_SLOT_STR "%zu", &objectSlotCount) != 1) {
637 for (size_t i = 0; i < objectSlotCount; ++i) {

Completed in 222 milliseconds