HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 501 - 525 of 1753) sorted by null

<<21222324252627282930>>

  /external/chromium_org/net/http/
http_basic_state.h 35 RequestPriority priority,
http_stream_factory.h 160 // Called when the priority of the parent transaction changes.
161 virtual void SetPriority(RequestPriority priority) = 0;
194 RequestPriority priority,
205 RequestPriority priority,
215 RequestPriority priority,
http_transaction.h 136 // Called when the priority of the parent job changes.
137 virtual void SetPriority(RequestPriority priority) = 0;
  /external/chromium_org/net/spdy/
spdy_write_queue.h 24 // by priority, and then FIFO.
35 // priority associated with the given stream, which may be NULL if
37 // is non-NULL, its priority must be equal to |priority|, and it
39 void Enqueue(RequestPriority priority,
44 // Dequeues the frame producer with the highest priority that was
81 // The actual write queue, binned by priority.
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Animation.cpp 42 PassRefPtr<Animation> Animation::create(PassRefPtr<Element> target, PassRefPtr<AnimationEffect> effect, const Timing& timing, Priority priority, PassOwnPtr<EventDelegate> eventDelegate)
44 return adoptRef(new Animation(target, effect, timing, priority, eventDelegate));
47 Animation::Animation(PassRefPtr<Element> target, PassRefPtr<AnimationEffect> effect, const Timing& timing, Priority priority, PassOwnPtr<EventDelegate> eventDelegate)
52 , m_priority(priority)
  /external/chromium_org/third_party/openssl/openssl/crypto/pqueue/
pqueue.h 71 unsigned char priority[8]; /* 64-bit value in big-endian encoding */ member in struct:_pitem
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pqueue.h 71 unsigned char priority[8]; /* 64-bit value in big-endian encoding */ member in struct:_pitem
  /external/openssl/crypto/pqueue/
pqueue.h 71 unsigned char priority[8]; /* 64-bit value in big-endian encoding */ member in struct:_pitem
  /external/openssl/include/openssl/
pqueue.h 71 unsigned char priority[8]; /* 64-bit value in big-endian encoding */ member in struct:_pitem
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 82 synchronized public final int play(Sound sound, boolean loop, int priority) {
85 stream = mSoundPool.play(sound.soundId, 1.0f, 1.0f, priority, loop ? -1 : 0, 1.0f);
94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) {
97 stream = mSoundPool.play(sound.soundId, volume, volume, priority, loop ? -1 : 0, rate);
  /external/stressapptest/src/
logger.h 63 // Lines with a priority numerically greater than this will not be logged.
92 // priority: If this is numerically greater than the verbosity, the line
96 void VLogF(int priority, const char *format, va_list args);
  /frameworks/av/include/media/
AudioEffect.h 162 * the same effect type but with a higher priority. Control is returned when the
192 * on the priority parameter. If priority is higher than the priority used by the current
215 * priority: requested priority for effect control: the priority level corresponds to the
216 * value of priority parameter: negative values indicate lower priorities, positive values
217 * higher priorities, 0 being the normal priority.
229 int32_t priority = 0
295 int32_t priority() const { return mPriority; } function in class:android::AudioEffect
    [all...]
  /frameworks/rs/driver/
rsdCore.cpp 49 static void SetPriority(const Context *rsc, int32_t priority);
218 void SetPriority(const Context *rsc, int32_t priority) {
221 dc->mCpuRef->setPriority(priority);
225 rsdGLSetPriority(rsc, priority);
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 112 RMS_WORD priority; /* Task's runtime priority level */ member in struct:RMS_MoreTaskArgs
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 112 RMS_WORD priority; /* Task's runtime priority level */ member in struct:RMS_MoreTaskArgs
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
ipmi_smi.h 49 int priority);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
ipmi_smi.h 49 int priority);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
ipmi_smi.h 49 int priority);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
ipmi_smi.h 49 int priority);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
ipmi_smi.h 49 int priority);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
ipmi_smi.h 49 int priority);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
ipmi_smi.h 49 int priority);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
ipmi_smi.h 49 int priority);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
ipmi_smi.h 49 int priority);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
ipmi_smi.h 49 int priority);

Completed in 769 milliseconds

<<21222324252627282930>>