HomeSort by relevance Sort by last modified time
    Searched refs:prepare (Results 251 - 275 of 565) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/media/src/android/media/cts/
ClearKeySystemTest.java 216 Looper.prepare();
432 mMediaCodecPlayer.prepare();
MediaCodecCencPlayer.java 227 public void prepare() throws IOException, MediaCryptoException { method in class:MediaCodecCencPlayer
368 prepare(); method
AudioRecordTest.java 50 * InstrumentationTestRunner.onStart() calls Looper.prepare(), which creates a looper
59 Looper.prepare();
BassBoostTest.java 354 Looper.prepare();
MediaPlayerTestBase.java 192 // prepare() can fail because of network issues, so try again
193 LOG.warning("prepare() failed on try " + i + ", trying playback again");
256 mMediaPlayer.prepare();
PresetReverbTest.java 315 Looper.prepare();
VirtualizerTest.java 358 Looper.prepare();
VisualizerTest.java 284 Looper.prepare();
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.cpp 95 int result = statement.prepare();
119 int result = statement.prepare();
122 WTF_LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data());
Database.cpp 193 if (statement.prepare() != SQLResultOk) {
SQLStatementBackend.cpp 132 int result = statement.prepare();
137 m_error = SQLErrorData::create(SQLError::DATABASE_ERR, "could not prepare statement", result, "interrupted");
139 m_error = SQLErrorData::create(SQLError::SYNTAX_ERR, "could not prepare statement", result, database->lastErrorMsg());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java 89 if (!invocationPlan.prepare()) {
334 public boolean prepare() { method in class:ShadowWrangler.InvocationPlan
  /frameworks/av/media/libmedia/
mediarecorder.cpp 425 status_t MediaRecorder::prepare() function in class:android::MediaRecorder
427 ALOGV("prepare");
433 ALOGE("prepare called in an invalid state: %d", mCurrentState);
454 status_t ret = mMediaRecorder->prepare();
456 ALOGE("prepare failed: %d", ret);
  /frameworks/av/media/libmediaplayerservice/
MidiFile.cpp 177 status_t MidiFile::prepare() function in class:android::MidiFile
179 ALOGV("MidiFile::prepare");
196 status_t ret = prepare();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEnvReverbTest.java 383 mp.prepare();
468 mp.prepare();
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 16 # this file is used to prepare the NDK to build with the arm gcc-4.6
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 16 # this file is used to prepare the NDK to build with the arm gcc-4.8
  /ndk/toolchains/arm-linux-androideabi-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the arm gcc-4.9
  /ndk/toolchains/x86-clang3.3/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 llvm-3.3
  /ndk/toolchains/x86-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 llvm-3.4
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 298 * content provider). This method will try to prepare the data source through the media player.
314 mPlayer.prepare();
453 mPlayer.prepare();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 380 prepare(preparation_data)
437 # Prepare current process
442 def prepare(data): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 380 prepare(preparation_data)
437 # Prepare current process
442 def prepare(data): function
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs.c 166 dvs->prepare( dvs, draw );
draw_vs_exec.c 234 vs->base.prepare = vs_exec_prepare;

Completed in 1460 milliseconds

<<11121314151617181920>>