Home
last modified time | relevance | path

Searched refs:numAxes (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp74 size_t numAxes = mAxes.size(); in dump() local
75 for (size_t i = 0; i < numAxes; i++) { in dump()
175 size_t numAxes = mAxes.size(); in configure() local
176 for (size_t i = 0; i < numAxes; i++) { in configure()
192 numAxes -= 1; in configure()
200 size_t numAxes = mAxes.size(); in haveAxis() local
201 for (size_t i = 0; i < numAxes; i++) { in haveAxis()
244 size_t numAxes = mAxes.size(); in reset() local
245 for (size_t i = 0; i < numAxes; i++) { in reset()
318 size_t numAxes = mAxes.size(); in sync() local
[all …]
/frameworks/ml/nn/common/operations/
DReduce.cpp57 const uint32_t numAxes = getNumberOfElements(axesShape); in compute() local
59 std::vector<int> tempAxes(numAxes); in compute()
65 outputShape.dimensions.size(), context->getInputBuffer<int32_t>(kInputAxes), numAxes, in compute()
137 const uint32_t numAxes = getNumberOfElements(axesShape); in prepare() local
138 for (uint32_t i = 0; i < numAxes; ++i) { in prepare()
/frameworks/base/core/java/android/view/
DInputDevice.java1026 final int numAxes = mMotionRanges.size(); in toString() local
1027 for (int i = 0; i < numAxes; i++) { in toString()