/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 134 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/ |
D | cpu_atoms.proto | 38 // The current maximum frequency. 41 // The normal maximum frequency.
|
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
D | InputAbsInfo.aidl | 22 int maximum;
|
/frameworks/av/media/libcpustats/include/cpustats/ |
D | CentralTendencyStatistics.h | 43 double maximum() const { return mMaximum; } in maximum() function
|
/frameworks/base/proto/src/ |
D | camera.proto | 47 // The maximum number of hal buffers 49 // The maximum number of app buffers
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | wbalance.rscript | 96 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/ |
D | wbalance.rscript | 96 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/ |
D | wbalance.rscript | 96 int maximum = max(estimation.r, max(estimation.g, estimation.b)); 97 float avg = (minimum + maximum) / 2.f;
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 193 // 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/ |
D | enums.proto | 230 * 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/ |
D | gradlew | 92 MAX_FD=maximum
|
/frameworks/base/cmds/uinput/tests/src/com/android/commands/uinput/tests/ |
D | EvemuParserTest.java | 123 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/ |
D | gradlew | 90 MAX_FD=maximum
|
/frameworks/base/services/backup/ |
D | flags.aconfig | 25 description: "Enables the write buffer to pipes to be of maximum size."
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 137 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/ |
D | ipclient_extension_atoms.proto | 37 // The maximum number of distinct RAs (Router Advertisements).
|
D | apf_extension_atoms.proto | 70 // Record the maximum of program size.
|
/frameworks/base/core/proto/android/hardware/location/ |
D | context_hub_info.proto | 47 // The maximum number of bytes that can be sent per message to the hub
|
/frameworks/base/core/proto/android/service/ |
D | battery.proto | 49 // The maximum value for the charge level
|
/frameworks/base/cmds/uinput/jni/ |
D | com_android_commands_uinput_Device.cpp | 303 absSetup.absinfo.maximum = info.maximum; in setAbsInfo()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 133 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/ |
D | adservices_extension_atoms.proto | 654 // 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/ |
D | README.md | 102 | `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/ |
D | main.rs | 159 info.minimum, info.maximum, info.fuzz, info.flat, info.resolution in print_device_description()
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 149 * rsAtomicMax: Thread-safe maximum 151 * Atomicly sets the value at addr to the maximum of *addr and value, i.e.
|