Home
last modified time | relevance | path

Searched defs:flat (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/binder/
DParcel.cpp151 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder()
247 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local
266 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local
437 flat_binder_object* flat in appendFrom() local
1236 const flat_binder_object* flat = readObject(true); in readFileDescriptor() local
1315 const flat_binder_object* flat = readObject(true); in read() local
1407 const flat_binder_object* flat in closeFileDescriptors() local
1478 const flat_binder_object* flat in print() local
1499 const flat_binder_object* flat in releaseObjects() local
1513 const flat_binder_object* flat in acquireObjects() local
[all …]
/frameworks/native/libs/input/
DInputDevice.cpp176 float flat, float fuzz, float resolution) { in addMotionRange()
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3decoder_api.h81 flat = 0, enumerator
/frameworks/base/core/java/android/view/
DInputDevice.java689 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange()
741 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange()
/frameworks/native/include/input/
DInputDevice.h70 float flat; member
/frameworks/native/services/inputflinger/
DEventHub.h86 int32_t flat; // center flat position, eg. flat == 8 means center is between -8 and 8 member
DInputReader.h1796 float flat; // normalized flat region size member
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java271 final SparseArray<String> flat = new SparseArray<String>(); in rebindServices() local
/frameworks/base/core/java/android/app/
DWallpaperManager.java1120 String flat = SystemProperties.get(PROP_WALLPAPER_COMPONENT); in getDefaultWallpaperComponent() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp378 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) { in addAbsoluteAxis()
1445 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) { in assertMotionRange()