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

1234567

/frameworks/av/include/media/
H A DSoundPool.h150 void process(int event, void *info, unsigned long toggle);
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp65 void AudioBiquadFilter::process(const audio_sample_t in[], audio_sample_t out[], function in class:android::AudioBiquadFilter
H A DEffectEqualizer.cpp621 pContext->adapter.process(inBuffer->raw, outBuffer->raw, outBuffer->frameCount);
/frameworks/av/services/audioflinger/
H A DAudioMixer.h114 void process(int64_t pts);
H A DEffects.h34 // in the effect library. It prevents concurrent calls to process() and command() functions
62 void process();
139 mutable Mutex mLock; // mutex for process, commands and handles list protection
153 uint32_t mDisableWaitCnt; // current process() calls count during disable period.
238 // order corresponding in the effect process order. When attached to a track (session ID != 0),
250 // minimum duration during which we force calling effect process when last track on
H A DEffects.cpp68 // mDisableWaitCnt is set by process() and updateState() and not used before then
166 // Prevent calls to process() and other functions on effect interface from now on.
168 // this object is released which can happen after next process is called.
235 // mDisableWaitCnt is forced to 1 by process() when the engine indicates the end of the
247 void AudioFlinger::EffectModule::process() function in class:android::AudioFlinger::EffectModule
266 int ret = (*mEffectInterface)->process(mEffectInterface,
322 // TODO: handle configuration of effects replacing track process
1085 // particular client process: no risk to block the whole media server process or mixer
1294 // never process effect
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java88 public void process(Frame[] inputs, Frame output) { method in class:ShaderProgram
H A DFilter.java183 public abstract void process(FilterContext context); method in class:Filter
474 process(context);
500 if (mLogVerbose) Log.v(TAG, "Checking if can process: " + this + " (" + mStatus + ").");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilterTest.java75 process();
/frameworks/base/services/input/
H A DInputReader.cpp473 device->process(rawEvents, count);
952 void InputDevice::process(const RawEvent* rawEvents, size_t count) { function in class:android::InputDevice
954 // We cannot simply ask each mapper to process them in bulk because mappers may
984 mapper->process(rawEvent);
1126 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { function in class:android::CursorButtonAccumulator
1193 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { function in class:android::CursorMotionAccumulator
1232 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { function in class:android::CursorScrollAccumulator
1300 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { function in class:android::TouchButtonAccumulator
1510 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { function in class:android::SingleTouchMotionAccumulator
1595 void MultiTouchMotionAccumulator::process(cons function in class:android::MultiTouchMotionAccumulator
1817 void SwitchInputMapper::process(const RawEvent* rawEvent) { function in class:android::SwitchInputMapper
1873 void VibratorInputMapper::process(const RawEvent* rawEvent) { function in class:android::VibratorInputMapper
2054 void KeyboardInputMapper::process(const RawEvent* rawEvent) { function in class:android::KeyboardInputMapper
2399 void CursorInputMapper::process(const RawEvent* rawEvent) { function in class:android::CursorInputMapper
3670 void TouchInputMapper::process(const RawEvent* rawEvent) { function in class:android::TouchInputMapper
5942 void SingleTouchInputMapper::process(const RawEvent* rawEvent) { function in class:android::SingleTouchInputMapper
6014 void MultiTouchInputMapper::process(const RawEvent* rawEvent) { function in class:android::MultiTouchInputMapper
6385 void JoystickInputMapper::process(const RawEvent* rawEvent) { function in class:android::JoystickInputMapper
[all...]
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp167 ret = (*pContext->eHandle[index])->process(pContext->eHandle[index],
/frameworks/base/core/java/android/net/http/
H A DRequest.java223 requestContentProcessor.process(mHttpRequest,
279 // process gzip content encoding
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java223 copyShader.process(targetTex,
347 copyShader.process(clientTex,
385 getCopyShader().process(mPreviewTexture,
625 transferShader.process(clientTex,
H A DImageShader.java247 shader.process(texture, target, width, height);
250 public void process(FrameImage2D input, FrameImage2D output) { method in class:ImageShader
277 public void process(TextureSource texture, RenderTarget target, int width, int height) { method in class:ImageShader
/frameworks/base/core/java/android/app/
H A DActivityManager.java235 /** @hide Process is a persistent system process. */
238 /** @hide Process is a persistent system process and is doing UI. */
266 * many fewer changes in some process states as they receive broadcasts. */
279 * process that contains activities. */
638 * given task actually has a process it is actively running in; it simply
640 * the system may have killed its process and is only holding on to its
831 * If set, the process of the root activity of the task will be killed
996 * If non-zero, this is the process the service is running in.
1006 * The name of the process this service runs in.
1008 public String process; field in class:ActivityManager.RunningServiceInfo
[all...]
H A DIActivityManager.java279 // Get memory information about the calling process.
285 // Turn on/off profiling in a particular process.
286 public boolean profileControl(String process, int userId, boolean start, argument
333 // Cause the specified process to dump the specified heap.
334 public boolean dumpHeap(String process, int userId, boolean managed, String path, argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java263 // How long we wait for a launched process to attach to the activity manager
267 // How long we wait for a launched process to attach to the activity manager
268 // before we decide it's never going to come up for real, when the process was
276 // The minimum amount of time between successive GC requests for a process.
279 // The minimum amount of time between successive PSS requests for a process.
282 // The minimum amount of time between successive PSS requests for a process
440 * Counter for assigning isolated process uids, to avoid frequently reusing the
446 * The currently running heavy-weight process, if any.
493 * List of persistent applications that are in the process
536 * This is the process holdin
9540 logStrictModeViolationToDropBox( ProcessRecord process, StrictMode.ViolationInfo info) argument
9718 appendDropBoxProcessHeaders(ProcessRecord process, String processName, StringBuilder sb) argument
9757 processClass(ProcessRecord process) argument
9778 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
15656 profileControl(String process, int userId, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
15719 findProcessLocked(String process, int userId, String callName) argument
15752 dumpHeap(String process, int userId, boolean managed, String path, ParcelFileDescriptor fd) argument
[all...]
/frameworks/av/media/libmedia/
H A DSoundPool.cpp685 channel->process(event, info, (unsigned long)user & 1);
688 void SoundChannel::process(int event, void *info, unsigned long toggle) function in class:android::SoundChannel
690 //ALOGV("process(%d)", mChannelID);
700 ALOGV("process wrong toggle %p channel %d", this, mChannelID);
709 // ALOGV("SoundChannel::process event %d", event);
749 ALOGV("process %p channel %d event %s",
756 ALOGW("SoundChannel::process unexpected event %d", event);
887 // callback thread to exit which may need to execute process() and acquire the mLock.
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs356 "How to load and process bitmaps while keeping your user interface
365 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/process-bitmap.html">
/frameworks/native/services/sensorservice/
H A DSensorService.cpp365 fusion.process(event[i]);
378 if (si->process(&out, event[i])) {
/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.cpp235 // force reloading preset at first call to process()
268 // Allocate memory for reverb process (*2 is for STEREO)
394 // process()
402 // frameCount: Frames to process
411 int process( LVM_INT16 *pIn, function in namespace:android::__anon477
425 ALOGV("\tLVREV_ERROR : process invalid PCM format");
433 ALOGV("\tLVREV_ERROR : process failed to allocate memory for temporary buffers ");
476 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process")
543 } /* end process */
755 InstParams.SourceFormat = LVM_STEREO; // Max format, could be mono during process
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java693 // sRendererDisabled will be set. In addition, the system process
697 // can be used by code on the system process to escape that and enable
728 // is not allowed in its process. By setting this flag, it can
3966 mTrackball.process(event);
3969 mJoystick.process(event);
3973 mTouchNavigation.process(event);
3977 if (mKeys.process((KeyEvent) q.mEvent)) {
4014 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticTrackballHandler
4331 public void process(MotionEvent event) { method in class:ViewRootImpl.SyntheticJoystickHandler
4510 public void process(MotionEven method in class:ViewRootImpl.SyntheticTouchNavigationHandler
4813 public boolean process(KeyEvent event) { method in class:ViewRootImpl.SyntheticKeyHandler
[all...]

Completed in 6280 milliseconds

1234567