Home
last modified time | relevance | path

Searched refs:PRIORITY_HIGH (Results 1 – 8 of 8) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DAnimationComponent.java158 mRocketSoundStream = sound.play(mRocketSound, true, SoundSystem.PRIORITY_HIGH); in update()
264 sound.play(mLandThump, false, SoundSystem.PRIORITY_HIGH, 1.0f, in update()
DSoundSystem.java32 public static final int PRIORITY_HIGH = 2; field in SoundSystem
/external/libchrome/ipc/
Dipc_message.h43 PRIORITY_HIGH enumerator
Dipc_message_utils_unittest.cc29 Message::PriorityValue nested_priority = Message::PRIORITY_HIGH; in TEST()
/external/ipsec-tools/src/libipsec/
Dlibpfkey.h42 #define PRIORITY_HIGH 0x40000000 macro
Dipsec_dump_policy.c132 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_HIGH;
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java350 NotificationCompat.PRIORITY_HIGH,
891 case NotificationCompat.PRIORITY_HIGH: in setPriority()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java849 AvailableNetworkInfo.PRIORITY_HIGH, in telephonyUpdateAvailableNetworks()