Searched defs:flat (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 148 const sp<IBinder>& binder, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() 233 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in) in finish_unflatten_binder() 241 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local 260 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local 431 flat_binder_object* flat in appendFrom() local 1163 const flat_binder_object* flat = readObject(true); in readFileDescriptor() local 1301 const flat_binder_object* flat in closeFileDescriptors() local 1372 const flat_binder_object* flat in print() local 1393 const flat_binder_object* flat in releaseObjects() local 1407 const flat_binder_object* flat in acquireObjects() local [all …]
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 176 float flat, float fuzz, float resolution) { in addMotionRange()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/include/ |
D | pvmp3decoder_api.h | 81 flat = 0, enumerator
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 653 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() 705 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 65 float flat; member
|
/frameworks/base/services/input/ |
D | EventHub.h | 86 int32_t flat; // center flat position, eg. flat == 8 means center is between -8 and 8 member
|
D | InputReader.h | 1754 float flat; // normalized flat region size member
|
/frameworks/base/services/java/com/android/server/ |
D | NotificationManagerService.java | 606 String flat = Settings.Secure.getStringForUser( in rebindListenerServices() local
|
/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() 1435 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 | 11184 String flat = comp.flattenToString(); in match() local
|