Searched defs:slotCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_backend.cpp202 int slotCount = 0; local
272 llvm::MDString::get(mLLVMContext, llvm::utostr_32(slotCount))));
275 slotCount++;
/frameworks/base/services/input/
H A DInputReader.cpp1548 size_t slotCount, bool usingSlotsProtocol) {
1549 mSlotCount = slotCount;
1554 mSlots = new Slot[slotCount];
6000 size_t slotCount = mRawPointerAxes.slot.maxValue + 1; local
6001 if (slotCount > MAX_SLOTS) {
6004 getDeviceName().string(), slotCount, MAX_SLOTS);
6005 slotCount = MAX_SLOTS;
6008 slotCount, true /*usingSlotsProtocol*/); local
1547 configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol) argument

Completed in 110 milliseconds