Searched refs:priority (Results 151 - 175 of 209) sorted by relevance

123456789

/frameworks/av/include/media/
H A DIAudioFlinger.h196 int32_t priority,
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h196 int32_t priority,
/frameworks/av/media/libaudiohal/
H A DStreamHalHidl.h93 // Set the priority of the thread that interacts with the HAL
94 // (must match the priority of the audioflinger's thread that calls 'read' / 'write')
95 virtual status_t setHalThreadPriority(int priority);
H A DStreamHalHidl.cpp187 status_t StreamHalHidl::setHalThreadPriority(int priority) { argument
188 mHalThreadPriority = priority;
199 ALOGE_IF(err, "failed to set priority %d for pid %d tid %d; error %d",
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java1272 * Sets the priority of the Render thread. Unlike the other settings, this
1276 * @param priority the priority
1281 public abstract void setRenderPriority(RenderPriority priority); argument
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jar ... int retryCount com.squareup.picasso.Picasso$Priority priority void " href="/8.0.0_r4/s? ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jar ... int retryCount com.squareup.picasso.Picasso$Priority priority void " href="/8.0.0_r4/s? ...
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java590 int priority = data[pos] & 0x07;
601 new CaptionWindow(windowId, visible, rowLock, columnLock, priority,
606 "CaptionCommand DFx windowId: %d, priority: %d, columnLock: %s, "
611 windowId, priority, columnLock, rowLock, visible, anchorVertical,
988 public final int priority; field in class:Cea708CCParser.CaptionWindow
999 boolean rowLock, boolean columnLock, int priority, boolean relativePositioning,
1006 this.priority = priority;
998 CaptionWindow(int id, boolean visible, boolean rowLock, boolean columnLock, int priority, boolean relativePositioning, int anchorVertical, int anchorHorizontal, int anchorId, int rowCount, int columnCount, int penStyle, int windowStyle) argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
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);
1209 * either a SPACE or '!' to indicate normal or urgent priority,
1233 bData.priority = PRIORITY_NORMAL;
1235 bData.priority = PRIORITY_URGENT;
1238 "illegal priority settin
[all...]
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp564 int diff = a.context.priority - b.context.priority;
/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.cpp491 void rsdGLSetPriority(const Context *rsc, int32_t priority) {
492 if (priority > 0) {
493 // Mark context as low priority.
/frameworks/support/compat/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java82 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
108 .setPriority(priority)
77 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, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java2278 // Let's use the network list size - 1 as the highest priority and then go down from there.
2279 // So, the most frequently connected network has the highest priority now.
2280 int priority = networks.size() - 1;
2282 pnoList.add(WifiConfigurationUtil.createPnoNetwork(config, priority));
2283 priority--;
2312 // Let's use the network list size - 1 as the highest priority and then go down from there.
2313 // So, the most frequently connected network has the highest priority now.
2314 int priority = networks.size() - 1;
2318 priority--;
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java828 // First sort so that ones with higher priority are listed at the top
857 // Give up and just use the highest priority layout with matching language
1143 final int priority = resolveInfo.priority;
1144 visitKeyboardLayoutsInPackage(pm, activityInfo, null, priority, visitor);
1181 int priority;
1183 priority = requestedPriority;
1185 priority = 0;
1229 descriptor, label, collection, priority,
/frameworks/av/services/audioflinger/
H A DEffects.cpp122 int priority = handle->priority(); local
135 if (h->priority() <= priority) {
1158 int32_t priority)
1161 mPriority(priority), mHasControl(false), mEnabled(false), mDisconnected(false)
1155 EffectHandle(const sp<EffectModule>& effect, const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority) argument
/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp719 int32_t priority,
741 data.writeInt32(priority);
1323 int32_t priority = data.readInt32(); local
1333 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId,
716 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, pid_t pid, status_t *status, int *id, int *enabled) argument
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java340 int priority; field in class:AlarmManagerService.PriorityClass
344 priority = PRIO_NORMAL;
625 // priority class trumps everything. TICK < WAKEUP < NORMAL
626 if (lhs.priorityClass.priority < rhs.priorityClass.priority) {
628 } else if (lhs.priorityClass.priority > rhs.priorityClass.priority) {
639 // same priority class + same target delivery time
672 packagePrio.priority = alarmPrio;
678 if (alarmPrio < packagePrio.priority) {
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java1614 * @param priority The log priority to use.
1618 public void dump(int priority, String tag, String prefix) { argument
1619 mThemeImpl.dump(priority, tag, prefix);
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp282 jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId,
352 priority,
281 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
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java678 private static void logAndPrint(int priority, IndentingPrintWriter pw, String msg) { argument
679 Slog.println(priority, TAG, msg);
H A DUsbProfileGroupSettingsManager.java916 * Only return those matches with the highest priority.
918 * @param matches All matches, some might have lower priority
920 * @return The matches with the highest priority
928 // Create list of highest priority matches per user in highestPriorityMatchesByUserId
946 // Find current highest priority matches for the current user
951 if (match.priority == highestPriority) {
953 } else if (match.priority > highestPriority) {
954 highestPriorityByUserId.put(match.targetUserId, match.priority);
962 // matches have the same priority for a user. Matches for different users might have
963 // different priority
[all...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java416 RunnerThread(String name, Runnable op, int priority) { argument
419 mPriority = priority;
/frameworks/rs/
H A Drs.spec128 param int32_t priority
/frameworks/base/core/java/android/app/
H A DNotification.java531 * Obsolete flag indicating high-priority notifications; use the priority field instead.
533 * @deprecated Use {@link #priority} with a positive value.
570 * Default notification {@link #priority}. If your application does not prioritize its own
579 * Lower {@link #priority}, for items that are less important. The UI may choose to show these
589 * Lowest {@link #priority}; these items might not be shown to the user except under special
598 * Higher {@link #priority}, for more important notifications or alerts. The UI may choose to
608 * Highest {@link #priority}, for your application's most important items that require the
617 * Relative priority for this notification.
620 * this notification. Low-priority notification
634 public int priority; field in class:Notification
[all...]

Completed in 1723 milliseconds

123456789