Searched defs:slotCount (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputReader.cpp1679 size_t slotCount, bool usingSlotsProtocol) {
1680 mSlotCount = slotCount;
1685 mSlots = new Slot[slotCount];
6753 size_t slotCount = mRawPointerAxes.slot.maxValue + 1; local
6754 if (slotCount > MAX_SLOTS) {
6757 getDeviceName().string(), slotCount, MAX_SLOTS);
6758 slotCount = MAX_SLOTS;
6761 slotCount, true /*usingSlotsProtocol*/); local
1678 configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol) argument
/frameworks/compile/slang/
H A Dslang_backend.cpp512 int slotCount = 0; local
589 llvm::MDString::get(mLLVMContext, llvm::utostr_32(slotCount))));
592 slotCount++;

Completed in 70 milliseconds