Searched defs:flat (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h81 flat = 0, enumerator in enum:__anon468
/frameworks/native/libs/input/
H A DInputDevice.cpp179 float flat, float fuzz, float resolution) {
180 MotionRange range = { axis, source, min, max, flat, fuzz, resolution };
178 addMotionRange(int32_t axis, uint32_t source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/native/include/input/
H A DInputDevice.h70 float flat; member in struct:android::InputDeviceInfo::MotionRange
95 float min, float max, float flat, float fuzz, float resolution);
/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.h1945 float flat; // normalized flat region size member in struct:android::JoystickInputMapper::Axis
1958 float min, float max, float flat, float fuzz, float resolution) {
1968 this->flat = flat;
1955 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/base/core/java/android/view/
H A DInputDevice.java722 float min, float max, float flat, float fuzz, float resolution) {
723 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
782 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, argument
788 mFlat = flat;
847 * Gets the extent of the center flat position with respect to this axis.
849 * For example, a flat value of 8 means that the center position is between -8 and +8.
852 * @return The extent of the center flat position.
960 description.append(" flat=").append(range.mFlat);
721 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/native/libs/binder/
H A DParcel.cpp172 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
174 return out->writeObject(flat, false);
259 BpBinder* /*proxy*/, const flat_binder_object& /*flat*/,
268 const flat_binder_object* flat = in.readObject(false); local
270 if (flat) {
271 switch (flat->type) {
273 *out = reinterpret_cast<IBinder*>(flat->cookie);
274 return finish_unflatten_binder(NULL, *flat, in);
276 *out = proc->getStrongProxyForHandle(flat->handle);
278 static_cast<BpBinder*>(out->get()), *flat, i
171 finish_flatten_binder( const sp<IBinder>& , const flat_binder_object& flat, Parcel* out) argument
287 const flat_binder_object* flat = in.readObject(false); local
505 flat_binder_object* flat local
1368 const flat_binder_object* flat = readObject(true); local
1518 const flat_binder_object* flat local
1589 const flat_binder_object* flat local
1610 const flat_binder_object* flat local
1624 const flat_binder_object* flat local
1802 const flat_binder_object* flat local
1900 const flat_binder_object* flat local
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp377 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) {
384 info.flat = flat;
1449 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) {
1456 ASSERT_NEAR(flat, range->flat, EPSILON) << "Axis: " << axis << " Source: " << source;
376 addAbsoluteAxis(int32_t deviceId, int axis, int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) argument
1448 assertMotionRange(const InputDeviceInfo& info, int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) argument

Completed in 1290 milliseconds