Searched refs:slotCount (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | MultiTouchInputMapper.cpp | 41 void MultiTouchMotionAccumulator::configure(InputDevice* device, size_t slotCount, in configure() argument 43 mSlotCount = slotCount; in configure() 48 mSlots = new Slot[slotCount]; in configure() 343 size_t slotCount = mRawPointerAxes.slot.maxValue + 1; in configureRawPointerAxes() local 344 if (slotCount > MAX_SLOTS) { in configureRawPointerAxes() 347 getDeviceName().c_str(), slotCount, MAX_SLOTS); in configureRawPointerAxes() 348 slotCount = MAX_SLOTS; in configureRawPointerAxes() 350 mMultiTouchMotionAccumulator.configure(getDevice(), slotCount, true /*usingSlotsProtocol*/); in configureRawPointerAxes()
|
D | MultiTouchInputMapper.h | 73 void configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol);
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteOpenHelper.java | 229 @IntRange(from = 0) final int slotCount) { in setLookasideConfig() 235 mOpenParamsBuilder.setLookasideConfig(slotSize, slotCount); in setLookasideConfig()
|
D | SQLiteDatabase.java | 2556 @IntRange(from = 0) final int slotCount) { in setLookasideConfig() 2559 Preconditions.checkArgument(slotCount >= 0, in setLookasideConfig() 2562 (slotSize > 0 && slotCount > 0) || (slotCount == 0 && slotSize == 0), in setLookasideConfig() 2563 "Invalid configuration: " + slotSize + ", " + slotCount); in setLookasideConfig() local 2566 mLookasideSlotCount = slotCount; in setLookasideConfig()
|
/frameworks/compile/slang/ |
D | slang_backend.cpp | 751 int slotCount = 0; in dumpExportVarInfo() local 828 llvm::MDString::get(mLLVMContext, llvm::utostr(slotCount)))); in dumpExportVarInfo() 831 slotCount++; in dumpExportVarInfo()
|