HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY_DEFAULT (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/native/include/utils/
Thread.h 49 int32_t priority = PRIORITY_DEFAULT,
ThreadDefs.h 105 PRIORITY_DEFAULT = ANDROID_PRIORITY_DEFAULT,
AndroidThreads.h 110 int32_t threadPriority = PRIORITY_DEFAULT,
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 130 (u_int32_t) (PRIORITY_DEFAULT / 4) * 3)
136 (u_int32_t) (PRIORITY_DEFAULT / 4) * 3 &&
138 (u_int32_t) (PRIORITY_DEFAULT / 4) * 5)
140 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_DEFAULT;
policy_parse.y 156 p_priority = PRIORITY_DEFAULT;
178 p_priority = PRIORITY_DEFAULT + (u_int32_t) p_priority_offset;
200 p_priority = PRIORITY_DEFAULT + (u_int32_t) p_priority_offset;
libpfkey.h 41 #define PRIORITY_DEFAULT 0x80000000
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 49 int32_t priority = PRIORITY_DEFAULT
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 99 run(mName.string(), PRIORITY_DEFAULT);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h 118 run("CameraPreviewThread", PRIORITY_DEFAULT);
133 run("CameraVideoThread", PRIORITY_DEFAULT);
158 run("CameraAutoFocusThread", PRIORITY_DEFAULT);
ExynosCameraHWInterface.cpp 571 if (m_pictureThread->run("CameraPictureThread", PRIORITY_DEFAULT) != NO_ERROR) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 47 public static final int PRIORITY_DEFAULT = 0;
53 * compared with your app's {@link #PRIORITY_DEFAULT} items.
68 * notification lists, compared with your app's {@link #PRIORITY_DEFAULT} items.
91 if (b.mPriority > PRIORITY_DEFAULT) {
223 mPriority = PRIORITY_DEFAULT;
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 19 import static android.app.Notification.PRIORITY_DEFAULT;
668 ntm.expectTestNotification(4, id2, PRIORITY_DEFAULT);
679 ntm.expectTestNotification(3, id2, PRIORITY_DEFAULT);
690 ntm.expectTestNotification(2, id2, PRIORITY_DEFAULT);
702 ntm.expectTestNotification(1, id2, PRIORITY_DEFAULT);
    [all...]
  /frameworks/native/libs/utils/
Threads.cpp 152 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
302 PRIORITY_DEFAULT, 0, id);
  /frameworks/base/core/java/android/app/
Notification.java 357 public static final int PRIORITY_DEFAULT = 0;
362 * {@link #PRIORITY_DEFAULT} items.
375 * your app's {@link #PRIORITY_DEFAULT} items.
545 this.priority = PRIORITY_DEFAULT;
    [all...]
  /external/ipsec-tools/
setup.c 239 policy.p.sadb_x_policy_priority = PRIORITY_DEFAULT;
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 399 b.setPriority(Notification.PRIORITY_DEFAULT);
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 73 mLooper->start(false /*runOnCallingThread*/, false /*canCallJava*/, PRIORITY_DEFAULT);
  /external/ipsec-tools/src/racoon/
sockmisc.c 301 .sadb_x_policy_priority = PRIORITY_DEFAULT,
pfkey.c     [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 84 PRIORITY_DEFAULT);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java     [all...]
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 

Completed in 812 milliseconds

1 2