Searched defs:flat (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/utils/tests/ |
D | BlobCache_test.cpp | 275 uint8_t* flat = new uint8_t[size]; in roundTrip() local 323 uint8_t* flat = new uint8_t[size]; in TEST_F() local 345 uint8_t* flat = new uint8_t[size]; in TEST_F() local 355 uint8_t* flat = new uint8_t[size]; in TEST_F() local 372 uint8_t* flat = new uint8_t[size]; in TEST_F() local 391 uint8_t* flat = new uint8_t[size]; in TEST_F() local 410 uint8_t* flat = new uint8_t[size]; in TEST_F() local
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 146 const sp<IBinder>& binder, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() 231 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in) in finish_unflatten_binder() 239 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local 258 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local 429 flat_binder_object* flat in appendFrom() local 1096 const flat_binder_object* flat = readObject(true); in readFileDescriptor() local 1234 const flat_binder_object* flat in closeFileDescriptors() local 1294 const flat_binder_object* flat in print() local 1315 const flat_binder_object* flat in releaseObjects() local 1329 const flat_binder_object* flat in acquireObjects() local [all …]
|
/frameworks/base/libs/androidfw/ |
D | InputDevice.cpp | 175 float flat, float fuzz) { in addMotionRange()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 569 float min, float max, float flat, float fuzz) { in addMotionRange() 611 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz) { in MotionRange()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/include/ |
D | pvmp3decoder_api.h | 81 flat = 0, enumerator
|
/frameworks/base/include/androidfw/ |
D | InputDevice.h | 65 float flat; member
|
/frameworks/base/services/input/ |
D | EventHub.h | 71 int32_t flat; // center flat position, eg. flat == 8 means center is between -8 and 8 member
|
D | InputReader.h | 1734 float flat; // normalized flat region size member
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 368 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) { in addAbsoluteAxis() 1426 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) { in assertMotionRange()
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 9625 String flat = comp.flattenToString(); in match() local
|