Home
last modified time | relevance | path

Searched refs:flat (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/native/opengl/libs/EGL/
DBlobCache_test.cpp284 uint8_t* flat = new uint8_t[size]; in roundTrip() local
285 ASSERT_EQ(OK, mBC->flatten(flat, size)); in roundTrip()
286 ASSERT_EQ(OK, mBC2->unflatten(flat, size)); in roundTrip()
287 delete[] flat; in roundTrip()
332 uint8_t* flat = new uint8_t[size]; in TEST_F() local
333 ASSERT_EQ(OK, mBC->flatten(flat, size)); in TEST_F()
334 delete[] flat; in TEST_F()
354 uint8_t* flat = new uint8_t[size]; in TEST_F() local
358 delete[] flat; in TEST_F()
366 uint8_t* flat = new uint8_t[size]; in TEST_F() local
[all …]
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache_test.cpp507 uint8_t* flat = new uint8_t[size]; in roundTrip() local
508 ASSERT_EQ(OK, mBC->flatten(flat, size)); in roundTrip()
509 ASSERT_EQ(OK, mBC2->unflatten(flat, size)); in roundTrip()
510 delete[] flat; in roundTrip()
567 uint8_t* flat = new uint8_t[size]; in TEST_P() local
568 ASSERT_EQ(OK, mBC->flatten(flat, size)); in TEST_P()
569 delete[] flat; in TEST_P()
589 uint8_t* flat = new uint8_t[size]; in TEST_P() local
593 delete[] flat; in TEST_P()
601 uint8_t* flat = new uint8_t[size]; in TEST_P() local
[all …]
/frameworks/base/data/keyboards/
DVendor_045e_Product_028e.kl30 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd.
31 # This confuses applications that rely on the flat value because the joystick actually
32 # settles in a flat range of +/- 4096 or so.
33 axis 0x00 X flat 4096
34 axis 0x01 Y flat 4096
35 axis 0x03 Z flat 4096
36 axis 0x04 RZ flat 4096
DVendor_045e_Product_02ea.kl34 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd.
35 # This confuses applications that rely on the flat value because the joystick actually
36 # settles in a flat range of +/- 4096 or so.
37 axis 0x00 X flat 4096
38 axis 0x01 Y flat 4096
39 axis 0x03 Z flat 4096
40 axis 0x04 RZ flat 4096
DVendor_045e_Product_02d1.kl34 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd.
35 # This confuses applications that rely on the flat value because the joystick actually
36 # settles in a flat range of +/- 4096 or so.
37 axis 0x00 X flat 4096
38 axis 0x01 Y flat 4096
39 axis 0x03 Z flat 4096
40 axis 0x04 RZ flat 4096
DVendor_045e_Product_02dd.kl34 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd.
35 # This confuses applications that rely on the flat value because the joystick actually
36 # settles in a flat range of +/- 4096 or so.
37 axis 0x00 X flat 4096
38 axis 0x01 Y flat 4096
39 axis 0x03 Z flat 4096
40 axis 0x04 RZ flat 4096
DVendor_045e_Product_02fd.kl34 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd.
35 # This confuses applications that rely on the flat value because the joystick actually
36 # settles in a flat range of +/- 4096 or so.
37 axis 0x00 X flat 4096
38 axis 0x01 Y flat 4096
39 axis 0x02 Z flat 4096
40 axis 0x05 RZ flat 4096
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h50 float flat; // normalized flat region size member
62 float highOffset, float min, float max, float flat, float fuzz, in initialize()
73 this->flat = flat; in initialize()
DJoystickInputMapper.cpp45 info->addMotionRange(axisId, AINPUT_SOURCE_JOYSTICK, axis.min, axis.max, axis.flat, axis.fuzz, in addMotionRange()
52 info->addMotionRange(compatAxis, AINPUT_SOURCE_JOYSTICK, axis.min, axis.max, axis.flat, in addMotionRange()
96 axis.min, axis.max, axis.flat, axis.fuzz, axis.resolution); in dump()
103 axis.rawAxisInfo.flat, axis.rawAxisInfo.fuzz, in dump()
133 axisInfo.flatOverride < 0 ? rawAxisInfo.flat : axisInfo.flatOverride; in configure()
158 axis.filter = axis.fuzz ? axis.fuzz : axis.flat * 0.25f; in configure()
DInputMapper.cpp88 axis.minValue, axis.maxValue, axis.flat, axis.fuzz, axis.resolution); in dumpRawAbsoluteAxisInfo()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DServiceListing.java111 final String flat = Settings.Secure.getString(mContentResolver, mSetting); in loadEnabledServices() local
112 if (flat != null && !"".equals(flat)) { in loadEnabledServices()
113 final String[] names = flat.split(":"); in loadEnabledServices()
/frameworks/native/libs/binder/
DParcel.cpp169 const sp<IBinder>& binder, const flat_binder_object& flat) in finishFlattenBinder() argument
171 status_t status = writeObject(flat, false); in finishFlattenBinder()
246 const flat_binder_object* flat = readObject(false); in unflattenBinder() local
248 if (flat) { in unflattenBinder()
249 switch (flat->hdr.type) { in unflattenBinder()
251 sp<IBinder> binder = reinterpret_cast<IBinder*>(flat->cookie); in unflattenBinder()
256 ProcessState::self()->getStrongProxyForHandle(flat->handle); in unflattenBinder()
457 flat_binder_object* flat in appendFrom() local
459 acquire_object(proc, *flat, this, &mOpenAshmemSize); in appendFrom()
461 if (flat->hdr.type == BINDER_TYPE_FD) { in appendFrom()
[all …]
/frameworks/base/cmds/idmap2/tests/data/target/
Dbuild20 … link --manifest AndroidManifest.xml -A assets -o target-no-overlayable.apk values_values.arsc.flat
21 rm values_values.arsc.flat
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md13 Prior to _Android M (Marshmallow)_, `dumpstate` generates a flat .txt file named
19 On _Android M (Marshmallow)_, dumpstate still generates a flat
26 is a failure, in which case it reverts to the flat file that is zipped by
37 - `main-entry.txt`: whose value is the name of the flat text entry (i.e.,
46 The flat file also has some minor changes:
/frameworks/native/include/input/
DInputDevice.h80 float flat; member
105 float min, float max, float flat, float fuzz, float resolution);
/frameworks/base/core/java/android/view/
DInputDevice.java746 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() argument
747 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
854 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() argument
860 mFlat = flat; in MotionRange()
/frameworks/base/packages/SettingsLib/
DOWNERS10 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
/frameworks/native/libs/input/
DInputDevice.cpp202 float flat, float fuzz, float resolution) { in addMotionRange() argument
203 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp132 int32_t fuzz, int32_t flat) { in ConfigureAbs() argument
135 abs_type, min, max, fuzz, flat); in ConfigureAbs()
153 uidev_.absflat[abs_type] = flat; in ConfigureAbs()
DEvdevInjector.h83 int32_t flat);
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DBaseActivity.java393 protected void setPrimaryToolbarButtonFlat(boolean flat) { in setPrimaryToolbarButtonFlat() argument
394 mCarSetupWizardLayout.setPrimaryToolbarButtonFlat(flat); in setPrimaryToolbarButtonFlat()
DBaseSetupWizardActivity.java392 protected void setPrimaryToolbarButtonFlat(boolean flat) { in setPrimaryToolbarButtonFlat() argument
393 mCarSetupWizardLayout.setPrimaryToolbarButtonFlat(flat); in setPrimaryToolbarButtonFlat()
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3decoder_api.h81 flat = 0, enumerator
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
Dmp3dec_test.cpp54 config.equalizerType = flat; in main()
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp74 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution); in android_view_InputDevice_create()

12