HomeSort by relevance Sort by last modified time
    Searched refs:PREPARE (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
SharedImageProvider.java 40 public static final String PREPARE = "prepare";
65 if (values.containsKey(PREPARE)) {
66 if (values.getAsBoolean(PREPARE)) {
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 40 PREPARE,
231 status_t prepare() function in class:android::BpMediaRecorder
233 ALOGV("prepare");
236 remote()->transact(PREPARE, data, &reply);
340 case PREPARE: {
341 ALOGV("PREPARE");
343 reply->writeInt32(prepare());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 463 #define __libc_atfork(PREPARE, PARENT, CHILD) \
464 __register_atfork (PREPARE, PARENT, CHILD, NULL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 463 #define __libc_atfork(PREPARE, PARENT, CHILD) \
464 __register_atfork (PREPARE, PARENT, CHILD, NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 463 #define __libc_atfork(PREPARE, PARENT, CHILD) \
464 __register_atfork (PREPARE, PARENT, CHILD, NULL)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 604 values.put(SharedImageProvider.PREPARE, false);
619 values.put(SharedImageProvider.PREPARE, true);
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 195 milliseconds