Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp134 xAbsSetup.absinfo.maximum = screenWidth - 1; in openUinput()
142 yAbsSetup.absinfo.maximum = screenHeight - 1; in openUinput()
150 majorAbsSetup.absinfo.maximum = screenWidth - 1; in openUinput()
158 pressureAbsSetup.absinfo.maximum = 255; in openUinput()
166 slotAbsSetup.absinfo.maximum = MAX_POINTERS - 1; in openUinput()
174 trackingIdAbsSetup.absinfo.maximum = MAX_POINTERS - 1; in openUinput()
183 xAbsSetup.absinfo.maximum = screenWidth - 1; in openUinput()
191 yAbsSetup.absinfo.maximum = screenHeight - 1; in openUinput()
199 tiltXAbsSetup.absinfo.maximum = 90; in openUinput()
207 tiltYAbsSetup.absinfo.maximum = 90; in openUinput()
[all …]
/frameworks/proto_logging/stats/atoms/cpu/
Dcpu_atoms.proto38 // The current maximum frequency.
41 // The normal maximum frequency.
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DInputAbsInfo.aidl22 int maximum;
/frameworks/av/media/libcpustats/include/cpustats/
DCentralTendencyStatistics.h43 double maximum() const { return mMaximum; } in maximum() function
/frameworks/base/proto/src/
Dcamera.proto47 // The maximum number of hal buffers
49 // The maximum number of app buffers
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dwbalance.rscript96 int maximum = max(estimation.r, max(estimation.g, estimation.b));
97 float avg = (minimum + maximum) / 2.f;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dwbalance.rscript96 int maximum = max(estimation.r, max(estimation.g, estimation.b));
97 float avg = (minimum + maximum) / 2.f;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dwbalance.rscript96 int maximum = max(estimation.r, max(estimation.g, estimation.b));
97 float avg = (minimum + maximum) / 2.f;
/frameworks/base/core/proto/android/server/
Djobscheduler.proto193 // The maximum number of background jobs we allow when the system is in a
196 // The maximum number of background jobs we allow when the system is in a
199 // The maximum number of background jobs we allow when the system is in a
202 // The maximum number of background jobs we allow when the system is in a
233 // The maximum number of schedule() calls an app can make in a set amount of time.
270 // The maximum amount of time an app can have its jobs running within a 24 hour window.
272 // The maximum number of jobs an app can run within this particular standby bucket's
275 // The maximum number of jobs an app can run within this particular standby bucket's
278 // The maximum number of jobs an app can run within this particular standby bucket's
281 // The maximum number of jobs an app can run within this particular standby bucket's
[all …]
/frameworks/proto_logging/stats/enums/telecomm/
Denums.proto230 * There are maximum outgoing calls already.
235 * There are maximum ringing calls already.
240 * There are maximum calls in hold already.
245 * There are maximum self-managed calls already.
/frameworks/base/tests/TouchLatency/
Dgradlew92 MAX_FD=maximum
/frameworks/base/cmds/uinput/tests/src/com/android/commands/uinput/tests/
DEvemuParserTest.java123 private void assertAbsInfo(InputAbsInfo info, int minimum, int maximum, int fuzz, int flat, in assertAbsInfo() argument
127 assertWithMessage("Incorrect maximum").that(info.maximum).isEqualTo(maximum); in assertAbsInfo()
/frameworks/base/packages/SettingsLib/Spa/
Dgradlew90 MAX_FD=maximum
/frameworks/base/services/backup/
Dflags.aconfig25 description: "Enables the write buffer to pipes to be of maximum size."
/frameworks/rs/script_api/
Drs_atomic.spec137 summary: Thread-safe maximum
139 Atomicly sets the value at addr to the maximum of *addr and value, i.e.
/frameworks/proto_logging/stats/atoms/corenetworking/networkstack/
Dipclient_extension_atoms.proto37 // The maximum number of distinct RAs (Router Advertisements).
Dapf_extension_atoms.proto70 // Record the maximum of program size.
/frameworks/base/core/proto/android/hardware/location/
Dcontext_hub_info.proto47 // The maximum number of bytes that can be sent per message to the hub
/frameworks/base/core/proto/android/service/
Dbattery.proto49 // The maximum value for the charge level
/frameworks/base/cmds/uinput/jni/
Dcom_android_commands_uinput_Device.cpp303 absSetup.absinfo.maximum = info.maximum; in setAbsInfo()
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp133 const uint32_t maximum = frameCount(); in setBufferSizeInFrames() local
135 if (maximum < minimum) { in setBufferSizeInFrames()
136 clippedSize = maximum; in setBufferSizeInFrames()
139 } else if (clippedSize > maximum) { in setBufferSizeInFrames()
140 clippedSize = maximum; in setBufferSizeInFrames()
/frameworks/proto_logging/stats/atoms/adservices/
Dadservices_extension_atoms.proto654 // The key size is smaller than 50% maximum key size.
656 // The key size is equal or greater than 50% maximum key size but smaller than maximum key size.
658 // The key size is equal to maximum key size.
660 // The key size is greater than maximum key size.
733 // The total number of Ads using keys less than the maximum number of keys limitation.
737 // 50% maximum number of keys limitation but smaller than maximum number of keys limitation.
740 // The total number of Ads using keys are equal to maximum number of keys limitation.
743 // The total number of Ads using keys greater than the maximum number of keys limitation.
751 // The total number of Ads using filters less than the maximum number of filters limitation.
755 // 50% maximum number of filters limitation but smaller than maximum number of filters limitation.
[all …]
/frameworks/base/cmds/uinput/
DREADME.md102 | `maximum` | integer | Maximum value for the axis |
126 "maximum":255, "fuzz":0, "flat":0, "resolution":1}
129 "maximum":255, "fuzz":0, "flat":0, "resolution":1}
/frameworks/native/cmds/evemu-record/
Dmain.rs159 info.minimum, info.maximum, info.fuzz, info.flat, info.resolution in print_device_description()
/frameworks/rs/script_api/include/
Drs_atomic.rsh149 * rsAtomicMax: Thread-safe maximum
151 * Atomicly sets the value at addr to the maximum of *addr and value, i.e.

123