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

123456

/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java495 Process process = runtime.exec("adb root"); // adb should be in the path
496 BufferedReader output = new BufferedReader(new InputStreamReader(process.getInputStream()));
502 process.waitFor();
/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/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java220 public void process(FilterContext context) { method in class:MediaSource
221 // Note: process is synchronized by its caller in the Filter base class
334 mFrameExtractor.process(mMediaFrame, output);
/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 DFastMixer.cpp256 // process removed tracks first to avoid running out of track names
275 // now process added tracks
303 // finally process modified tracks; these use the same slot
345 // only process state change once
402 // process() is CPU-bound
403 mixer->process(AudioBufferProvider::kInvalidPTS);
/frameworks/base/core/java/android/bluetooth/
H A DAtParser.java31 * invoked when command lines are processed by AtParser's process() method.<p>
33 * The AtParser object accepts a new command line to parse via its process()
248 public AtCommandResult process(String raw_input) { method in class:AtParser
/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.cpp488 device->process(rawEvents, count);
966 void InputDevice::process(const RawEvent* rawEvents, size_t count) { function in class:android::InputDevice
968 // We cannot simply ask each mapper to process them in bulk because mappers may
997 mapper->process(rawEvent);
1138 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { function in class:android::CursorButtonAccumulator
1205 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { function in class:android::CursorMotionAccumulator
1244 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { function in class:android::CursorScrollAccumulator
1312 void TouchButtonAccumulator::process(const RawEvent* rawEvent) { function in class:android::TouchButtonAccumulator
1522 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { function in class:android::SingleTouchMotionAccumulator
1607 void MultiTouchMotionAccumulator::process(cons function in class:android::MultiTouchMotionAccumulator
1829 void SwitchInputMapper::process(const RawEvent* rawEvent) { function in class:android::SwitchInputMapper
1866 void VibratorInputMapper::process(const RawEvent* rawEvent) { function in class:android::VibratorInputMapper
2045 void KeyboardInputMapper::process(const RawEvent* rawEvent) { function in class:android::KeyboardInputMapper
2388 void CursorInputMapper::process(const RawEvent* rawEvent) { function in class:android::CursorInputMapper
3522 void TouchInputMapper::process(const RawEvent* rawEvent) { function in class:android::TouchInputMapper
5731 void SingleTouchInputMapper::process(const RawEvent* rawEvent) { function in class:android::SingleTouchInputMapper
5803 void MultiTouchInputMapper::process(const RawEvent* rawEvent) { function in class:android::MultiTouchInputMapper
6144 void JoystickInputMapper::process(const RawEvent* rawEvent) { function in class:android::JoystickInputMapper
[all...]
/frameworks/base/services/sensorservice/
H A DSensorService.cpp256 fusion.process(event[i]);
269 if (si->process(&out, event[i])) {
/frameworks/base/core/java/android/app/
H A DActivityManager.java542 * given task actually has a process it is actively running in; it simply
544 * the system may have killed its process and is only holding on to its
729 * If set, the process of the root activity of the task will be killed
884 * If non-zero, this is the process the service is running in.
894 * The name of the process this service runs in.
896 public String process; field in class:ActivityManager.RunningServiceInfo
899 * Set to true if the service has asked to run as a foreground process.
921 * Number of times the service's process has crashed while the service
947 * run as a foreground process.
953 * core system process
[all...]
H A DIActivityManager.java256 // Get memory information about the calling process.
262 // Turn on/off profiling in a particular process.
263 public boolean profileControl(String process, boolean start, argument
308 // Cause the specified process to dump the specified heap.
309 public boolean dumpHeap(String process, boolean managed, String path, argument
H A DActivityManagerNative.java1207 String process = data.readString();
1213 boolean res = profileControl(process, start, path, fd, profileType);
1452 String process = data.readString();
1457 boolean res = dumpHeap(process, managed, path, fd);
3226 public boolean profileControl(String process, boolean start, argument
3232 data.writeString(process);
3533 public boolean dumpHeap(String process, boolean managed, argument
3538 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.java213 // How long we wait for a launched process to attach to the activity manager
217 // How long we wait for a launched process to attach to the activity manager
218 // before we decide it's never going to come up for real, when the process was
226 // The minimum amount of time between successive GC requests for a process.
247 // How long a service needs to be running until restarting its process
265 // we consider it non-essential and allow its process to go on the
356 * Counter for assigning isolated process uids, to avoid frequently reusing the
362 * The currently running heavy-weight process, if any.
411 * List of persistent applications that are in the process
439 * This is the process holdin
7944 logStrictModeViolationToDropBox( ProcessRecord process, StrictMode.ViolationInfo info) argument
8119 appendDropBoxProcessHeaders(ProcessRecord process, String processName, StringBuilder sb) argument
8157 processClass(ProcessRecord process) argument
8178 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
14997 profileControl(String process, boolean start, String path, ParcelFileDescriptor fd, int profileType) argument
15075 dumpHeap(String process, 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/helper/
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::__anon461
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 502 milliseconds

123456