Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp182 args += process(ARBITRARY_TIME, EV_REL, REL_X, originalX); in testMotionRotation()
183 args += process(ARBITRARY_TIME, EV_REL, REL_Y, originalY); in testMotionRotation()
184 args += process(ARBITRARY_TIME, EV_SYN, SYN_REPORT, 0); in testMotionRotation()
224 args += process(EV_REL, REL_X, 10); in TEST_F()
225 args += process(EV_REL, REL_Y, 20); in TEST_F()
226 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F()
231 args += process(EV_KEY, BTN_LEFT, 1); in TEST_F()
232 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F()
239 args += process(EV_REL, REL_X, 10); in TEST_F()
240 args += process(EV_REL, REL_Y, 20); in TEST_F()
[all …]
DTouchpadInputMapper_test.cpp137 args += process(EV_ABS, ABS_MT_TRACKING_ID, 1); in TEST_F()
138 args += process(EV_KEY, BTN_TOUCH, 1); in TEST_F()
140 args += process(EV_KEY, BTN_TOOL_FINGER, 1); in TEST_F()
141 args += process(EV_ABS, ABS_MT_POSITION_X, 50); in TEST_F()
142 args += process(EV_ABS, ABS_MT_POSITION_Y, 50); in TEST_F()
143 args += process(EV_ABS, ABS_MT_PRESSURE, 1); in TEST_F()
144 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F()
151 args += process(EV_KEY, BTN_LEFT, 1); in TEST_F()
153 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F()
155 args += process(EV_KEY, BTN_LEFT, 0); in TEST_F()
[all …]
DKeyboardInputMapper_test.cpp80 process(EV_KEY, keyCode, 1); in testTouchpadTapStateForKeys()
81 process(EV_SYN, SYN_REPORT, 0); in testTouchpadTapStateForKeys()
82 process(EV_KEY, keyCode, 0); in testTouchpadTapStateForKeys()
83 process(EV_SYN, SYN_REPORT, 0); in testTouchpadTapStateForKeys()
121 process(when, EV_KEY, keyCode, 1); in TEST_F()
122 process(when, EV_SYN, SYN_REPORT, 0); in TEST_F()
123 process(when, EV_KEY, keyCode, 0); in TEST_F()
124 process(when, EV_SYN, SYN_REPORT, 0); in TEST_F()
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.md20 only maintained while the process is running, and are discarded at process
24 regardless of process running state, and have the ability to cold-start a
25 process that isn't currently running.
27 ## Per-process queues
30 separate `BroadcastProcessQueue` instance for each potential process on the
31 device. At this level, a process refers to the `android:process` attributes
33 populated regardless of the process state. (For example, a given
34 `android:process` can have multiple `ProcessRecord`/PIDs defined as it's
37 Each per-process queue has the concept of a _runnable at_ timestamp when it's
41 * Which broadcasts are pending dispatch to a given process. For example, an
[all …]
DEventLogTags.logtags19 # Application process bound to work
21 # Application process died
24 # Application process has been started
26 # An application process has been marked as bad
28 # An application process that was bad is now marked as good
33 # Kill a process to reclaim memory.
42 # A process has crashed too many times, it is being cleared
44 # An unknown process is trying to attach to the activity manager
48 # A service is going to be restarted after its process went away
50 # A client was waiting for a content provider, but its process was lost
[all …]
/frameworks/proto_logging/stats/enums/app/
Dapp_enums.proto46 // The values here must not be modified. Any new process states can be appended to the end.
51 // Not a real process state.
53 // Process is a persistent system process.
55 // Process is a persistent system process and is doing UI.
81 // below services means many fewer changes in some process states as they
96 // process that contains activities.
292 * The reason code that why app process is killed.
296 * Application process died due to unknown reason.
301 * Application process exit normally by itself, for example,
305 * in terms of process management.</p>
[all …]
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
DProtoLogCallProcessorImplTest.kt73 visitor.process(StaticJavaParser.parse(code), processor, "") in process_samePackage()
100 visitor.process(StaticJavaParser.parse(code), processor, "") in process_imported()
119 visitor.process(StaticJavaParser.parse(code), processor, "") in process_importedStatic()
137 visitor.process(StaticJavaParser.parse(code), processor, "") in process_groupNotImported()
154 visitor.process(StaticJavaParser.parse(code), processor, "") in process_protoLogNotImported()
169 visitor.process(StaticJavaParser.parse(code), processor, "") in process_unknownGroup()
183 visitor.process(StaticJavaParser.parse(code), processor, "") in process_staticGroup()
197 visitor.process(StaticJavaParser.parse(code), processor, "") in process_badGroup()
211 visitor.process(StaticJavaParser.parse(code), processor, "") in process_invalidSignature()
227 visitor.process(StaticJavaParser.parse(code), processor, "") in process_disabled()
/frameworks/proto_logging/stats/enums/service/
Dprocstats_enum.proto42 // Persistent system process.
50 // Important foreground process (ime, wallpaper, etc).
52 // Important background process.
56 // Background process running a service.
62 // Heavy-weight process (currently not used).
68 // Cached process hosting a previous activity.
70 // Cached process hosting a client activity.
72 // Cached process that is empty.
74 // Frozen process.
97 // Persistent system process; PERSISTENT or PERSISTENT_UI in ActivityManager
[all …]
/frameworks/base/core/proto/android/os/
Dps.proto38 // spid). This value may also appear as: a process ID (pid); a process
40 // group ID for the thread group leader (tgid); and a tty process group
41 // ID for the process group leader (tpgid).
43 // Parent process ID.
45 // Virtual set size (memory size) of the process, in KiB.
48 // process; real memory usage, in KiB.
50 // Name of the kernel function in which the process is sleeping, a "-"
51 // if the process is running, or a "*" if the process is multi-threaded
54 // Memory address of the process.
71 // Defunct ("zombie") process. Terminated but not reaped by its
[all …]
/frameworks/base/proto/src/criticalevents/
Dcritical_event_log.proto99 // Name of the ANRing process.
101 optional string process = 2; field
103 // PID of the ANRing process.
107 // UID of the ANRing process.
111 // Category of the ANRing process (DATA_APP, SYSTEM_APP, etc).
121 // Name of the crashed process.
123 optional string process = 2; field
125 // PID of the crashed process.
129 // UID of the crashed process.
133 // Category of the crashed process (DATA_APP, SYSTEM_APP, etc).
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java174 mBubbleExtractor.process(r); in testAppYesChannelNo()
189 mBubbleExtractor.process(r); in testAppYesChannelDefault()
203 mBubbleExtractor.process(r); in testAppYesChannelYes()
217 mBubbleExtractor.process(r); in testAppYesChannelYesFeatureNo()
232 mBubbleExtractor.process(r); in testAppNoChannelYes()
247 mBubbleExtractor.process(r); in testAppNoChannelDefault()
262 mBubbleExtractor.process(r); in testAppSelectedChannelDefault()
277 mBubbleExtractor.process(r); in testAppSelectedChannelNo()
293 mBubbleExtractor.process(r); in testAppSeletedChannelYes()
308 mBubbleExtractor.process(r); in testAppSeletedChannelYesFeatureNo()
[all …]
DBadgeExtractorTest.java155 extractor.process(r); in testAppYesChannelNo()
169 extractor.process(r); in testAppNoChannelYes()
183 extractor.process(r); in testAppYesChannelYes()
197 extractor.process(r); in testAppNoChannelNo()
211 extractor.process(r); in testAppYesChannelYesUserNo()
225 extractor.process(r); in testHideNotifOverridesYes()
240 extractor.process(r); in testHideMediaNotifOverridesYes()
255 extractor.process(r); in testHideMediaNotifDisabledOverridesNo()
270 extractor.process(r); in testHideMediaNotifNoSessionOverridesNo()
285 extractor.process(r); in testHideMediaNotifNotMediaStyleOverridesNo()
[all …]
DVisibilityExtractorTest.java102 extractor.process(r); in testGlobalAllDpmAllChannelAll()
120 extractor.process(r); in testGlobalNoneDpmAllChannelAll()
138 extractor.process(r); in testGlobalSomeDpmAllChannelAll()
157 extractor.process(r); in testGlobalAllDpmNoneChannelAll()
176 extractor.process(r); in testGlobalAllDpmSomeChannelAll()
194 extractor.process(r); in testGlobalAllDpmAllChannelNone()
212 extractor.process(r); in testGlobalAllDpmAllChannelSome()
231 extractor.process(r); in testGlobalAllDpmSomeChannelNone()
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
DGainmapTransformsTest.kt43 private fun process(transform: (Bitmap) -> Bitmap) { in <lambda>() method
62 process { it.copy(Bitmap.Config.ARGB_8888, false) } in <lambda>()
65 process { it.copy(Bitmap.Config.ARGB_8888, false) } in <lambda>()
69 process { Bitmap.createScaledBitmap(it, it.width / 3, it.height / 3, true) } in <lambda>()
73 process { in <lambda>()
84 process { in <lambda>()
96 process { in <lambda>()
105 process { in <lambda>()
/frameworks/base/api/coverage/tools/
DExtractFlaggedApisTest.kt66 val process = Runtime.getRuntime().exec(createCommand()) in extractFlaggedApis_onlyMethodFlag_useMethodFlag() constant
67 process.waitFor() in extractFlaggedApis_onlyMethodFlag_useMethodFlag()
97 val process = Runtime.getRuntime().exec(createCommand()) in extractFlaggedApis_onlyClassFlag_useClassFlag() constant
98 process.waitFor() in extractFlaggedApis_onlyClassFlag_useClassFlag()
128 val process = Runtime.getRuntime().exec(createCommand()) in extractFlaggedApis_flaggedConstructorsAreFlaggedApis() constant
129 process.waitFor() in extractFlaggedApis_flaggedConstructorsAreFlaggedApis()
161 val process = Runtime.getRuntime().exec(createCommand()) in extractFlaggedApis_unflaggedNestedClassShouldUseOuterClassFlag() constant
162 process.waitFor() in extractFlaggedApis_unflaggedNestedClassShouldUseOuterClassFlag()
200 val process = Runtime.getRuntime().exec(createCommand()) in extractFlaggedApis_unflaggedNestedClassShouldUseOuterClassFlag_deeplyNested() constant
201 process.waitFor() in extractFlaggedApis_unflaggedNestedClassShouldUseOuterClassFlag_deeplyNested()
/frameworks/base/services/core/java/com/android/server/hdmi/
DSelectRequestBuffer.java35 public void process() {
86 public abstract void process(); in process() method in SelectRequestBuffer.SelectRequest
95 public void process() { in process() method in SelectRequestBuffer.DeviceSelectRequest
109 public void process() { in process() method in SelectRequestBuffer.PortSelectRequest
143 public void process() { in process() method in SelectRequestBuffer
145 mRequest.process(); in process()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DProgram.java28 public abstract void process(Frame[] inputs, Frame output); in process() method in Program
31 public void process(Frame input, Frame output) { in process() method in Program
34 process(inputs, output); in process()
/frameworks/base/tools/preload/
DOperation.java36 final Proc process; field in Operation
57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos, in Operation() argument
59 this.process = process; in Operation()
/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DFileIO.ts36 process.exit();
45 process.exit();
56 process.exit();
68 process.exit();
DrootPath.ts15 if (!process?.env?.ANDROID_BUILD_TOP) {
21 export const repoPath = process?.env?.ANDROID_BUILD_TOP;
/frameworks/proto_logging/stats/atoms/kernel/
Dkernel_extension_atoms.proto50 // Name of the killed process.
53 // OOM victim's virtual memory, which was freed up after the process' death.
56 // OOM victim's anonymous RSS memory, which was freed up after the process' death.
59 // OOM victim's file-backed RSS memory, which was freed up after the process' death.
62 // OOM victim's shared RSS memory, which was freed up after the process' death.
65 // OOM victim's page tables, which was freed after the process' death
/frameworks/av/media/codec2/hal/common/
DBufferTypes.cpp99 BlockProcessor process) { in forEachBlock() argument
104 process(block); in forEachBlock()
112 BlockProcessor process, in forEachBlock() argument
119 forEachBlock(work->input, process); in forEachBlock()
125 process); in forEachBlock()
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_response_packet_fuzzer.cpp32 void process();
38 void MtpResponsePacketFuzzer::process() { in process() function in MtpResponsePacketFuzzer
63 mtpResponsePacketFuzzer.process(); in LLVMFuzzerTestOneInput()
Dmtp_event_packet_fuzzer.cpp32 void process();
38 void MtpEventPacketFuzzer::process() { in process() function in MtpEventPacketFuzzer
68 mtpEventPacketFuzzer.process(); in LLVMFuzzerTestOneInput()
/frameworks/base/core/proto/android/service/
Dprocstats.proto82 // Stats for each process.
135 // PSS is memory reserved for this process
141 // RSS is memory resident for this process
149 // Name of process.
150 optional string process = 1; field
152 // Uid of the process.
173 // Total time process has been running... screen_state, memory_state, and process_state
177 // Association data for this process in this state;
184 // Procss Name of the associated process/package
187 // Package Name of the associated process/package
[all …]

12345678910>>...27