Searched defs:flat (Results 1 - 8 of 8) sorted by last modified time

/frameworks/native/include/input/
H A DInputDevice.h70 float flat; member in struct:android::InputDeviceInfo::MotionRange
93 float min, float max, float flat, float fuzz, float resolution);
/frameworks/native/libs/binder/
H A DParcel.cpp156 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
158 return out->writeObject(flat, false);
243 BpBinder* /*proxy*/, const flat_binder_object& /*flat*/,
252 const flat_binder_object* flat = in.readObject(false); local
254 if (flat) {
255 switch (flat->type) {
257 *out = reinterpret_cast<IBinder*>(flat->cookie);
258 return finish_unflatten_binder(NULL, *flat, in);
260 *out = proc->getStrongProxyForHandle(flat->handle);
262 static_cast<BpBinder*>(out->get()), *flat, i
155 finish_flatten_binder( const sp<IBinder>& , const flat_binder_object& flat, Parcel* out) argument
271 const flat_binder_object* flat = in.readObject(false); local
458 flat_binder_object* flat local
1234 const flat_binder_object* flat = readObject(true); local
1393 const flat_binder_object* flat local
1464 const flat_binder_object* flat local
1485 const flat_binder_object* flat local
1499 const flat_binder_object* flat local
1659 const flat_binder_object* flat local
1756 const flat_binder_object* flat local
[all...]
/frameworks/native/libs/input/
H A DInputDevice.cpp176 float flat, float fuzz, float resolution) {
177 MotionRange range = { axis, source, min, max, flat, fuzz, resolution };
175 addMotionRange(int32_t axis, uint32_t source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/native/services/inputflinger/
H A DEventHub.h86 int32_t flat; // center flat position, eg. flat == 8 means center is between -8 and 8 member in struct:android::RawAbsoluteAxisInfo
94 flat = 0;
H A DInputReader.h1796 float flat; // normalized flat region size member in struct:android::JoystickInputMapper::Axis
1809 float min, float max, float flat, float fuzz, float resolution) {
1819 this->flat = flat;
1806 initialize(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, bool explicitlyMapped, float scale, float offset, float highScale, float highOffset, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp378 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) {
385 info.flat = flat;
1445 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) {
1452 ASSERT_NEAR(flat, range->flat, EPSILON) << "Axis: " << axis << " Source: " << source;
377 addAbsoluteAxis(int32_t deviceId, int axis, int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) argument
1444 assertMotionRange(const InputDeviceInfo& info, int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) argument
/frameworks/base/core/java/android/view/
H A DInputDevice.java689 float min, float max, float flat, float fuzz, float resolution) {
690 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
741 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, argument
747 mFlat = flat;
806 * Gets the extent of the center flat position with respect to this axis.
808 * For example, a flat value of 8 means that the center position is between -8 and +8.
811 * @return The extent of the center flat position.
916 description.append(" flat=").append(range.mFlat);
688 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h81 flat = 0, enumerator in enum:__anon452

Completed in 162 milliseconds