Searched refs:outPointerCoords (Results 1 – 2 of 2) sorted by relevance
335 std::vector<common::V1_0::PointerCoords>* outPointerCoords) { in getHidlPropertiesAndCoords() argument337 outPointerCoords->reserve(args.pointerCount); in getHidlPropertiesAndCoords()350 outPointerCoords->push_back(coords); in getHidlPropertiesAndCoords()
1561 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords() argument2588 public final void getPointerCoords(int pointerIndex, PointerCoords outPointerCoords) { in getPointerCoords() argument2589 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords); in getPointerCoords()3208 PointerCoords outPointerCoords) { in getHistoricalPointerCoords() argument3209 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords); in getHistoricalPointerCoords()