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

/frameworks/compile/slang/
H A Dslang_backend.cpp512 int slotCount = 0; local
589 llvm::MDString::get(mLLVMContext, llvm::utostr_32(slotCount))));
592 slotCount++;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1671 size_t slotCount, bool usingSlotsProtocol) {
1672 mSlotCount = slotCount;
1677 mSlots = new Slot[slotCount];
6745 size_t slotCount = mRawPointerAxes.slot.maxValue + 1; local
6746 if (slotCount > MAX_SLOTS) {
6749 getDeviceName().string(), slotCount, MAX_SLOTS);
6750 slotCount = MAX_SLOTS;
6753 slotCount, true /*usingSlotsProtocol*/); local
1670 configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol) argument
H A DInputReader.h976 void configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol);

Completed in 1379 milliseconds