/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | BlobCache_test.cpp | 278 uint8_t* flat = new uint8_t[size]; in roundTrip() local 326 uint8_t* flat = new uint8_t[size]; in TEST_F() local 348 uint8_t* flat = new uint8_t[size]; in TEST_F() local 360 uint8_t* flat = new uint8_t[size]; in TEST_F() local 377 uint8_t* flat = new uint8_t[size]; in TEST_F() local 396 uint8_t* flat = new uint8_t[size]; in TEST_F() local 415 uint8_t* flat = new uint8_t[size]; in TEST_F() local
|
/aosp12/packages/modules/NeuralNetworks/driver/cache/BlobCache/ |
H A D | BlobCache_test.cpp | 506 uint8_t* flat = new uint8_t[size]; in roundTrip() local 566 uint8_t* flat = new uint8_t[size]; in TEST_P() local 588 uint8_t* flat = new uint8_t[size]; in TEST_P() local 600 uint8_t* flat = new uint8_t[size]; in TEST_P() local 617 uint8_t* flat = new uint8_t[size]; in TEST_P() local 636 uint8_t* flat = new uint8_t[size]; in TEST_P() local 655 uint8_t* flat = new uint8_t[size]; in TEST_P() local
|
/aosp12/build/make/tools/product_config/src/com/android/build/config/ |
H A D | Main.java | 62 FlatConfig flat = FlattenConfig.flatten(mErrors, generic); in run() local
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | InputHub.h | 45 int32_t flat = 0; // center flat position, e.g. flat == 8 means center is between -8 and 8 member
|
/aosp12/system/libhwbinder/ |
H A D | Parcel.cpp | 177 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() 234 const flat_binder_object* flat = in.readObject<flat_binder_object>(); in unflatten_binder() local 1565 const flat_binder_object* flat in closeFileDescriptors() local 1662 const flat_binder_object* flat in print() local 1692 const flat_binder_object* flat in releaseObjects() local 1706 const binder_object_header* flat in acquireObjects() local 1904 const flat_binder_object* flat in continueWrite() local 2019 const flat_binder_object* flat in scanForFds() local
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | JoystickInputMapper.h | 71 float flat; // normalized flat region size member
|
H A D | SensorInputMapper.h | 68 float flat; // normalized flat region size member
|
H A D | JoystickInputMapper.cpp | 197 const float flat = rawFlat * scale; in createAxis() local
|
H A D | SensorInputMapper.cpp | 177 const float flat = rawFlat * scale; in createAxis() local
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Parcel.cpp | 294 const flat_binder_object* flat = readObject(false); in unflattenBinder() local 505 flat_binder_object* flat in appendFrom() local 1853 const flat_binder_object* flat = readObject(true); in readFileDescriptor() local 2085 const flat_binder_object* flat in closeFileDescriptors() local 2137 const flat_binder_object* flat in ipcSetDataReference() local 2173 const flat_binder_object* flat in print() local 2197 const flat_binder_object* flat in releaseObjects() local 2214 const flat_binder_object* flat in acquireObjects() local 2415 const flat_binder_object* flat in continueWrite() local 2535 const flat_binder_object* flat in scanForFds() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | virtio_input.h | 35 __le32 flat; member
|
H A D | input.h | 58 __s32 flat; member
|
/aosp12/frameworks/av/media/codecs/mp3dec/include/ |
H A D | pvmp3decoder_api.h | 81 flat = 0, enumerator
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputDevice.cpp | 219 float flat, float fuzz, float resolution) { in addMotionRange()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InputDevice.java | 800 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() 989 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | ServiceListing.java | 114 final String flat = Settings.Secure.getString(mContentResolver, mSetting); in loadEnabledServices() local
|
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/ |
H A D | BaseActivity.java | 393 protected void setPrimaryToolbarButtonFlat(boolean flat) { in setPrimaryToolbarButtonFlat()
|
H A D | BaseSetupWizardActivity.java | 416 protected void setPrimaryToolbarButtonFlat(boolean flat) { in setPrimaryToolbarButtonFlat()
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/ |
H A D | EvdevInjector.cpp | 132 int32_t fuzz, int32_t flat) { in ConfigureAbs()
|
/aosp12/frameworks/native/include/input/ |
H A D | InputDevice.h | 202 float flat; member
|
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | EventHub.h | 73 int32_t flat; // center flat position, eg. flat == 8 means center is between -8 and 8 member
|
/aosp12/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | VrManagerService.java | 1104 String flat = Settings.Secure.getStringForUser(resolver, in getNotificationListeners() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | WallpaperManager.java | 2266 String flat = SystemProperties.get(PROP_WALLPAPER_COMPONENT); in getDefaultWallpaperComponent() local
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 529 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) { in addAbsoluteAxis() 2772 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) { in assertMotionRange()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 9830 String flat = comp.flattenToString(); in match() local
|