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:__anon690
/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/include/input/
H A DInputDevice.h65 float flat; member in struct:android::InputDeviceInfo::MotionRange
88 float min, float max, float flat, float fuzz, float resolution);
/frameworks/base/services/input/
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.h1754 float flat; // normalized flat region size member in struct:android::JoystickInputMapper::Axis
1767 float min, float max, float flat, float fuzz, float resolution) {
1777 this->flat = flat;
1764 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.java653 float min, float max, float flat, float fuzz, float resolution) {
654 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
705 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, argument
711 mFlat = flat;
770 * Gets the extent of the center flat position with respect to this axis.
772 * For example, a flat value of 8 means that the center position is between -8 and +8.
775 * @return The extent of the center flat position.
880 description.append(" flat=").append(range.mFlat);
652 addMotionRange(int axis, int source, float min, float max, float flat, float fuzz, float resolution) argument
/frameworks/native/libs/binder/
H A DParcel.cpp147 const sp<IBinder>& binder, const flat_binder_object& flat, Parcel* out)
149 return out->writeObject(flat, false);
232 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in)
240 const flat_binder_object* flat = in.readObject(false); local
242 if (flat) {
243 switch (flat->type) {
245 *out = static_cast<IBinder*>(flat->cookie);
246 return finish_unflatten_binder(NULL, *flat, in);
248 *out = proc->getStrongProxyForHandle(flat->handle);
250 static_cast<BpBinder*>(out->get()), *flat, i
146 finish_flatten_binder( const sp<IBinder>& binder, const flat_binder_object& flat, Parcel* out) argument
231 finish_unflatten_binder( BpBinder* proxy, const flat_binder_object& flat, const Parcel& in) argument
259 const flat_binder_object* flat = in.readObject(false); local
430 flat_binder_object* flat local
1150 const flat_binder_object* flat = readObject(true); local
1288 const flat_binder_object* flat local
1348 const flat_binder_object* flat local
1369 const flat_binder_object* flat local
1383 const flat_binder_object* flat local
1523 const flat_binder_object* flat local
1607 const flat_binder_object* flat local
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp368 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) {
375 info.flat = flat;
1435 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) {
1442 ASSERT_NEAR(flat, range->flat, EPSILON) << "Axis: " << axis << " Source: " << source;
367 addAbsoluteAxis(int32_t deviceId, int axis, int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) argument
1434 assertMotionRange(const InputDeviceInfo& info, int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) argument

Completed in 242 milliseconds