Home
last modified time | relevance | path

Searched refs:slotCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_backend.cpp184 int slotCount = 0; in dumpExportVarInfo() local
261 llvm::MDString::get(mLLVMContext, llvm::utostr_32(slotCount)))); in dumpExportVarInfo()
264 slotCount++; in dumpExportVarInfo()
/frameworks/native/services/inputflinger/
DInputReader.cpp1562 size_t slotCount, bool usingSlotsProtocol) { in configure() argument
1563 mSlotCount = slotCount; in configure()
1568 mSlots = new Slot[slotCount]; in configure()
6180 size_t slotCount = mRawPointerAxes.slot.maxValue + 1; in configureRawPointerAxes() local
6181 if (slotCount > MAX_SLOTS) { in configureRawPointerAxes()
6184 getDeviceName().string(), slotCount, MAX_SLOTS); in configureRawPointerAxes()
6185 slotCount = MAX_SLOTS; in configureRawPointerAxes()
6188 slotCount, true /*usingSlotsProtocol*/); in configureRawPointerAxes()
DInputReader.h915 void configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol);