/frameworks/wilhelm/doc/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored 37 # base path where the generated documentation will be put. 38 # If a relative path is entered, it will be relative to the location 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 45 # format and will distribute the generated files over these directories. 53 # documentation generated by doxygen is written. Doxygen will use this 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 75 # brief descriptions will be completely suppressed. [all …]
|
/frameworks/native/docs/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored 46 # Doxygen will copy the logo to the output directory. 51 # base path where the generated documentation will be put. 52 # If a relative path is entered, it will be relative to the location 53 # where doxygen was started. If left blank the current directory will be used. 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 59 # format and will distribute the generated files over these directories. 67 # documentation generated by doxygen is written. Doxygen will use this 79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend [all …]
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 9 # All text after a single hash (#) is considered a comment and will be ignored. 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 57 # into which the generated documentation will be written. If a relative path is 58 # entered, it will be relative to the location where doxygen was started. If 59 # left blank the current directory will be used. 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 65 # will distribute the generated files over these directories. Enabling this 74 # documentation generated by doxygen is written. Doxygen will use this 88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief [all …]
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 9 # All text after a single hash (#) is considered a comment and will be ignored. 51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 57 # into which the generated documentation will be written. If a relative path is 58 # entered, it will be relative to the location where doxygen was started. If 59 # left blank the current directory will be used. 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 65 # will distribute the generated files over these directories. Enabling this 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode 82 # documentation generated by doxygen is written. Doxygen will use this [all …]
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 9 # All text after a single hash (#) is considered a comment and will be ignored. 51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 57 # into which the generated documentation will be written. If a relative path is 58 # entered, it will be relative to the location where doxygen was started. If 59 # left blank the current directory will be used. 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 65 # will distribute the generated files over these directories. Enabling this 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode 82 # documentation generated by doxygen is written. Doxygen will use this [all …]
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.md | 27 made by foreground apps are special cased such that the resulting sync operations will be 45 `SYNC_EXEMPTION_PROMOTE_BUCKET_WITH_TEMP` will be set. 49 `SYNC_EXEMPTION_PROMOTE_BUCKET` will be set. 53 `SYNC_EXEMPTION_PROMOTE_BUCKET` will be set. 62 - This will add `JobInfo.FLAG_EXEMPT_FROM_APP_STANDBY` to the sync job. This makes the job 63 subject to "ACTIVE" app quota, so minimum deferral will be applied to it. 69 This will allow the app to access network, even if it has been in the `RARE` bucket 72 Note if the device is dozing or in battery saver, promoting to the "ACTIVE" bucket will still 81 Temp-allowlist will grant the app network access even if the device is in doze or in battery 84 (However, note that when the device is dozing, sync jobs will not run anyway.) [all …]
|
/frameworks/compile/slang/ |
D | README.rst | 13 Virtual Machine) bitcode representation, which will be consumed on 22 distinct, effective features for Android programming. We will use 55 Note that *-MD* will tell llvm-rs-cc to output dependence information. 82 This command will generate: 90 The **Script\*.java** files above will be documented below. 120 Note that the ScriptC_fountain.java will be generated inside 140 In ScriptC_fountain.java, llvm-rs-cc will reflect the following methods:: 149 static will generate get, set, or invoke methods. This provides a way 158 llvm-rs-cc will genearte ScriptC_fountain.java as follows:: 180 struct. In this case, llvm-rs-cc will reflect two files, [all …]
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 4 …opulated unmodified, a GLES LayerLoader will be instantiated. If debug layers are enabled, the La… 6 If layering is enabled, the loader will search for and enumerate a specified layer list. The layer… 8 …e layers will be traversed in the order they are specified, so the first layer will be directly be… 20 …will be provided. If a layer tries to make independent GLES 1.x calls, they will be routed to GLES… 22 …at the layer should call when finished. If there is only one layer, next will point directly to t… 27 …will call `AndroidGLESLayer_Initialize`, and then walk libEGL’s function lists and call `AndroidGL… 29 …dress if they look up function calls instead of eglGetProcAddress or they will not get an accurate… 66 Note these settings will persist across reboots: 89 These will be cleared on reboot: 91 # This will attempt to load layers for all applications, including native executables [all …]
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 42 inside the android shell. This will replay the full trace and then exit. Running this command 43 outside of the shell by prepending `adb shell` will not allow for manual control and will not turn 46 The replay will not fill surfaces with their contents during the capture. Rather they are given a 47 random color which will be the same every time the trace is replayed. Surfaces modulate their color 60 When replaying, if the user presses CTRL-C, the replay will stop and can be manually controlled 61 by the user. Pressing CTRL-C again will exit the replayer. 98 - replayManually - **True**: if the replayer will immediately switch to manual replay at the start 99 - numThreads - Number of worker threads the replayer will use. 114 And the trace will start replaying. Once the trace is finished replaying, the function will return. 115 The layers that are visible at the end of the trace will remain on screen until the program [all …]
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 23 will lose data if reader doesn't keep up 32 if configured to block, then will wait until space available before returning 33 if configured to not block, then will return a short transfer count 34 and will never overwrite data
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 31 + The percentage will be displayed with an x-coordinate of 'c', and a 39 + `p` -- this part will play unless interrupted by the end of the boot 40 + `c` -- this part will play to completion, no matter what 57 - `c` -- will centre the text 58 - `n` -- will position the text n pixels from the start; left edge for x-axis, bottom edge 60 - `-n` -- will position the text n pixels from the end; right edge for x-axis, top edge 63 * `-24` or `c -24` will position the text 24 pixels from the top of the screen, 65 * `16 c` will position the text 16 pixels from the left of the screen, centred 67 * `-32 32` will position the text such that the bottom right corner is 32 pixels above 81 * For a NxM image each character glyph will be N/16 pixels wide and M/(12*2) pixels high [all …]
|
/frameworks/proto_logging/stats/enums/wifi/ |
D | enums.proto | 30 * Wi-Fi will be kept active, and will behave normally. 36 * Wi-Fi will be kept active, but the only operation that will be supported is initiation of 42 * Wi-Fi will not go to power save. 47 * Wi-Fi will operate with a priority to achieve low latency.
|
/frameworks/base/tools/aapt2/ |
D | development.md | 6 `make -j aapt2` will create an aapt2 executable in `out/host/linux-x86/bin/aapt2` (on Linux). This … 8 …T_DIRECTORY BUILD_HOST_static=1`. Note, in addition to aapt2 this command will also output other s…
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 44 When systrace is enabled, the zip file will contain a `systrace.txt` file as well. 76 - Services in the new sections will have a new header containing the 80 For example, cpuinfo will now move to `DUMPSYS CRITICAL` and will have a 83 - Bug report will contain proto dumps from all supporting services. Support can be 86 - All protos will be generated into separate files per service, per priority. The files 87 will be stored in `proto/<servicename>(_CRITICAL|_HIGH|).proto` 92 During development, the versions will be suffixed with _-devX_ or 104 Android defining that format, then a new _sub-version_ will be used. 106 release, the version will be called **1.1** or something like that.
|
/frameworks/native/libs/renderengine/skia/debug/ |
D | README.md | 3 A non zero value turns on the recording. The recording will stop after MS specified. 5 is finished, the capture_skia_ms flag will be set to 0 to avoid circular recording. 13 File will be stored in the /data/user/ directory on the device:
|
/frameworks/base/core/proto/android/net/ |
D | networkrequest.proto | 39 // The framework will issue callbacks about any and all networks that 42 // A hybrid of the two designed such that the framework will issue 49 // semantics, but to the fact that the system will only ever create a 55 // telephony DUN request), the framework will issue callbacks about the 63 // higher-scoring network will not go into the background immediately, 64 // but will linger and go into the background after the linger timeout.
|
/frameworks/base/packages/SystemUI/docs/ |
D | broadcasts.md | 10 * All supported `BroadcastReceiver` will be aggregated into one single receiver per user. 11 * Whenever there is a broadcast, the number of IPC calls from `system_server` into SystemUI will be… 28 * Broadcasts will be dispatched on the main thread (same as `system_server`) by default but a `Hand… 39 …* All cached sticky broadcasts that match the filter will be sent to the just registered `Broadcas… 60 * It will only take into account actions and categories for filtering. It must 80 …ng the same `BroadcastReceiver` for the same user using different filters will result on two subsc… 84 There are two methods to unsubscribe a given `BroadcastReceiver`. One that will remove it for all u… 90 * This will remove every registration of [receiver], not those done just with [UserHandle.ALL]. 92 * @param receiver The receiver to unregister. It will be unregistered for all users. 99 * @param receiver The receiver to unregister. It will be unregistered for all users.
|
/frameworks/proto_logging/stats/enums/os/ |
D | enums.proto | 121 // Device functionalities will be limited. 148 // will be allowed to go off. 152 // backlight will be allowed to go off. If the user presses the power 153 // button, then the SCREEN_DIM_WAKE_LOCK will be implicitly released by 158 // backlight will be allowed to go off. If the user presses the power 159 // button, then the SCREEN_BRIGHT_WAKE_LOCK will be implicitly released 165 // FULL_WAKE_LOCK will be implicitly released by the system, causing 176 // locks are held, then the device will fall asleep (and lock) as usual. 177 // However, the device will not fall asleep while the screen has been
|
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.md | 19 …will execute `handleEvent`. At this point, the app is expected to read in the events that have com… 21 …d them all at once. Therefore, whenever the events are available, the app will try to completely d… 33 …frameTime=<valid frame time>, ..)`. At this point, the `consume` function will return all batched … 39 1. Even if events have been read by `InputConsumer`, `consume` will return `NULL` event with status… 43 3. The function `handleEvent` will always execute as long as there are unread events in the fd
|
/frameworks/base/core/proto/android/app/ |
D | alarmmanager.proto | 32 // will wake up the device when it goes off. 36 // asleep, it will not be delivered until the next time the device wakes up. 39 // sleep), which will wake up the device when it goes off. 43 // device is asleep, it will not be delivered until the next time the device
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | README.md | 61 There is a package watchdog service running on device that will trigger rollback 68 will be triggered. This particularly applies to updates that include APEXes 71 will cause the rollback to be triggered. 109 multi-package install session will cause all packages in the multi-package 119 install session, rollback will not be enabled for any package in the 142 non-whitelisted packages will fail. 157 If we are unable to enable rollback, the installation will proceed without 163 For the most part, a rollback will remain available after failure to commit it. 165 will not fail again the next time the commit of the rollback is attempted. 240 rollback is for a staged update; reboot will be required after the rollback [all …]
|
/frameworks/base/core/java/org/chromium/arc/ |
D | EventLogTags.logtags | 6 # In case of conflicts build will fail, so we do not need to worry too much 10 # These events will be watched in automations like autotests.
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 13 a monitor or video dock that the user will want to plug a phone into. 17 in this arrangement and will provide power to the source. 32 in this arrangement and will receive power from the sink. 48 on each device. The source will then begin to project display
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 121 eglGetFrameTimestampsANDROID. If any error is generated, the function will 138 compositor will begin composition. This is effectively the deadline 161 will have the value EGL_TIMESTAMP_PENDING_ANDROID. Timestamps for events 162 that did not occur will have the value EGL_TIMESTAMP_INVALID_ANDROID. 163 Otherwise, the timestamp will be valid and indicate the event has occured. 164 Timestamp queries that are not supported will generate an EGL_BAD_PARAMETER 165 error. If any error is generated the function will return EGL_FALSE. 179 this will correspond to buffer's queue time. 190 is composited only once, it will have the same value as 196 the compositor's rendering work for this frame finished. This will be
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 18 Every dispatch cycle, InputDispatcher will check all connections to see if any are unresponsive. To… 35 …meout value. If the nearest timeout value is in the past, InputDispatcher will trigger the ANR for… 44 When this happens, the expectation is that the ANR dialog will come up within a short period of sen… 53 …will continue to function normally, without causing an ANR. If there is a focused event, however, … 59 …FocusedApplication` are set. When the `mInputTargetWaitTimeoutTime` expires, an ANR will be raised. 64 …ng or gesturing the BACK key. In this scenario, `adb shell dumpsys input` will reveal that there's… 69 …locked = false`. All of the entries for this connection inside AnrTracker will be modified to expi… 71 … dispatch, it returns a timeout value of 0. In this case, InputDispatcher will synthesize cancel e…
|