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

123456

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp70 res = (*mDownmixHandle)->process(mDownmixHandle,
285 // process() function is called directly (see DownmixerBufferProvider::getNextBuffer())
602 void AudioMixer::process(int64_t pts) function in class:android::AudioMixer
719 // track hooks for subsequent mixer process
1035 // process by group of tracks with same output buffer to
1095 // process by group of tracks with same output buffer to
1179 // process by group of tracks with same output buffer
1267 ALOGE_IF(((unsigned long)in & 3), "process stereo track: input buffer alignment pb: buffer %p track %d, channels %d, needs %08x",
1275 // we process only one track.
H A DAudioFlinger.h539 // integrity of the chains during the process.
542 // unlock effect chains after process
1464 // in the effect library. It prevents concurrent calls to process() and command() functions
1492 void process();
1559 mutable Mutex mLock; // mutex for process, commands and handles list protection
1573 uint32_t mDisableWaitCnt; // current process() calls count during disable period.
1652 // in the effect process order. When attached to a track (session ID != 0), it also provide it's own
1664 // minimum duration during which we force calling effect process when last track on
H A DAudioFlinger.cpp2594 // during mixing and effect process as the audio buffers could be deleted
2609 // only process effects if we're going to write
2817 mAudioMixer->process(pts);
2905 // process fast tracks
2975 // indicate to client process that the track was disabled because of underrun;
3255 // indicate to client process that the track was disabled because of underrun;
3960 mAudioMixer->process(AudioBufferProvider::kInvalidPTS);
4654 // do not reset the track if it is still in the process of being stopped or paused.
6621 // stereo to mono post process as the resampler always outputs stereo.
7344 // that can only be created by audio policy manager (running in same process)
8184 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
440 // When we've cleared the incoming command queue, process any pending derefs
486 // needed and it is not the main process thread.
1002 // want to run in that state in this process. The driver set our

Completed in 129 milliseconds

123456