/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailPlaybackPresenter.java | 299 * content provider). This method will try to prepare the data source through the media player. 315 mPlayer.prepare(); 447 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
|
/bionic/libc/include/ |
pthread.h | 275 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void(*child)(void));
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioRecordTest.java | 50 * InstrumentationTestRunner.onStart() calls Looper.prepare(), which creates a looper 59 Looper.prepare();
|
BassBoostTest.java | 335 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 | 299 Looper.prepare();
|
VirtualizerTest.java | 330 Looper.prepare();
|
VisualizerTest.java | 274 Looper.prepare();
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
Database.cpp | 235 if (statement.prepare() != SQLResultOk) {
|
SQLStatementBackend.cpp | 125 int result = statement.prepare(); 130 m_error = SQLError::create(SQLError::DATABASE_ERR, "could not prepare statement", result, "interrupted"); 132 m_error = SQLError::create(SQLError::SYNTAX_ERR, "could not prepare statement", result, database->lastErrorMsg());
|
/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;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 246 /* prepare the TGSI interpreter for FS execution */ 247 softpipe->fs_variant->prepare(softpipe->fs_variant,
|
/external/chromium_org/v8/tools/ |
merge-to-branch.sh | 31 BRANCHNAME=prepare-merge 193 echo ">>> Step $CURRENT_STEP: Prepare $VERSION_FILE."
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs.c | 166 dvs->prepare( dvs, draw );
|
draw_vs_exec.c | 234 vs->base.prepare = vs_exec_prepare;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 246 /* prepare the TGSI interpreter for FS execution */ 247 softpipe->fs_variant->prepare(softpipe->fs_variant,
|
/external/v8/tools/ |
merge-to-branch.sh | 31 BRANCHNAME=prepare-merge 181 echo ">>> Step $CURRENT_STEP: Prepare $VERSION_FILE."
|
/frameworks/av/libvideoeditor/lvpp/ |
PreviewPlayer.h | 57 status_t prepare();
|
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.h | 60 virtual status_t prepare();
|
/frameworks/base/core/java/android/net/ |
VpnService.java | 70 * <p>There are two primary methods in this class: {@link #prepare} and 74 * An application must call {@link #prepare} to grant the right to use 78 * <li>When the user press the button to connect, call {@link #prepare} 125 * Prepare to establish a VPN connection. This method returns {@code null} 142 public static Intent prepare(Context context) { method in class:VpnService 228 * @see #prepare
|
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 46 * recorder.prepare(); 120 * called before this. Must call before prepare(). 128 * before prepare() to make sure that the desirable preview display is 401 * This method should be called before prepare(). This method will not 426 * This method should be called before prepare(). The geodata is 459 * after setAudioSource()/setVideoSource() but before prepare(). 467 * @throws IllegalStateException if it is called after prepare() or before 477 * prepare(). 482 * prepare() or before setOutputFormat() 490 * prepare() 688 public void prepare() throws IllegalStateException, IOException method in class:MediaRecorder [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
AutoFixFilter.java | 201 protected void prepare(FilterContext context) { method in class:AutoFixFilter
|