Searched refs:process (Results 251 - 275 of 280) sorted by relevance

<<1112

/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
H A DFieldProcessorTest.kt379 handler(parser.process(), invocation)
H A DInsertionMethodProcessorTest.kt417 val processed = processor.process()
H A DQueryMethodProcessorTest.kt854 val parsedQuery = parser.process()
/frameworks/base/core/java/android/app/
H A DActivityManager.java91 * process.
470 * Process states, describing the kind of state a particular process is in.
482 /** @hide Not a real process state. */
485 /** @hide Process is a persistent system process. */
488 /** @hide Process is a persistent system process and is doing UI. */
521 * many fewer changes in some process states as they receive broadcasts. */
541 * process that contains activities. */
559 // versions do NOT have the ordering restrictions of the ActivityManager process state.
563 * @param amInt a process state of the form ActivityManager.PROCESS_STATE_
612 // ActivityManager process stat
2328 public String process; field in class:ActivityManager.RunningServiceInfo
3414 setProcessMemoryTrimLevel(String process, int userId, int level) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp140 typedef float process_buffer_t; // process in float
142 typedef int32_t process_buffer_t; // process in Q4_27
253 // force reloading preset at first call to process()
287 // Allocate memory for reverb process (*2 is for STEREO)
351 // process()
359 // frameCount: Frames to process
367 int process( effect_buffer_t *pIn, function in namespace:android::__anon367
377 ALOGE("\tLVREV_ERROR : process invalid PCM format");
404 ALOGE("\tLVREV_ERROR : process failed to allocate memory for temporary buffers ");
469 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process")
[all...]
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp209 myData->loopbackProcessor->process(myData->inputFloatData,
/frameworks/av/media/libaudioprocessing/
H A DBufferProviders.cpp176 // process() function is called directly (see DownmixerBufferProvider::getNextBuffer())
289 status_t res = mDownmixInterface->process();
H A DAudioMixer.cpp49 /* VERY_VERY_VERBOSE_LOGGING will show exactly which process hook and track hook is
917 // The check prevents a muted track from acquiring a process hook.
934 process();
937 // track hooks for subsequent mixer process
1261 // process by group of tracks with same output buffer to
1292 // process by group of tracks with same output main buffer to
1474 // we process only one track.
1650 /* This process hook is called when there is a single track without
1873 /* Returns the proper process hook for mixing tracks. Currently works only for
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp624 pContext->adapter.process(inBuffer->raw, outBuffer->raw, outBuffer->frameCount);
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java121 public RankingReconsideration process(NotificationRecord record) { method in class:ValidateNotificationPeople
H A DRankingHelper.java177 RankingReconsideration recon = extractor.process(r);
/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
H A DEmojiProcessor.java160 CharSequence process(@NonNull final CharSequence charSequence, @IntRange(from = 0) int start, method in class:EmojiProcessor
/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto584 // CPU times accumulated across all process states.
596 // CPU times at different process states.
714 // Time the process was running in the foreground.
716 // Number of times the process has been started.
718 // Number of times the process has had an ANR.
720 // Number of times the process has crashed.
723 repeated Process process = 19;
739 // Time this uid has any process with a started foreground service, but
742 // Time this uid has any process in an active foreground state, but none in the
745 // Time this uid has any process i
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java133 // Message buffer used to buffer selected messages to process later. <Active Source>
141 // process any CEC commands that arrived before the input is added.
482 ActiveSourceHandler.create(this, null).process(activeSource, info.getDeviceType());
781 mSelectRequestBuffer.process();
1025 // On initialization process, getAvrDeviceInfo() may return null and cause exception
1058 // On initialization process, getAvrDeviceInfo() may return null and cause exception
1484 * Launch routing control process.
1620 // HotplugDetectionAction will be reinstated during the wake up process.
/frameworks/av/services/audioflinger/
H A DEffects.cpp77 mDisableWaitCnt(0), // set by process() and updateState()
199 // Prevent calls to process() and other functions on effect interface from now on.
201 // this object is released which can happen after next process is called.
274 // mDisableWaitCnt is forced to 1 by process() when the engine indicates the end of the
288 void AudioFlinger::EffectModule::process() function in class:android::AudioFlinger::EffectModule
305 // input and output effect buffers without an intermediary effect process.
422 ret = mEffectInterface->process();
511 // TODO: handle configuration of effects replacing track process
1704 // particular client process: no risk to block the whole media server process o
[all...]
H A DThreads.cpp3352 // during mixing and effect process as the audio buffers could be deleted
3407 // only process effects if we're going to write
3415 // was read from audio track: process only updates effect state
4151 mAudioMixer->process();
4274 // process fast tracks
4348 // indicate to client process that the track was disabled because of underrun;
4759 // indicate to client process that the track was disabled because of underrun;
5329 // indicate to client process that the track was disabled because of underrun;
5924 // tell client process that the track was disabled because of underrun;
6028 mAudioMixer->process();
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1001 // sRendererDisabled will be set. In addition, the system process
1005 // can be used by code on the system process to escape that and enable
5245 mTrackball.process(event);
5248 mJoystick.process(event);
5252 mTouchNavigation.process(event);
5256 mKeyboard.process((KeyEvent)q.mEvent);
5304 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticTrackballHandler
5618 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticJoystickHandler
5883 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticTouchNavigationHandler
6184 public void process(KeyEven method in class:ViewRootImpl.SyntheticKeyboardHandler
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp675 fusion.process(event[i]);
693 if (si->process(&out, event[i])) {
735 // handle dynamic sensor meta events, process registration and unregistration of dynamic
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp437 // Look for and process any <aapt:attr> tags and create sub-documents.
597 if (!png.process(path_data.source, &legacy_stream, &legacy_buffer, {})) {
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp346 sp<ProcessState> IPCThreadState::process() function in class:android::IPCThreadState
478 // When we've cleared the incoming command queue, process any pending derefs
491 * from the driver if we don't process it now.
503 // decWeak() and a decStrong() to be queued, we want to process
547 // needed and it is not the main process thread.
960 tr.target.ptr = 0; /* Don't pass uninitialized stack data to a remote process */
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp1234 bool Png::process(const Source& source, std::istream* input, function in class:aapt::Png
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareStateManagerTest.java652 * results in a failure response) at which point we can process additional
2120 assertTrue(answerObj.process());
2126 assertTrue(answerObj.process());
2261 assertTrue(answerObj.process());
2448 boolean process() { method in class:WifiAwareStateManagerTest.SendMessageQueueModelAnswer
/frameworks/base/tools/aapt/
H A DResource.cpp2078 RESOURCES_ANDROID_NAMESPACE, "process",
2103 RESOURCES_ANDROID_NAMESPACE, "process",
2120 RESOURCES_ANDROID_NAMESPACE, "process",
3074 "http://schemas.android.com/apk/res/android", "process", &error);
3090 "http://schemas.android.com/apk/res/android", "process", &error);
3096 const String8& process = local
3098 keepTag = process.length() > 0 && process.find(":") != 0;
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java152 * List of services that are in the process of being destroyed.
246 * process, this should be one entry in mStartingBackground for that one process
555 // that are starting. This is to avoid process start spam when lots
559 // in its own process, and for that process to not be killed before the
1507 // we schedule binding to the service but do not start its process, then
1509 // when done to start the bound service's process to completing the binding.
1983 // pm is in same process, this will never happen.
2031 // process
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java82 * <li><em>Binding:</em> The process of preparing a child view to display data corresponding
323 return; //we'll process updates when ice age ends.
1865 // eat layout for process adapter updates
3187 * This method may process only the pre-layout state of updates or all of them.
3198 // If layout supports predictive animations, pre-process to decide if we want to run them
3226 * visible to non-visible in the process of layout (they were moved off
3229 * non-visible to visible in the process of layout (they were moved on
3423 * - process adapter updates
3505 // we don't process disappearing list because they may re-appear in post layout pass.
3551 // Step 3: Find out where things are now, and process chang
[all...]

Completed in 4188 milliseconds

<<1112