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

123456

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java71 * outputting the last frame it received from the camera if multiple process
172 public void process(FilterContext context) { method in class:CameraSource
204 mFrameExtractor.process(mCameraFrame, output);
H A DSurfaceTextureTarget.java214 public synchronized void process(FilterContext context) { method in class:SurfaceTextureTarget
251 mProgram.process(gpuFrame, mScreen);
H A DMediaSource.java227 public void process(FilterContext context) { method in class:MediaSource
228 // Note: process is synchronized by its caller in the Filter base class
341 mFrameExtractor.process(mMediaFrame, output);
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java97 public void process(HttpRequest request, HttpContext context) {
387 public void process(HttpRequest request, HttpContext context) method in class:AndroidHttpClient.CurlLogger
H A DRequest.java223 requestContentProcessor.process(mHttpRequest,
279 // process gzip content encoding
/frameworks/av/include/media/
H A DSoundPool.h145 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.cpp639 pContext->adapter.process(inBuffer->raw, outBuffer->raw, outBuffer->frameCount);
/frameworks/av/services/audioflinger/
H A DAudioMixer.h106 void process(int64_t pts);
H A DAudioMixer.cpp70 res = (*mDownmixHandle)->process(mDownmixHandle,
290 // process() function is called directly (see DownmixerBufferProvider::getNextBuffer())
619 void AudioMixer::process(int64_t pts) function in class:android::AudioMixer
736 // track hooks for subsequent mixer process
1052 // process by group of tracks with same output buffer to
1112 // process by group of tracks with same output buffer to
1196 // process by group of tracks with same output buffer
1284 ALOGE_IF(((unsigned long)in & 3), "process stereo track: input buffer alignment pb: buffer %p track %d, channels %d, needs %08x",
1292 // we process only one track.
/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/services/input/
H A DInputReader.cpp472 device->process(rawEvents, count);
950 void InputDevice::process(const RawEvent* rawEvents, size_t count) { function in class:android::InputDevice
952 // We cannot simply ask each mapper to process them in bulk because mappers may
982 mapper->process(rawEvent);
1123 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { function in class:android::CursorButtonAccumulator
1190 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { function in class:android::CursorMotionAccumulator
1229 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { function in class:android::CursorScrollAccumulator
1297 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { function in class:android::TouchButtonAccumulator
1507 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { function in class:android::SingleTouchMotionAccumulator
1592 void MultiTouchMotionAccumulator::process(cons function in class:android::MultiTouchMotionAccumulator
1814 void SwitchInputMapper::process(const RawEvent* rawEvent) { function in class:android::SwitchInputMapper
1870 void VibratorInputMapper::process(const RawEvent* rawEvent) { function in class:android::VibratorInputMapper
2051 void KeyboardInputMapper::process(const RawEvent* rawEvent) { function in class:android::KeyboardInputMapper
2396 void CursorInputMapper::process(const RawEvent* rawEvent) { function in class:android::CursorInputMapper
3600 void TouchInputMapper::process(const RawEvent* rawEvent) { function in class:android::TouchInputMapper
5819 void SingleTouchInputMapper::process(const RawEvent* rawEvent) { function in class:android::SingleTouchInputMapper
5891 void MultiTouchInputMapper::process(const RawEvent* rawEvent) { function in class:android::MultiTouchInputMapper
6232 void JoystickInputMapper::process(const RawEvent* rawEvent) { function in class:android::JoystickInputMapper
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp272 fusion.process(event[i]);
285 if (si->process(&out, event[i])) {
/frameworks/base/core/java/android/app/
H A DActivityManager.java586 * given task actually has a process it is actively running in; it simply
588 * the system may have killed its process and is only holding on to its
773 * If set, the process of the root activity of the task will be killed
938 * If non-zero, this is the process the service is running in.
948 * The name of the process this service runs in.
950 public String process; field in class:ActivityManager.RunningServiceInfo
953 * Set to true if the service has asked to run as a foreground process.
975 * Number of times the service's process has crashed while the service
1001 * run as a foreground process.
1007 * core system process
[all...]
H A DIActivityManager.java262 // Get memory information about the calling process.
268 // Turn on/off profiling in a particular process.
269 public boolean profileControl(String process, int userId, boolean start, argument
309 // Cause the specified process to dump the specified heap.
310 public boolean dumpHeap(String process, int userId, boolean managed, String path, argument
H A DActivityManagerNative.java1283 String process = data.readString();
1290 boolean res = profileControl(process, userId, start, path, fd, profileType);
1511 String process = data.readString();
1517 boolean res = dumpHeap(process, userId, managed, path, fd);
3436 public boolean profileControl(String process, int userId, boolean start, argument
3442 data.writeString(process);
3716 public boolean dumpHeap(String process, int userId, boolean managed, argument
3721 data.writeString(process);
/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/av/media/libmedia/
H A DSoundPool.cpp689 channel->process(event, info, (unsigned long)user & 1);
692 void SoundChannel::process(int event, void *info, unsigned long toggle) function in class:android::SoundChannel
694 //ALOGV("process(%d)", mChannelID);
704 ALOGV("process wrong toggle %p channel %d", this, mChannelID);
713 // ALOGV("SoundChannel::process event %d", event);
752 ALOGV("process %p channel %d EVENT_UNDERRUN", this, mChannelID);
886 // callback thread to exit which may need to execute process() and acquire the mLock.
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java219 // How long we wait for a launched process to attach to the activity manager
223 // How long we wait for a launched process to attach to the activity manager
224 // before we decide it's never going to come up for real, when the process was
232 // The minimum amount of time between successive GC requests for a process.
344 * Counter for assigning isolated process uids, to avoid frequently reusing the
350 * The currently running heavy-weight process, if any.
399 * List of persistent applications that are in the process
427 * This is the process holding what we currently consider to be
433 * This is the process holding the activity the user last visited that
434 * is in a different process fro
8230 logStrictModeViolationToDropBox( ProcessRecord process, StrictMode.ViolationInfo info) argument
8406 appendDropBoxProcessHeaders(ProcessRecord process, String processName, StringBuilder sb) argument
8444 processClass(ProcessRecord process) argument
8465 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
13961 profileControl(String process, int userId, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
14024 findProcessLocked(String process, int userId, String callName) argument
14057 dumpHeap(String process, int userId, boolean managed, String path, ParcelFileDescriptor fd) argument
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c33 static list_elem_t *gCurLib; // current library in enumeration process
34 static list_elem_t *gCurEffect; // current effect in enumeration process
35 static uint32_t gCurEffectIdx; // current effect index in enumeration process
83 ret = (*fx->subItfe)->process(fx->subItfe, inBuffer, outBuffer);
/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/native/libs/utils/
H A DThreads.cpp43 # include <process.h>
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp259 // force reloading preset at first call to process()
292 // Allocate memory for reverb process (*2 is for STEREO)
418 // process()
426 // frameCount: Frames to process
435 int process( LVM_INT16 *pIn, function in namespace:android::__anon464
449 ALOGV("\tLVREV_ERROR : process invalid PCM format");
457 ALOGV("\tLVREV_ERROR : process failed to allocate memory for temporary buffers ");
500 LVM_ERROR_CHECK(LvmStatus, "LVREV_Process", "process")
567 } /* end process */
780 InstParams.SourceFormat = LVM_STEREO; // Max format, could be mono during process
[all...]

Completed in 323 milliseconds

123456