Searched refs:process (Results 176 - 197 of 197) sorted by relevance

12345678

/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp621 pContext->adapter.process(inBuffer->raw, outBuffer->raw, outBuffer->frameCount);
/frameworks/av/services/audioflinger/
H A DBufferProviders.cpp167 // process() function is called directly (see DownmixerBufferProvider::getNextBuffer())
242 status_t res = (*mDownmixHandle)->process(mDownmixHandle,
H A DAudioMixer.cpp51 /* VERY_VERY_VERBOSE_LOGGING will show exactly which process hook and track hook is
906 void AudioMixer::process() function in class:android::AudioMixer
1024 // The check prevents a muted track from acquiring a process hook.
1045 // track hooks for subsequent mixer process
1372 // process by group of tracks with same output buffer to
1432 // process by group of tracks with same output buffer to
1527 // process by group of tracks with same output buffer
1640 // we process only one track.
1804 /* This process hook is called when there is a single track without
2028 /* Returns the proper process hoo
[all...]
H A DThreads.cpp3036 // during mixing and effect process as the audio buffers could be deleted
3089 // only process effects if we're going to write
3097 // was read from audio track: process only updates effect state
3771 mAudioMixer->process();
3872 // process fast tracks
3946 // indicate to client process that the track was disabled because of underrun;
4307 // indicate to client process that the track was disabled because of underrun;
4826 // indicate to client process that the track was disabled because of underrun;
5392 // indicate to client process that the track was disabled because of underrun;
5492 mAudioMixer->process();
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java118 RankingReconsideration recon = extractor.process(r);
H A DValidateNotificationPeople.java118 public RankingReconsideration process(NotificationRecord record) { method in class:ValidateNotificationPeople
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp389 if (!png.process(pathData.source, &fin, &buffer, {})) {
H A DPng.cpp1193 bool Png::process(const Source& source, std::istream* input, BigBuffer* outBuffer, function in class:aapt::Png
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp237 // force reloading preset at first call to process()
270 // Allocate memory for reverb process (*2 is for STEREO)
396 // process()
404 // frameCount: Frames to process
413 int process( LVM_INT16 *pIn, function in namespace:android::__anon243
427 ALOGV("\tLVREV_ERROR : process invalid PCM format");
435 ALOGV("\tLVREV_ERROR : process failed to allocate memory for temporary buffers ");
478 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process")
545 } /* end process */
757 InstParams.SourceFormat = LVM_STEREO; // Max format, could be mono during process
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs445 "How to load and process bitmaps while keeping your user interface
454 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/process-bitmap.html">
/frameworks/native/services/sensorservice/
H A DSensorService.cpp540 fusion.process(event[i]);
558 if (si->process(&out, event[i])) {
600 // handle dynamic sensor meta events, process registration and unregistration of dynamic
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1735 String process = data.readString();
1741 boolean res = profileControl(process, userId, start, profilerInfo, profileType);
2039 String process = data.readString();
2045 boolean res = dumpHeap(process, userId, managed, path, fd);
2818 String process = data.readString();
2821 boolean res = setProcessMemoryTrimLevel(process, userId, level);
5226 public boolean profileControl(String process, int userId, boolean start, argument
5232 data.writeString(process);
5607 public boolean dumpHeap(String process, int userId, boolean managed, argument
5612 data.writeString(process);
6776 setProcessMemoryTrimLevel(String process, int userId, int level) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java843 // sRendererDisabled will be set. In addition, the system process
847 // can be used by code on the system process to escape that and enable
4544 mTrackball.process(event);
4547 mJoystick.process(event);
4551 mTouchNavigation.process(event);
4555 mKeyboard.process((KeyEvent)q.mEvent);
4591 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticTrackballHandler
4909 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticJoystickHandler
5095 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticTouchNavigationHandler
5396 public void process(KeyEven method in class:ViewRootImpl.SyntheticKeyboardHandler
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java128 // Message buffer used to buffer selected messages to process later. <Active Source>
136 // process any CEC commands that arrived before the input is added.
506 ActiveSourceHandler.create(this, null).process(activeSource, info.getDeviceType());
806 mSelectRequestBuffer.process();
1501 * Launch routing control process.
1638 // HotplugDetectionAction will be reinstated during the wake up process.
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c38 static list_elem_t *gCurLib; // current library in enumeration process
39 static list_elem_t *gCurEffect; // current effect in enumeration process
40 static uint32_t gCurEffectIdx; // current effect index in enumeration process
94 ret = (*fx->subItfe)->process(fx->subItfe, inBuffer, outBuffer);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp342 sp<ProcessState> IPCThreadState::process() function in class:android::IPCThreadState
474 // When we've cleared the incoming command queue, process any pending derefs
522 // needed and it is not the main process thread.
930 tr.target.ptr = 0; /* Don't pass uninitialized stack data to a remote process */
1075 // want to run in that state in this process. The driver set our
/frameworks/base/tools/aapt/
H A DResource.cpp1914 RESOURCES_ANDROID_NAMESPACE, "process",
1939 RESOURCES_ANDROID_NAMESPACE, "process",
1956 RESOURCES_ANDROID_NAMESPACE, "process",
2910 "http://schemas.android.com/apk/res/android", "process", &error);
2937 "http://schemas.android.com/apk/res/android", "process", &error);
2943 const String8& process = local
2945 keepTag = process.length() > 0 && process.find(":") != 0;
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java96 // How long a service needs to be running until restarting its process
114 // we consider it non-essential and allow its process to go on the
150 * List of services that are in the process of being destroyed.
181 * process, this should be one entry in mStartingBackground for that one process
395 // that are starting. This is to avoid process start spam when lots
399 // in its own process, and for that process to not be killed before the
891 // we schedule binding to the service but do not start its process, then
893 // when done to start the bound service's process t
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java95 * <li><em>Binding:</em> The process of preparing a child view to display data corresponding
303 return; //we'll process updates when ice age ends.
1755 // eat layout for process adapter updates
3001 * This method may process only the pre-layout state of updates or all of them.
3013 // If layout supports predictive animations, pre-process to decide if we want to run them
3037 * visible to non-visible in the process of layout (they were moved off
3040 * non-visible to visible in the process of layout (they were moved on
3154 * - process adapter updates
3236 // we don't process disappearing list because they may re-appear in post layout pass.
3282 // Step 3: Find out where things are now, and process chang
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 673 milliseconds

12345678