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

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

Completed in 50 milliseconds