Searched refs:inSlot (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | HwcBufferCacheTest.cpp | 37 void testSlot(const int inSlot, const uint32_t expectedSlot) { in testSlot() argument 42 mCache.getHwcBuffer(inSlot, mBuffer1, &outSlot, &outBuffer); in testSlot() 47 mCache.getHwcBuffer(inSlot, mBuffer1, &outSlot, &outBuffer); in testSlot() 52 mCache.getHwcBuffer(inSlot, mBuffer2, &outSlot, &outBuffer); in testSlot() 57 mCache.getHwcBuffer(inSlot, mBuffer2, &outSlot, &outBuffer); in testSlot() 63 mCache.getHwcBuffer(inSlot, sp<GraphicBuffer>(), &outSlot, &outBuffer); in testSlot()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 6954 const MultiTouchMotionAccumulator::Slot* inSlot = in syncTouch() local 6956 if (!inSlot->isInUse()) { in syncTouch() 6970 outPointer.x = inSlot->getX(); in syncTouch() 6971 outPointer.y = inSlot->getY(); in syncTouch() 6972 outPointer.pressure = inSlot->getPressure(); in syncTouch() 6973 outPointer.touchMajor = inSlot->getTouchMajor(); in syncTouch() 6974 outPointer.touchMinor = inSlot->getTouchMinor(); in syncTouch() 6975 outPointer.toolMajor = inSlot->getToolMajor(); in syncTouch() 6976 outPointer.toolMinor = inSlot->getToolMinor(); in syncTouch() 6977 outPointer.orientation = inSlot->getOrientation(); in syncTouch() [all …]
|