Home
last modified time | relevance | path

Searched refs:PRIORITY_HIGH (Results 1 – 6 of 6) 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/chromium/third_party/libjingle/source/talk/base/
Dthread.h102 PRIORITY_HIGH, enumerator
Dthread.cc243 if (priority_ == PRIORITY_HIGH) { in Start()
273 if (priority_ == PRIORITY_HIGH) { in Start()
/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;