/external/webkit/Source/WebKit/win/ |
WebDownloadCurl.cpp | 87 HRESULT STDMETHODCALLTYPE WebDownload::start() function in class:WebDownload
|
/external/webkit/Tools/QtTestBrowser/ |
fpstimer.cpp | 60 void FpsTimer::start() function in class:FpsTimer
|
/frameworks/av/libvideoeditor/lvpp/ |
DummyAudioSource.cpp | 80 status_t DummyAudioSource::start(MetaData *params) { function in class:android::DummyAudioSource 81 ALOGV("start: E"); 90 ALOGV("start: X");
|
/frameworks/av/media/libmedia/ |
IAudioRecord.cpp | 33 START, 45 virtual status_t start(int /*AudioSystem::sync_event_t*/ event, int triggerSession) function in class:android::BpAudioRecord 51 status_t status = remote()->transact(START, data, &reply); 55 ALOGW("start() error: %s", strerror(-status)); 93 case START: { 97 reply->writeInt32(start(event, triggerSession));
|
/frameworks/av/media/libstagefright/ |
MediaAdapter.cpp | 39 status_t MediaAdapter::start(MetaData *params) { function in class:android::MediaAdapter 113 ALOGE("pushBuffer called before start");
|
MediaMuxer.cpp | 75 ALOGE("addTrack() must be called after constructor and before start()."); 93 ALOGE("setOrientationHint() must be called before start()."); 106 status_t MediaMuxer::start() { function in class:android::MediaMuxer 111 return mWriter->start(mFileMeta.get()); 113 ALOGE("start() is called in invalid state %d", mState);
|
/frameworks/av/media/libstagefright/tests/ |
DummyRecorder.cpp | 37 status_t DummyRecorder::start() { function in class:android::DummyRecorder 38 ALOGV("Start"); 41 mSource->start();
|
/frameworks/base/core/java/android/os/ |
CountDownTimer.java | 37 * }.start(); 62 * to {@link #start()} until the countdown is done and {@link #onFinish()} 80 * Start the countdown. 82 public synchronized final CountDownTimer start() { method in class:CountDownTimer
|
SystemClock.java | 110 long start = uptimeMillis(); local 120 duration = start + ms - uptimeMillis();
|
/frameworks/base/core/tests/coretests/src/android/os/ |
TraceTest.java | 40 long start = System.currentTimeMillis(); local 49 long elapsed = end - start; 60 long start = System.currentTimeMillis(); local 63 long elapsed = end - start; 73 long start = System.currentTimeMillis(); local 78 long elapsed = end - start; 89 t1.start(); 91 t2.start(); 93 t3.start();
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStartStateUnitTest.java | 25 * MediaPlayer.start() method can be called. 31 * 1. It is valid to call start() in the following states: 33 * 2. It is invalid to call start() in the following states: 56 player.start(); 66 return "start()";
|
MediaRecorderStartStateUnitTest.java | 26 * MediaRecorder.start() method can be called. 32 * 1. It is valid to call start() in the following states: 34 * 2. It is invalid to call start() in the following states: 54 recorder.start(); 64 return "start()";
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
BiometricSensorUnlock.java | 31 * {@link BiometricSensorUnlock#start} is called, isRunning() returns false. After a successful 32 * call to {@link BiometricSensorUnlock#start}, isRunning() returns true until the biometric 49 public boolean start(); method in interface:BiometricSensorUnlock
|
KeyguardSecurityViewHelper.java | 52 anim.start(); 62 anim.start(); 79 anim.start(); 88 anim.start();
|
/frameworks/base/services/input/ |
InputManager.cpp | 53 status_t InputManager::start() { function in class:android::InputManager 56 ALOGE("Could not start InputDispatcher thread due to error %d.", result); 62 ALOGE("Could not start InputReader thread due to error %d.", result);
|
/frameworks/base/services/java/com/android/server/ |
MasterClearReceiver.java | 53 thr.start();
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
Animated3dActivity.java | 49 animator.start();
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
PlayAnimationThread.java | 38 // start the animation. This will send a message to the handler right away, so 40 mAnimator.start();
|
/frameworks/compile/mclinker/include/mcld/Support/ |
MemoryRegion.h | 61 /// @param pStart [in] The start address of a piece of memory 77 /// @param pStart [in] The start address of a piece of memory 94 ConstAddress start() const { return m_VMAStart; } function in class:mcld::MemoryRegion 95 Address start() { return m_VMAStart; } function in class:mcld::MemoryRegion
|
/frameworks/native/libs/utils/ |
Timers.cpp | 83 // Start the timer. 84 void DurationTimer::start(void) function in class:DurationTimer 108 long long start = ((long long) ptv2->tv_sec) * 1000000LL + local 110 return stop - start;
|
/frameworks/native/services/surfaceflinger/ |
DdmConnection.cpp | 28 DdmConnection::start(name); 31 void DdmConnection::start(const char* name) { function in class:android::DdmConnection 35 // start a VM
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
TextAttribute.java | 26 public int start; field in class:TextAttribute 36 public TextAttribute(int start, int length, TextAlignment align, 39 this.start = start;
|
/frameworks/volley/src/com/android/volley/toolbox/ |
Volley.java | 36 * Creates a default instance of the worker pool and calls {@link RequestQueue#start()} on it. 66 queue.start(); 72 * Creates a default instance of the worker pool and calls {@link RequestQueue#start()} on it.
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
CThread.cpp | 102 void CThread::start( function in class:CThread
|
/libcore/luni/src/main/java/java/lang/ |
ProcessBuilder.java | 187 public Process start() throws IOException { method in class:ProcessBuilder
|