Searched refs:priority (Results 101 - 125 of 155) sorted by relevance

1234567

/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,
1221 String uuid, int priority, int audioSession, int[] id, Object[] desc,
1220 native_setup(Object audioeffect_this, String type, String uuid, int priority, int audioSession, int[] id, Object[] desc, String opPackageName) 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/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java142 int priority = cursor.getInt(
239 language, body, priority, etwsInfo, cmasInfo);
336 * This includes lower priority test messages and Amber alerts.
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java75 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
100 .setPriority(priority)
70 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/av/include/media/
H A DIAudioFlinger.h199 int32_t priority,
/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java107 ? "p:" + notification.priority
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java1252 * Sets the priority of the Render thread. Unlike the other settings, this
1256 * @param priority the priority
1261 public abstract void setRenderPriority(RenderPriority priority); argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java198 /* Tracks the highest priority of configured networks */
502 * the selection (i.e. network priority) might not be persisted.
950 private boolean setNetworkPriorityNative(int netId, int priority) { argument
952 WifiConfiguration.priorityVarName, Integer.toString(priority));
973 * updating the priority of all the networks and enabling the given
981 * @param updatePriorities makes config highest priority network
988 // Reset the priority of each network at start or if it goes too high.
993 config2.priority = 0;
994 setNetworkPriorityNative(config2.networkId, config.priority);
1001 // Set to the highest priority an
[all...]
H A DWifiAutoJoinController.java850 return 1; // b is of higher priority - ascending
857 return -1; // a is of higher priority - descending
871 // a is of higher priority - descending
887 // a is of lower priority - ascending
904 if (a.priority > b.priority) {
905 // a is of higher priority - descending
908 + b.configKey() + " due to priority");
912 } else if (a.priority < b.priority) {
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java296 int priority; field in class:AlarmManagerService.PriorityClass
300 priority = PRIO_NORMAL;
532 // priority class trumps everything. TICK < WAKEUP < NORMAL
533 if (lhs.priorityClass.priority < rhs.priorityClass.priority) {
535 } else if (lhs.priorityClass.priority > rhs.priorityClass.priority) {
546 // same priority class + same target delivery time
575 packagePrio.priority = alarmPrio;
581 if (alarmPrio < packagePrio.priority) {
[all...]
/frameworks/av/services/audioflinger/
H A DEffects.cpp112 int priority = handle->priority(); local
125 if (h->priority() <= priority) {
1040 int32_t priority)
1043 mPriority(priority), mHasControl(false), mEnabled(false), mDestroyed(false)
1037 EffectHandle(const sp<EffectModule>& effect, const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java100 * Supported priority modes for CDMA SMS messages
109 public int priority = PRIORITY_NORMAL; field in class:BearerData
124 * Supported alert priority modes for CDMA SMS messages
416 builder.append(", priority=" + (priorityIndicatorSet ? priority : "unset"));
854 outStream.write(2, bData.priority);
1184 * either a SPACE or '!' to indicate normal or urgent priority,
1208 bData.priority = PRIORITY_NORMAL;
1210 bData.priority = PRIORITY_URGENT;
1213 "illegal priority settin
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java687 private static void logAndPrint(int priority, IndentingPrintWriter pw, String msg) { argument
688 Slog.println(priority, TAG, msg);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java536 byte priority = PRIORITY_ANY; field in class:BluetoothMasClient.MessagesFilter
574 priority = filter;
/frameworks/rs/driver/
H A DrsdGL.cpp485 void rsdGLSetPriority(const Context *rsc, int32_t priority) {
486 if (priority > 0) {
487 // Mark context as low priority.
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java127 pw.println(prefix + " pri=" + notification.priority + " score=" + sbn.getScore());
H A DNotificationManagerService.java1211 public void setPackagePriority(String pkg, int uid, int priority) {
1213 mRankingHelper.setPackagePriority(pkg, uid, priority);
2090 notification.priority = clamp(notification.priority, Notification.PRIORITY_MIN,
2094 if (notification.priority < Notification.PRIORITY_MAX) {
2095 notification.priority = Notification.PRIORITY_MAX;
2099 if (notification.priority < Notification.PRIORITY_HIGH) {
2100 notification.priority = Notification.PRIORITY_HIGH;
2113 final int score = notification.priority * NOTIFICATION_PRIORITY_MULTIPLIER;
3197 // Intrusiveness trumps priority, henc
[all...]
/frameworks/base/tools/aapt2/
H A DMain.cpp925 if (a.context.priority < b.context.priority) {
929 if (a.context.priority > b.context.priority) {
/frameworks/base/core/java/android/app/
H A DNotification.java444 * Obsolete flag indicating high-priority notifications; use the priority field instead.
446 * @deprecated Use {@link #priority} with a positive value.
473 * Default notification {@link #priority}. If your application does not prioritize its own
479 * Lower {@link #priority}, for items that are less important. The UI may choose to show these
486 * Lowest {@link #priority}; these items might not be shown to the user except under special
492 * Higher {@link #priority}, for more important notifications or alerts. The UI may choose to
499 * Highest {@link #priority}, for your application's most important items that require the
505 * Relative priority for this notification.
508 * this notification. Low-priority notification
520 public int priority; field in class:Notification
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h359 status_t setPriority(int32_t priority);
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp707 int32_t priority,
728 data.writeInt32(priority);
1267 int32_t priority = data.readInt32(); local
1275 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId,
704 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, const String16& opPackageName, status_t *status, int *id, int *enabled) argument
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java792 /*package*/ native static final void dumpTheme(long theme, int priority, String tag, String prefix); argument
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java964 // The badge is a higher-priority disambiguation signal
1271 // priority or have asked to be default options.
1279 r0.priority + "/" + r0.isDefault + " vs " +
1281 ri.priority + "/" + ri.isDefault);
1282 if (r0.priority != ri.priority ||
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp281 jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId,
351 priority,
280 android_media_AudioEffect_native_setup(JNIEnv *env, jobject thiz, jobject weak_this, jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId, jobjectArray javadesc, jstring opPackageName) argument

Completed in 785 milliseconds

1234567