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:__anon492
/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.h1975 float flat; // normalized flat region size member in struct:android::JoystickInputMapper::Axis
1988 float min, float max, float flat, float fuzz, float resolution) {
1998 this->flat = flat;
1985 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.java731 float min, float max, float flat, float fuzz, float resolution) {
732 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
809 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, argument
815 mFlat = flat;
874 * Gets the extent of the center flat position with respect to this axis.
876 * For example, a flat value of 8 means that the center position is between -8 and +8.
879 * @return The extent of the center flat position.
987 description.append(" flat=").append(range.mFlat);
730 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/native/libs/binder/
H A DParcel.cpp237 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
239 return out->writeObject(flat, false);
324 BpBinder* /*proxy*/, const flat_binder_object& /*flat*/,
333 const flat_binder_object* flat = in.readObject(false); local
335 if (flat) {
336 switch (flat->type) {
338 *out = reinterpret_cast<IBinder*>(flat->cookie);
339 return finish_unflatten_binder(NULL, *flat, in);
341 *out = proc->getStrongProxyForHandle(flat->handle);
343 static_cast<BpBinder*>(out->get()), *flat, i
236 finish_flatten_binder( const sp<IBinder>& , const flat_binder_object& flat, Parcel* out) argument
352 const flat_binder_object* flat = in.readObject(false); local
568 flat_binder_object* flat local
1987 const flat_binder_object* flat = readObject(true); local
2165 const flat_binder_object* flat local
2236 const flat_binder_object* flat local
2257 const flat_binder_object* flat local
2271 const flat_binder_object* flat local
2458 const flat_binder_object* flat local
2568 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;
1453 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) {
1460 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
1452 assertMotionRange(const InputDeviceInfo& info, int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) argument

Completed in 162 milliseconds