Searched refs:start (Results 551 - 575 of 1131) sorted by relevance

<<21222324252627282930>>

/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp75 // both sides before start forwarding. To solve these problems, we send out a
510 bool start() function in class:__anon1453::AudioGroup::NetworkThread
513 ALOGE("cannot start network thread");
530 bool start() function in class:__anon1453::AudioGroup::DeviceThread
533 ALOGE("cannot start device thread");
644 return (mode == ON_HOLD) || mDeviceThread->start();
684 if (!mNetworkThread->start()) {
711 // Do not start network thread if there is only one stream.
712 if (!mChain->mNext || !mNetworkThread->start()) {
862 record->start();
[all...]
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp145 CHECK_EQ((status_t)OK, codec->start());
376 looper->start();
420 player->start();
H A DSimplePlayer.cpp89 status_t SimplePlayer::start() { function in class:android::SimplePlayer
289 mCodecLooper->start();
345 status_t err = state->mCodec->start();
607 state->mAudioTrack->start();
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h464 int start = ((halfNumCoef)*L + 1); local
465 SineGen cc((start - L) * w, w, true); // cosine
466 SineGen cp(start * w, w, true); // cosine
507 * @param fstart is the normalized frequency start.
511 * @param steps is the number of steps to take (sampling) between frequency start and end
/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp146 double signalEnergy(T *start, T *end, unsigned stride) argument
150 for (T *p = start; p < end; p += stride) {
153 unsigned count = (end - start + stride - 1) / stride;
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java96 start();
103 protected void start() { method in class:UiAutomatorTestRunner
116 mHandlerThread.start();
273 * send a status for the start of a each test, so long tests can be seen
/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java392 int start = dest.dataPosition();
400 int total = dest.dataPosition()-start;
408 Slog.d("Error", "ERR: TOTAL BYTES WRITTEN: " + (dest.dataPosition()-start));
/frameworks/base/core/java/android/widget/
H A DDayPickerView.java172 private int getDiffMonths(Calendar start, Calendar end) { argument
173 final int diffYears = end.get(Calendar.YEAR) - start.get(Calendar.YEAR);
174 final int diffMonths = end.get(Calendar.MONTH) - start.get(Calendar.MONTH) + 12 * diffYears;
H A DScroller.java261 * Returns the start X offset in the scroll.
263 * @return The start X offset as an absolute distance from the origin.
270 * Returns the start Y offset in the scroll.
272 * @return The start Y offset as an absolute distance from the origin.
582 float start = 0.36787944117f; // 1/e == exp(-1)
584 x = start + x * (1.0f - start);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java127 mLoadThread.start();
133 void start(Context context) { method in class:TaskResourceLoader
137 // Notify the load thread to start loading
465 mLoader.start(context);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java231 animator.start();
257 animator.start();
324 animator.start();
/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java353 long start = SystemClock.uptimeMillis();
366 timeout = CHECK_INTERVAL - (SystemClock.uptimeMillis() - start);
432 dropboxThread.start();
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java604 long start = SystemClock.elapsedRealtime();
612 if ((now-start) > 250) {
613 Slog.w("ActivityManager", "SLOW OOM ADJ: " + (now-start) + "ms for pid " + pid
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DSoundTriggerHelper.java142 // Register for call state changes when the first call to start recognition occurs.
145 // Register for power saver mode changes when the first call to start recognition
169 // This helps use cache and reuse the model and just start/stop it when necessary.
273 // We leave the sound model loaded but not started, this helps us when we start
460 boolean start = mRequested && !mCallActive && !mServiceDisabled && !mIsPowerSaveMode;
461 if (start == mStarted) {
467 if (start) {
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java187 // start from a clean slate on every bind
490 mPulseAnimator.start();
499 // start
501 mPulseAnimator.start();
551 mRotateAnimator.start();
702 * start with. 2.0f gives a more obvious parallax, arguably exaggerated. Some users report
704 * to set too high a value, since we will start cropping the widths if the image's height is
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java628 public void start(String callee, ImsCallProfile profile) { method in class:ImsCallSession
634 miSession.start(callee, profile);
650 public void start(String[] participants, ImsCallProfile profile) { method in class:ImsCallSession
1013 * Notifies the start of a call merge operation.
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java323 thread.start();
703 final long start = computeLastCycleBoundary(currentTime, policy);
705 final long totalBytes = getTotalBytes(policy.template, start, end);
708 if (policy.lastLimitSnooze >= start) {
718 if (policy.isOverWarning(totalBytes) && policy.lastWarningSnooze < start) {
996 final long start = computeLastCycleBoundary(currentTime, policy);
998 final long totalBytes = getTotalBytes(policy.template, start, end);
1002 && policy.lastLimitSnooze < start;
1102 final long start;
1105 start
2179 getTotalBytes(NetworkTemplate template, long start, long end) argument
[all...]
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp165 looper->start();
194 err = codec->start();
196 fprintf(stderr, "ERROR: unable to start codec (err=%d)\n", err);
286 * frames will start arriving from the buffer producer.
447 err = muxer->start();
449 fprintf(stderr, "Unable to start muxer (err=%d)\n", err);
523 * Main "do work" start point.
563 // Configure and start the encoder.
613 err = overlay->start(encoderInputSurface, &bufferProducer);
639 // before we can start i
[all...]
/frameworks/av/include/media/
H A Dmediarecorder.h55 // at the start of the audio only output formats.
117 // Recorder is ready to start.
170 // All track related informtional events start here
233 status_t start();
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h45 virtual status_t start(MetaData *param = NULL);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h50 void start() { mActive = true; } function in class:android::Antagonizer
100 virtual status_t start();
214 virtual status_t start();
296 // when we start a audio codec, we minus the system time from audioLastTime
298 // so after the pause, audioLastTime = pause time - start time
343 virtual status_t start();
H A DStagefrightPlayer.cpp89 status_t StagefrightPlayer::start() { function in class:android::StagefrightPlayer
90 ALOGV("start");
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp39 mDecoderLooper->start(false, false, ANDROID_PRIORITY_AUDIO);
H A DNuPlayerStreamListener.cpp49 void NuPlayer::NuPlayerStreamListener::start() { function in class:android::NuPlayer::NuPlayerStreamListener
/frameworks/av/media/libstagefright/
H A DJPEGSource.cpp72 status_t JPEGSource::start(MetaData *) { function in class:android::JPEGSource

Completed in 1782 milliseconds

<<21222324252627282930>>