Searched refs:outPointerCoords (Results 1 – 2 of 2) sorted by relevance
290 std::vector<common::PointerCoords>& outPointerCoords) { in getHalPropertiesAndCoords() argument292 outPointerCoords.reserve(args.pointerCount); in getHalPropertiesAndCoords()305 outPointerCoords.push_back(coords); in getHalPropertiesAndCoords()
1575 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords() argument2625 public final void getPointerCoords(int pointerIndex, PointerCoords outPointerCoords) { in getPointerCoords() argument2626 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords); in getPointerCoords()3297 PointerCoords outPointerCoords) { in getHistoricalPointerCoords() argument3298 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords); in getHistoricalPointerCoords()