/frameworks/native/opengl/libs/EGL/ |
D | BlobCache_test.cpp | 284 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/ |
D | BlobCache_test.cpp | 507 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/ |
D | Vendor_045e_Product_028e.kl | 30 # 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
|
D | Vendor_045e_Product_02ea.kl | 34 # 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
|
D | Vendor_045e_Product_02d1.kl | 34 # 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
|
D | Vendor_045e_Product_02dd.kl | 34 # 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
|
D | Vendor_045e_Product_02fd.kl | 34 # 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/ |
D | JoystickInputMapper.h | 50 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()
|
D | JoystickInputMapper.cpp | 45 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()
|
D | InputMapper.cpp | 88 axis.minValue, axis.maxValue, axis.flat, axis.fuzz, axis.resolution); in dumpRawAbsoluteAxisInfo()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | ServiceListing.java | 111 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/ |
D | Parcel.cpp | 169 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/ |
D | build | 20 … 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/ |
D | bugreport-format.md | 13 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/ |
D | InputDevice.h | 80 float flat; member 105 float min, float max, float flat, float fuzz, float resolution);
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 746 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/ |
D | OWNERS | 10 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 202 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/ |
D | EvdevInjector.cpp | 132 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()
|
D | EvdevInjector.h | 83 int32_t flat);
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/ |
D | BaseActivity.java | 393 protected void setPrimaryToolbarButtonFlat(boolean flat) { in setPrimaryToolbarButtonFlat() argument 394 mCarSetupWizardLayout.setPrimaryToolbarButtonFlat(flat); in setPrimaryToolbarButtonFlat()
|
D | BaseSetupWizardActivity.java | 392 protected void setPrimaryToolbarButtonFlat(boolean flat) { in setPrimaryToolbarButtonFlat() argument 393 mCarSetupWizardLayout.setPrimaryToolbarButtonFlat(flat); in setPrimaryToolbarButtonFlat()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/include/ |
D | pvmp3decoder_api.h | 81 flat = 0, enumerator
|
/frameworks/av/media/libstagefright/codecs/mp3dec/test/ |
D | mp3dec_test.cpp | 54 config.equalizerType = flat; in main()
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 74 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution); in android_view_InputDevice_create()
|