Searched refs:ranges (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_ConsumerIrService.cpp72 consumerir_freq_range_t *ranges; local
79 ranges = new consumerir_freq_range_t[len];
81 len = dev->get_carrier_freqs(dev, len, ranges);
83 delete[] ranges;
91 delete[] ranges;
95 arr[i*2] = ranges[i].min;
96 arr[i*2+1] = ranges[i].max;
99 delete[] ranges;
/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp66 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); local
67 for (size_t i = 0; i < ranges.size(); i++) {
68 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i);
/frameworks/native/opengl/libagl/
H A DTokenizer.cpp164 const run_t* ranges = mRanges.array(); local
168 ALOGD("%u: (%u, %u)\n", i, ranges[i].first, ranges[i].length);
/frameworks/base/services/input/
H A DInputReader.cpp872 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); local
873 if (!ranges.isEmpty()) {
875 for (size_t i = 0; i < ranges.size(); i++) {
876 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i);
3221 // Compute oriented precision, scales and ranges.

Completed in 685 milliseconds