HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 51 - 75 of 384) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/media/jni/soundpool/
SoundPool.h 96 float rightVolume, int priority, int loop, float rate);
101 int priority() { return mPriority; } function in class:android::SoundEvent
125 int priority, int loop, float rate);
136 void setPriority(int priority) { mPriority = priority; }
167 int load(const char* url, int priority);
168 int load(int fd, int64_t offset, int64_t length, int priority);
170 int play(int sampleID, float leftVolume, float rightVolume, int priority,
178 void setPriority(int channelID, int priority);
201 SoundChannel* allocateChannel(int priority);
    [all...]
android_media_SoundPool.cpp 42 android_media_SoundPool_load_URL(JNIEnv *env, jobject thiz, jstring path, jint priority)
51 int id = ap->load(s, priority);
58 jlong offset, jlong length, jint priority)
64 int64_t(offset), int64_t(length), int(priority));
77 jfloat leftVolume, jfloat rightVolume, jint priority, jint loop,
83 return ap->play(sampleID, leftVolume, rightVolume, priority, loop, rate);
143 int priority)
148 ap->setPriority(channelID, priority);
  /external/webkit/WebCore/svg/
SVGGlyphMap.h 67 node->glyphs.last().priority = m_currentPriority++;
75 return first.priority < second.priority;
SVGGlyphElement.h 57 , priority(0)
91 int priority; member in struct:WebCore::SVGGlyphIdentifier
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 141 int priority = getAndroidLevel(level); local
142 if (!Log.isLoggable(tag, priority)) {
147 Log.println(priority, tag, message);
  /libcore/luni/src/main/java/java/lang/
Thread.java 60 * Each {@code Thread} has an integer priority that basically determines the
119 * The maximum priority value allowed for a thread.
124 * The minimum priority value allowed for a thread.
129 * The normal (default) priority value assigned to threads.
138 volatile int priority; field in class:Thread
386 Thread(ThreadGroup group, String name, int priority, boolean daemon) {
404 this.priority = priority;
488 this.priority = currentThread.getPriority();
708 * Returns the priority of the Thread
    [all...]
  /external/bluetooth/glib/gthread/
gthread-posix.c 104 /* FreeBSD threads use different priority values from the POSIX_
146 g_thread_priority_map [priority]));
307 GThreadPriority priority,
315 g_return_if_fail (priority >= G_THREAD_PRIORITY_LOW);
316 g_return_if_fail (priority <= G_THREAD_PRIORITY_URGENT);
347 sched.sched_priority = g_thread_priority_map [priority];
352 (pthread_attr_setprio (&attr, g_thread_priority_map [priority]));
395 g_thread_set_priority_posix_impl (gpointer thread, GThreadPriority priority)
397 g_return_if_fail (priority >= G_THREAD_PRIORITY_LOW);
398 g_return_if_fail (priority <= G_THREAD_PRIORITY_URGENT)
    [all...]
  /external/bluetooth/glib/glib/
gmain.h 54 gint priority; member in struct:_GSource
134 gint *priority);
154 gint priority);
185 gint priority);
260 guint g_timeout_add_full (gint priority,
268 guint g_timeout_add_seconds_full (gint priority,
276 guint g_child_watch_add_full (gint priority,
286 guint g_idle_add_full (gint priority,
  /external/dropbear/
cli-main.c 33 static void cli_dropbear_log(int priority, const char* format, va_list param);
105 static void cli_dropbear_log(int UNUSED(priority),
dbutil.h 37 extern void (*_dropbear_log)(int priority, const char* format, va_list param);
41 void dropbear_log(int priority, const char* format, ...);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 34 boolean setSinkPriority(in BluetoothDevice device, int priority);
IBluetoothHeadset.aidl 34 boolean setPriority(in BluetoothDevice device, int priority);
  /system/core/include/cutils/
log.h 157 * verbose priority.
169 * debug priority.
177 * info priority.
185 * warn priority.
193 * error priority.
334 #define LOG(priority, tag, ...) \
335 LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
339 * Log macro that allows you to specify a number for the priority.
342 #define LOG_PRI(priority, tag, ...) \
343 android_printLog(priority, tag, __VA_ARGS__
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/os2/
SDL_systimer.c 102 ULONG priority = 0, nesting; /* Shut down the warnings */ local
126 It turns out that on Warp3fp42 it is the priority at the time
130 priority = (tib->tib_ptib2->tib2_ulpri);
131 if ((priority & 0xFF00) == 0x0300) /* already time-critical */
135 /* We do not want to run at high priority if a signal causes us
151 /* Nobody switched priority while we slept... Ignore errors... */
152 /* tib->tib_ptib2->tib2_ulpri = priority; */ /* Get back... */
153 if (!(rc = DosSetPriority(PRTYS_THREAD, (priority>>8) & 0xFF, 0, 0)))
154 rc = DosSetPriority(PRTYS_THREAD, 0, priority & 0xFF, 0);
159 /* The actual blocking call is made with "normal" priority. This way w
    [all...]
  /dalvik/vm/
Misc.h 68 void dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr,
105 int priority; member in struct:DebugOutputTarget::__anon667::__anon668
117 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority,
  /external/chromium/net/base/
host_resolver.h 62 RequestPriority priority() const { return priority_; } function in class:net::HostResolver::RequestInfo
63 void set_priority(RequestPriority priority) { priority_ = priority; }
84 // The priority for the request.
  /external/chromium/net/flip/
flip_stream.h 92 int priority() const { return priority_; } function in class:net::FlipStream
93 void set_priority(int priority) { priority_ = priority; }
  /external/chromium/net/socket/
client_socket_handle.h 43 // method returns either OK or ERR_IO_PENDING. On ERR_IO_PENDING, |priority|
63 RequestPriority priority,
150 RequestPriority priority,
164 group_name, &socket_params, priority, this, &callback_, load_log);
client_socket_pool.h 35 // connecting. |priority| will determine the placement into the wait list.
53 RequestPriority priority,
  /external/webkit/WebCore/platform/mac/
PurgeableBufferMac.cpp 145 void PurgeableBuffer::setPurgePriority(PurgePriority priority)
147 if (priority == m_purgePriority)
149 m_purgePriority = priority;
  /external/v8/benchmarks/
richards.js 122 * @param {int} priority the task's priority
126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
133 * @param {int} priority the task's priority
136 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
137 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
143 * @param {int} priority the task's priority
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 117 * @param {int} priority the task's priority
121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
128 * @param {int} priority the task's priority
131 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
132 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
138 * @param {int} priority the task's priority
    [all...]
  /bionic/libc/kernel/common/linux/
ipmi_smi.h 49 int priority);
  /development/ndk/platforms/android-3/include/linux/
ipmi_smi.h 49 int priority);
  /external/openssl/crypto/pqueue/
pqueue.h 71 unsigned char priority[8]; /* 64-bit value in big-endian encoding */ member in struct:_pitem

Completed in 424 milliseconds

1 23 4 5 6 7 8 91011>>