/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertAudio.java | 359 player.prepare();
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaScannerService.java | 181 Looper.prepare();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_distributed_transactions.py | 64 # Create transactions, "prepare" them, and 72 txn.prepare(gid)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_distributed_transactions.py | 64 # Create transactions, "prepare" them, and 72 txn.prepare(gid)
|
/system/core/adb/ |
sysdeps_win32.c | 1296 void (*prepare)( EventHook hook ); member in struct:EventHookRec_ [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/ |
hero-transition-extracted.js | 45 prepare: function(scope, options) {
|
/external/chromium_org/third_party/sqlite/src/src/ |
sqlite3ext.h | 107 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines 308 #define sqlite3_prepare sqlite3_api->prepare
|
/external/chromium_org/third_party/sqlite/src/tool/ |
mksqlite3c.tcl | 279 prepare.c
|
/external/sqlite/dist/orig/ |
sqlite3ext.h | 117 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines 346 #define sqlite3_prepare sqlite3_api->prepare
|
/external/sqlite/dist/ |
sqlite3ext.h | 117 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines 346 #define sqlite3_prepare sqlite3_api->prepare
|
/frameworks/av/media/libmedia/ |
IMediaRecorder.cpp | 42 PREPARE, 233 status_t prepare() function in class:android::BpMediaRecorder 235 ALOGV("prepare"); 238 remote()->transact(PREPARE, data, &reply); 342 case PREPARE: { 343 ALOGV("PREPARE"); 345 reply->writeInt32(prepare());
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
Filter.java | 157 protected void prepare(FilterContext context) { method in class:Filter 447 prepare(context);
|
/frameworks/wilhelm/src/android/ |
MediaPlayer_to_android.cpp | 66 // mark object as prepared; same state is used for successful or unsuccessful prepare 71 // Most of successful prepare completion for mp->mAVPlayer 74 // AVPlayer prepare() failed prefetching, there is no event in XAPrefetchStatus to 283 SL_LOGE("Error after prepare: %d", data1); 617 gp->prepare(); 635 gp->prepare();
|
/ndk/build/core/ |
setup-app.mk | 17 # and is used to prepare for app-specific build rules.
|
/ndk/toolchains/arm-linux-androideabi-clang3.3/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the arm clang-3.3
|
/ndk/toolchains/arm-linux-androideabi-clang3.4/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the arm clang-3.4
|
/cts/tests/tests/media/src/android/media/cts/ |
EnvReverbTest.java | 474 Looper.prepare();
|
EqualizerTest.java | 407 Looper.prepare();
|
PresentationSyncTest.java | 283 Looper.prepare();
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_fetch_emit.c | 378 fetch_emit->base.prepare = fetch_emit_prepare;
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.cpp | 377 void SpillPlacement::prepare(BitVector &RegBundles) { function in class:SpillPlacement 388 assert(ActiveNodes && "Call prepare() first");
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_fetch_emit.c | 378 fetch_emit->base.prepare = fetch_emit_prepare;
|
/frameworks/av/media/libstagefright/include/ |
AwesomePlayer.h | 77 status_t prepare();
|
/frameworks/base/core/java/android/net/ |
VpnService.java | 80 * <p>There are two primary methods in this class: {@link #prepare} and 84 * An application must call {@link #prepare} to grant the right to use 88 * <li>When the user presses the button to connect, call {@link #prepare} 135 * Prepare to establish a VPN connection. This method returns {@code null} 157 public static Intent prepare(Context context) { method in class:VpnService 169 * Version of {@link #prepare(Context)} which does not require user consent. 174 * <p>Once this is run, future preparations may be done with the standard prepare method as this 175 * will authorize the package to prepare the VPN without consent in the future. 184 // Only prepare if we're not already prepared. 356 * @see #prepare [all...] |
/frameworks/base/libs/hwui/renderthread/ |
CanvasContext.cpp | 232 status = mCanvas->prepare(mOpaque);
|