/frameworks/rs/script_api/include/ |
D | rs_value_types.rsh | 107 * into a single 32 bit field with 32 bit alignment. 117 * into a single 64 bit field with 64 bit alignment. 127 * into a single 64 bit field with 64 bit alignment. 258 * A vector of two floats. These two floats are packed into a single 64 bit field 261 * A vector of two floats. These two floats are packed into a single 64 bit field 269 * A vector of three floats. These three floats are packed into a single 128 bit field 277 * A vector of four floats type. These four floats are packed into a single 128 bit field 285 * A vector of two doubles. These two double fields packed into a single 128 bit field 293 * A vector of three doubles. These three double fields packed into a single 256 bit field 301 * A vector of four doubles. These four double fields packed into a single 256 bit field [all …]
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | FlexibilityController.java | 1413 SparseArray<int[]> into, SparseArray<int[]> defaults) { in parsePercentToDropKeyValueString() argument 1423 final int[] oldMax = into.get(PRIORITY_MAX); in parsePercentToDropKeyValueString() 1424 final int[] oldHigh = into.get(PRIORITY_HIGH); in parsePercentToDropKeyValueString() 1425 final int[] oldDefault = into.get(PRIORITY_DEFAULT); in parsePercentToDropKeyValueString() 1426 final int[] oldLow = into.get(PRIORITY_LOW); in parsePercentToDropKeyValueString() 1427 final int[] oldMin = into.get(PRIORITY_MIN); in parsePercentToDropKeyValueString() 1440 into.put(PRIORITY_MAX, newMax == null ? defaults.get(PRIORITY_MAX) : newMax); in parsePercentToDropKeyValueString() 1441 into.put(PRIORITY_HIGH, newHigh == null ? defaults.get(PRIORITY_HIGH) : newHigh); in parsePercentToDropKeyValueString() 1442 into.put(PRIORITY_DEFAULT, in parsePercentToDropKeyValueString() 1444 into.put(PRIORITY_LOW, newLow == null ? defaults.get(PRIORITY_LOW) : newLow); in parsePercentToDropKeyValueString() [all …]
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
D | mediaprojection.md | 14 `MediaProjectionManagerService` should never lock when calling into a service that may acquire 21 `MediaProjectionManagerService` calls into `WindowManagerService` in the below cases. While handling 28 `WindowManagerService` calls into `MediaProjectionManagerService`, always while holding
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | changes.md | 24 As mentioned in the [Dagger usage](dagger.md) docs, you need to determine whether it should go into: 40 Specifically, to support calling into a controller from an external process (like Launcher): 42 - Have all incoming calls post to the main shell thread (inject @ShellMainThread Executor into the 44 - Note that callbacks into SysUI should take an associated executor to call back on 52 Specifically, to support calling into a controller from an external process (like Launcher): 66 - Inject `ShellInit` into your component and add an init callback 101 `com.android.wm.shell.util` package are automatically built into the `SystemUISharedLib` that 104 If the new code doesn't fall into those categories, they can be added explicitly in the Shell's
|
D | sysui.md | 31 5) SysUI can inject the interfaces into its own components 39 careful about how SysUI calls into the Shell and vice versa. 43 into other code. 59 Aside from direct calls into Shell controllers for exposed features, the Shell also receives
|
/frameworks/av/media/libheadtracking/ |
D | README.md | 4 Immersive Audio functionality. It goes from bare sensor reading into the final 5 pose fed into a virtualizer. 9 The main entry point into this library is the `HeadTrackingProcessor` class. 18 - Static: only the sound stage pose is taken into account. This will result 20 - World-relative: both the head pose and stage pose are taken into account. 24 into account. This will result in an experience where the sound stage is 31 above and is ready to be fed into a virtualizer. 100 goes from the screen bottom to the screen top, Y-axis goes “into” the screen ( 163 The Mode Selector block aggregates the various sources of pose information into
|
/frameworks/base/tools/lint/ |
D | README.md | 4 in AOSP. These checks are broken down into two subdirectories: 16 1. Write your detector with its issues and put it into 18 2. Add your detector's issues into `AndroidGlobalIssueRegistry`'s `issues` 20 3. Write unit tests for your detector in one file and put it into 37 1. Write your detector with its issues and put it into 39 2. Add your detector's issues into `AndroidFrameworkIssueRegistry`'s `issues` field. 40 3. Write unit tests for your detector in one file and put it into
|
/frameworks/base/services/autofill/ |
D | bugfixes.aconfig | 42 description: "Include the current view id into the FillEventHistory events as part of ClientState" 49 description: "Include the session id into the FillEventHistory events as part of ClientState"
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | device_config_service.aconfig | 14 description: "When enabled, loads aconfig default values into DeviceConfig on boot." 33 …description: "When enabled, loads aconfig default values in apex flag protobufs into DeviceConfig …
|
/frameworks/base/tools/lint/fix/ |
D | README.md | 8 and then (optionally) copies modified files back into the source tree.\ 18 directory. This script runs the lint, unpacks those files, and copies them back into the tree.
|
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/ |
D | trace_config_multi_user.textproto | 17 # Enable periodic flushing of the trace buffer into the output file. 20 # Writes the userspace buffer into the file every 1s. 48 # frequently it gets moved into the userspace buffer defined above.
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagLayouts.inc | 33 "ICF folding section `%0' of `%1' into `%2' of `%3'", 34 "ICF folding section `%0' of `%1' into `%2' of `%3'")
|
/frameworks/native/libs/binder/rust/rpcbinder/src/server/ |
D | trusty.rs | 137 Err(TipcError::from_uapi(rc.into())) in on_connect() 152 Err(TipcError::from_uapi(rc.into())) in on_message()
|
/frameworks/base/packages/SystemUI/docs/ |
D | user-file-manager.md | 5 Therefore, for secondary users, we want to store secondary user specific files into the system user 11 Inject UserFileManager into your class.
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 20 The service implementation can be divided into three main layers: 36 that enforces deadlines on calls into the HAL, and `SoundTriggerHalEnforcer` which enforces that 108 within our calls into `AudioSessionProvider.acquireSession()` / 121 down the decorator stack. It is legal to call into the next layer down while holding a local 138 - Calling from `SoundTriggerMiddlewareImpl` / `SoundTriggerModule` into the audio policy service via 140 - `setCaptureState()` calls, originating from Audio Policy Service, into the lower layers of the 141 stack may call into the HAL (specifically, they must invoke `stopRecognition()`, but must not
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/res/ |
D | .README | 2 is not possible to check in a directory into git. This file guarantees the res
|
/frameworks/base/tests/EnforcePermission/perf-app/ |
D | perfetto.textproto | 18 # Enable periodic flushing of the trace buffer into the output file. 21 # Writes the userspace buffer into the file every 1s. 56 # frequently it gets moved into the userspace buffer defined above.
|
/frameworks/libs/binary_translation/prebuilt/system/etc/ |
D | ld.config.riscv64.txt | 31 # TODO(b/142108150): turn it into a proper APEX. 59 # TODO(b/142108150): turn it into a proper APEX. 83 # TODO(b/142108150): turn it into a proper APEX.
|
/frameworks/base/tests/FlickerTests/AppLaunch/trace_config/ |
D | trace_config.textproto | 17 # Enable periodic flushing of the trace buffer into the output file. 20 # Writes the userspace buffer into the file every 1s.
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/trace_config/ |
D | trace_config.textproto | 17 # Enable periodic flushing of the trace buffer into the output file. 20 # Writes the userspace buffer into the file every 1s.
|
/frameworks/base/tests/FlickerTests/Rotation/trace_config/ |
D | trace_config.textproto | 17 # Enable periodic flushing of the trace buffer into the output file. 20 # Writes the userspace buffer into the file every 1s.
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/trace_config/ |
D | trace_config.textproto | 17 # Enable periodic flushing of the trace buffer into the output file. 20 # Writes the userspace buffer into the file every 1s.
|
/frameworks/base/tests/FlickerTests/Notification/trace_config/ |
D | trace_config.textproto | 17 # Enable periodic flushing of the trace buffer into the output file. 20 # Writes the userspace buffer into the file every 1s.
|
/frameworks/base/tests/FlickerTests/ActivityEmbedding/trace_config/ |
D | trace_config.textproto | 17 # Enable periodic flushing of the trace buffer into the output file. 20 # Writes the userspace buffer into the file every 1s.
|
/frameworks/base/tests/FlickerTests/IME/trace_config/ |
D | trace_config.textproto | 17 # Enable periodic flushing of the trace buffer into the output file. 20 # Writes the userspace buffer into the file every 1s.
|