Searched refs:process (Results 151 - 172 of 172) sorted by relevance

1234567

/frameworks/av/services/audioflinger/
H A DAudioMixer.h123 void process(int64_t pts);
434 // multi-format process hooks
460 // functions for determining the proper process and track hooks.
H A DEffects.cpp70 // mDisableWaitCnt is set by process() and updateState() and not used before then
170 // Prevent calls to process() and other functions on effect interface from now on.
172 // this object is released which can happen after next process is called.
249 // mDisableWaitCnt is forced to 1 by process() when the engine indicates the end of the
261 void AudioFlinger::EffectModule::process() function in class:android::AudioFlinger::EffectModule
280 int ret = (*mEffectInterface)->process(mEffectInterface,
336 // TODO: handle configuration of effects replacing track process
1217 // particular client process: no risk to block the whole media server process or mixer
1432 // never process effect
[all...]
H A DFastMixer.cpp226 // process removed tracks first to avoid running out of track names
245 // now process added tracks
277 // finally process (potentially) modified tracks; these use the same slot
403 // process() is CPU-bound
404 mixer->process(pts);
H A DAudioMixer.cpp56 /* VERY_VERY_VERBOSE_LOGGING will show exactly which process hook and track hook is
217 // process() function is called directly (see DownmixerBufferProvider::getNextBuffer())
292 status_t res = (*mDownmixHandle)->process(mDownmixHandle,
510 // to integer because the downmixer requires integer to process.
1042 void AudioMixer::process(int64_t pts) function in class:AudioMixer
1159 // The check prevents a muted track from acquiring a process hook.
1180 // track hooks for subsequent mixer process
1507 // process by group of tracks with same output buffer to
1569 // process by group of tracks with same output buffer to
1666 // process b
[all...]
H A DThreads.cpp2537 // during mixing and effect process as the audio buffers could be deleted
2582 // only process effects if we're going to write
2590 // was read from audio track: process only updates effect state
3121 mAudioMixer->process(pts);
3222 // process fast tracks
3294 // indicate to client process that the track was disabled because of underrun;
3628 // indicate to client process that the track was disabled because of underrun;
4129 // indicate to client process that the track was disabled because of underrun;
4661 // indicate to client process that the track was disabled because of underrun;
4764 mAudioMixer->process(AudioBufferProvide
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java111 RankingReconsideration recon = extractor.process(r);
H A DValidateNotificationPeople.java113 public RankingReconsideration process(NotificationRecord record) { method in class:ValidateNotificationPeople
/frameworks/av/media/libmedia/
H A DSoundPool.cpp696 channel->process(event, info, (unsigned long)user & 1);
699 void SoundChannel::process(int event, void *info, unsigned long toggle) function in class:android::SoundChannel
701 //ALOGV("process(%d)", mChannelID);
711 ALOGV("process wrong toggle %p channel %d", this, mChannelID);
720 // ALOGV("SoundChannel::process event %d", event);
761 ALOGV("process %p channel %d event %s",
768 ALOGW("SoundChannel::process unexpected event %d", event);
899 // callback thread to exit which may need to execute process() and acquire the mLock.
/frameworks/rs/api/
H A Dgen_runtime.cpp133 // An entire spec file and the methods to process it.
137 bool process(int versionOfTestFiles);
682 bool SpecFile::process(int versionOfTestFiles) { function in class:__anon1461::SpecFile
1958 if (!specFile.process(versionOfTestFiles)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java304 // How long we wait for a launched process to attach to the activity manager
308 // How long we wait for a launched process to attach to the activity manager
309 // before we decide it's never going to come up for real, when the process was
317 // The minimum amount of time between successive GC requests for a process.
320 // The minimum amount of time between successive PSS requests for a process.
323 // The minimum amount of time between successive PSS requests for a process
504 * Counter for assigning isolated process uids, to avoid frequently reusing the
510 * The currently running heavy-weight process, if any.
520 * Information about a process that is currently marked as bad.
574 * List of persistent applications that are in the process
11654 logStrictModeViolationToDropBox( ProcessRecord process, StrictMode.ViolationInfo info) argument
11853 appendDropBoxProcessHeaders(ProcessRecord process, String processName, StringBuilder sb) argument
11892 processClass(ProcessRecord process) argument
11913 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
18623 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
18688 findProcessLocked(String process, int userId, String callName) argument
18721 dumpHeap(String process, int userId, boolean managed, String path, ParcelFileDescriptor fd) argument
[all...]
H A DActiveServices.java85 // How long a service needs to be running until restarting its process
103 // we consider it non-essential and allow its process to go on the
142 * List of services that are in the process of being destroyed.
178 * process, this should be one entry in mStartingBackground for that one process
355 // that are starting. This is to avoid process start spam when lots
359 // in its own process, and for that process to not be killed before the
1082 // pm is in same process, this will never happen.
1218 // a normal case, due to process bein
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp621 pContext->adapter.process(inBuffer->raw, outBuffer->raw, outBuffer->frameCount);
/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c53 1. Added #include <process.h> for exit() prototype
94 #include <process.h> /* prototype for exit() - JHB
/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::__anon229
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/core/java/android/app/
H A DIActivityManager.java294 // Get memory information about the calling process.
300 // Turn on/off profiling in a particular process.
301 public boolean profileControl(String process, int userId, boolean start, argument
354 // Cause the specified process to dump the specified heap.
355 public boolean dumpHeap(String process, int userId, boolean managed, String path, argument
H A DActivityManagerNative.java1486 String process = data.readString();
1492 boolean res = profileControl(process, userId, start, profilerInfo, profileType);
1778 String process = data.readString();
1784 boolean res = dumpHeap(process, userId, managed, path, fd);
4275 public boolean profileControl(String process, int userId, boolean start, argument
4281 data.writeString(process);
4643 public boolean dumpHeap(String process, int userId, boolean managed, argument
4648 data.writeString(process);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java711 // sRendererDisabled will be set. In addition, the system process
715 // can be used by code on the system process to escape that and enable
4174 mTrackball.process(event);
4177 mJoystick.process(event);
4181 mTouchNavigation.process(event);
4185 mKeyboard.process((KeyEvent)q.mEvent);
4221 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticTrackballHandler
4539 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticJoystickHandler
4725 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticTouchNavigationHandler
5026 public void process(KeyEven method in class:ViewRootImpl.SyntheticKeyboardHandler
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs378 "How to load and process bitmaps while keeping your user interface
387 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/process-bitmap.html">
/frameworks/native/services/sensorservice/
H A DSensorService.cpp440 fusion.process(event[i]);
453 if (si->process(&out, event[i])) {
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c36 static list_elem_t *gCurLib; // current library in enumeration process
37 static list_elem_t *gCurEffect; // current effect in enumeration process
38 static uint32_t gCurEffectIdx; // current effect index in enumeration process
92 ret = (*fx->subItfe)->process(fx->subItfe, inBuffer, outBuffer);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp352 sp<ProcessState> IPCThreadState::process() function in class:android::IPCThreadState
450 // When we've cleared the incoming command queue, process any pending derefs
498 // needed and it is not the main process thread.
906 tr.target.ptr = 0; /* Don't pass uninitialized stack data to a remote process */
1051 // want to run in that state in this process. The driver set our
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java134 // Message buffer used to buffer selected messages to process later. <Active Source>
142 // process any CEC commands that arrived before the input is added.
492 ActiveSourceHandler.create(this, null).process(activeSource, info.getDeviceType());
1435 * Launch routing control process.
1572 // HotplugDetectionAction will be reinstated during the wake up process.

Completed in 761 milliseconds

1234567