Searched refs:priority (Results 76 - 100 of 113) sorted by relevance

12345

/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java52 * control of the effect engine or not depending on the priority parameter. If priority is higher
53 * than the priority used by the current effect engine owner, the control will be transfered to the
375 * @param priority the priority level requested by the application for
379 * parameters. The normal priority is 0, above normal is a
391 public AudioEffect(UUID type, UUID uuid, int priority, int audioSession) argument
398 type.toString(), uuid.toString(), priority, audioSession, id,
1217 String uuid, int priority, int audioSession, int[] id, Object[] desc);
1216 native_setup(Object audioeffect_this, String type, String uuid, int priority, int audioSession, int[] id, Object[] desc) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java354 long priority = mScheduler.priorityForFilter(filter);
355 if (priority > maxPriority) {
356 maxPriority = priority;
574 /** The runner's thread priority. */
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java95 private int loadSound(int resId, int priority) { argument
96 int id = mSoundPool.load(getApplicationContext(), resId, priority);
198 if (DEBUG) Log.d(LOG_TAG, "Begin priority test");
201 // play a normal priority looping sound
211 // play a low priority sound
215 Log.e(LOG_TAG, "Normal > Low priority test failed");
220 Log.i(LOG_TAG, "Normal > Low priority test passed");
223 // play a high priority sound
227 Log.e(LOG_TAG, "High > Normal priority test failed");
231 Log.i(LOG_TAG, "Stopping high priority");
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java137 /* Tracks the highest priority of configured networks */
242 * updating the priority of all the networks and enabling the given
256 // Reset the priority of each network at start or if it goes too high.
260 config.priority = 0;
267 // Set to the highest priority and save the configuration.
270 config.priority = ++mLastPriority;
683 if (config.priority > mLastPriority) {
684 mLastPriority = config.priority;
1222 Integer.toString(config.priority))) {
1223 loge(config.SSID + ": failed to set priority
[all...]
/frameworks/av/include/media/
H A DIAudioFlinger.h190 int32_t priority,
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java1368 * Sets the priority of the Render thread. Unlike the other settings, this
1372 * @param priority the priority
1377 public synchronized void setRenderPriority(RenderPriority priority) { argument
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java517 // priority or have asked to be default options.
524 r0.priority + "/" + r0.isDefault + " vs " +
526 ri.priority + "/" + ri.isDefault);
527 if (r0.priority != ri.priority ||
/frameworks/av/services/audioflinger/
H A DEffects.cpp109 int priority = handle->priority(); local
121 if (h->priority() <= priority) {
902 int32_t priority)
905 mPriority(priority), mHasControl(false), mEnabled(false), mDestroyed(false)
899 EffectHandle(const sp<EffectModule>& effect, const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority) argument
H A DAudioFlinger.h210 int32_t priority,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java99 * Supported priority modes for CDMA SMS messages
108 public int priority = PRIORITY_NORMAL; field in class:BearerData
123 * Supported alert priority modes for CDMA SMS messages
415 builder.append(", priority=" + (priorityIndicatorSet ? priority : "unset"));
862 outStream.write(2, bData.priority);
1192 * either a SPACE or '!' to indicate normal or urgent priority,
1216 bData.priority = PRIORITY_NORMAL;
1218 bData.priority = PRIORITY_URGENT;
1221 "illegal priority settin
[all...]
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java947 pw.println(prefix + " pri=" + notification.priority + " score=" + sbn.getScore());
1705 notification.priority = clamp(notification.priority, Notification.PRIORITY_MIN,
1709 if (notification.priority < Notification.PRIORITY_MAX) {
1710 notification.priority = Notification.PRIORITY_MAX;
1714 if (notification.priority < Notification.PRIORITY_HIGH) {
1715 notification.priority = Notification.PRIORITY_HIGH;
1720 int score = notification.priority * NOTIFICATION_PRIORITY_MULTIPLIER; //[-20..20]
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp313 void RsdCpuReferenceImpl::setPriority(int32_t priority) { argument
315 setpriority(PRIO_PROCESS, mWorkers.mNativeThreadId[ct], priority);
/frameworks/rs/driver/
H A DrsdGL.cpp486 void rsdGLSetPriority(const Context *rsc, int32_t priority) {
487 if (priority > 0) {
488 // Mark context as low priority.
/frameworks/rs/
H A Drs.spec94 param int32_t priority
H A Drs_hal.h88 void (*setPriority)(const Context *, int32_t priority);
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp648 int32_t priority,
668 data.writeInt32(priority);
1086 int32_t priority = data.readInt32(); local
1093 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId,
645 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, status_t *status, int *id, int *enabled) argument
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java742 /*package*/ native static final void dumpTheme(int theme, int priority, String tag, String prefix); argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DContentSettingsAdapter.java562 public synchronized void setRenderPriority(RenderPriority priority) { argument
/frameworks/base/core/java/android/content/
H A DIntentFilter.java41 * and/or path) in an Intent. It also includes a "priority" value which is
155 * The filter {@link #setPriority} value at which system high-priority
165 * The filter {@link #setPriority} value at which system low-priority
427 * Modify priority of this filter. The default priority is 0. Positive
433 * @param priority The new priority value.
439 public final void setPriority(int priority) { argument
440 mPriority = priority;
444 * Return the priority o
[all...]
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp252 jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId, jobjectArray javadesc)
316 priority,
251 android_media_AudioEffect_native_setup(JNIEnv *env, jobject thiz, jobject weak_this, jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId, jobjectArray javadesc) argument
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java715 notification.priority = Notification.PRIORITY_MIN;
750 notification.priority = Notification.PRIORITY_LOW;
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java416 RunnerThread(String name, Runnable op, int priority) { argument
419 mPriority = priority;
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1023 int priority = sendReq.getPriority();
1024 if (priority != 0) {
1025 values.put(Mms.PRIORITY, priority);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java272 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY);
319 assertEquals(bearerData.priority, BearerData.PRIORITY_EMERGENCY);
696 assertEquals(bd2.priority, BearerData.PRIORITY_URGENT);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1042 final int priority =
1044 if (priority < currentPriority) {
1045 currentPriority = priority;
1048 if (priority == 0) {

Completed in 741 milliseconds

12345