Searched refs:process (Results 126 - 130 of 130) sorted by relevance

123456

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp256 // process removed tracks first to avoid running out of track names
275 // now process added tracks
304 // finally process modified tracks; these use the same slot
346 // only process state change once
408 // process() is CPU-bound
409 mixer->process(pts);
H A DAudioFlinger.h615 // integrity of the chains during the process.
618 // unlock effect chains after process
1513 // return true if the caller should then do it's part of the stopping process
1602 // in the effect library. It prevents concurrent calls to process() and command() functions
1630 void process();
1702 mutable Mutex mLock; // mutex for process, commands and handles list protection
1716 uint32_t mDisableWaitCnt; // current process() calls count during disable period.
1799 // in the effect process order. When attached to a track (session ID != 0), it also provide it's own
1811 // minimum duration during which we force calling effect process when last track on
H A DAudioFlinger.cpp2636 // during mixing and effect process as the audio buffers could be deleted
2652 // only process effects if we're going to write
2858 mAudioMixer->process(pts);
2945 // process fast tracks
3015 // indicate to client process that the track was disabled because of underrun;
3294 // indicate to client process that the track was disabled because of underrun;
4002 mAudioMixer->process(AudioBufferProvider::kInvalidPTS);
4690 // do not reset the track if it is still in the process of being stopped or paused.
6754 // stereo to mono post process as the resampler always outputs stereo.
7497 // that can only be created by audio policy manager (running in same process)
8345 void AudioFlinger::EffectModule::process() function in class:android::AudioFlinger::EffectModule
[all...]
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp352 sp<ProcessState> IPCThreadState::process() function in class:android::IPCThreadState
435 // When we've cleared the incoming command queue, process any pending derefs
481 // needed and it is not the main process thread.
1000 // want to run in that state in this process. The driver set our
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java70 // How long a service needs to be running until restarting its process
88 // we consider it non-essential and allow its process to go on the
119 * List of services that are in the process of being stopped.
772 // pm is in same process, this will never happen.
885 // a normal case, due to process being killed to reclaim memory).
1032 // If this service runs in an isolated process, then each time
1034 // process, starting another process if we are currently waiting
1035 // for a previous process to come up. To deal with this, we store
1036 // in the service any current isolated process i
[all...]

Completed in 73 milliseconds

123456