HomeSort by relevance Sort by last modified time
    Searched defs:start (Results 351 - 375 of 4947) sorted by null

<<11121314151617181920>>

  /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/packages/Keyguard/src/com/android/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/packages/SystemUI/src/com/android/systemui/
SystemUI.java 30 public abstract void start(); method in class:SystemUI
  /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/
FgThread.java 41 sInstance.start();
IoThread.java 38 sInstance.start();
MasterClearReceiver.java 53 thr.start();
UiThread.java 40 sInstance.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/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/crypto/src/test/java/org/conscrypt/
FileClientSessionCacheTest.java 49 thread.start();
  /libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 187 public Process start() throws IOException { method in class:ProcessBuilder
  /libcore/luni/src/main/java/java/util/regex/
MatchResultImpl.java 35 * elements specifiy start and end of the zero group, the next two specify
54 return text.substring(start(), end());
71 public int start() { method in class:MatchResultImpl
72 return start(0);
75 public int start(int group) { method in class:MatchResultImpl
  /libcore/luni/src/test/java/libcore/java/net/
ServerSocketTest.java 41 t.start();
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
runptests.c 33 int start; member in struct:test
72 if (tests[cnt].start == -2)
84 else if (tests[cnt].start == -2)
96 if (tests[cnt].start == -1)
106 if (match[0].rm_so == 0 && tests[cnt].start == 0
109 else if (match[0].rm_so + 1 == tests[cnt].start
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_timer.h 34 void start() { function in class:Timer
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_timer.h 34 void start() { function in class:Timer
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 69 void start(Handler sessionHandler, int numShares); method in interface:BluetoothOppObexSession

Completed in 729 milliseconds

<<11121314151617181920>>