Searched refs:priority (Results 126 - 150 of 209) sorted by relevance

123456789

/frameworks/av/media/libaudiohal/
H A DStreamHalLocal.h73 // Set the priority of the thread that interacts with the HAL
74 // (must match the priority of the audioflinger's thread that calls 'read' / 'write')
75 virtual status_t setHalThreadPriority(int priority);
/frameworks/av/media/libaudiohal/include/
H A DStreamHalInterface.h78 // Set the priority of the thread that interacts with the HAL
79 // (must match the priority of the audioflinger's thread that calls 'read' / 'write')
80 virtual status_t setHalThreadPriority(int priority) = 0;
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h156 void setPriority(int32_t priority) override;
H A Drsd_cpu.h126 virtual void setPriority(int32_t priority) = 0;
/frameworks/wilhelm/src/itf/
H A DIObject.cpp642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable) argument
649 thiz->mPriority = priority;
671 SLint32 priority = thiz->mPriority; local
674 *pPriority = priority;
/frameworks/av/media/libmedia/
H A DVisualizer.cpp38 int32_t priority,
42 : AudioEffect(SL_IID_VISUALIZATION, opPackageName, NULL, priority, cbf, user, sessionId),
37 Visualizer(const String16& opPackageName, int32_t priority, effect_callback_t cbf, void* user, audio_session_t sessionId) argument
/frameworks/av/services/audioflinger/
H A DEffects.h165 // First handle in mHandles has highest priority and controls the effect module
186 int32_t priority);
229 int priority() const { return mPriority; } function in class:EffectHandle
248 int mPriority; // client application priority to control the effect
/frameworks/base/media/java/android/media/audiofx/
H A DEnvironmentalReverb.java122 * @param priority the priority level requested by the application for controlling the
125 * The normal priority is 0, above normal is a positive number, below normal a negative number.
136 public EnvironmentalReverb(int priority, int audioSession) argument
138 super(EFFECT_TYPE_ENV_REVERB, EFFECT_TYPE_NULL, priority, audioSession);
H A DVirtualizer.java105 * @param priority the priority level requested by the application for controlling the Virtualizer
107 * how much the requesting application needs control of effect parameters. The normal priority
117 public Virtualizer(int priority, int audioSession) argument
120 super(EFFECT_TYPE_VIRTUALIZER, EFFECT_TYPE_NULL, priority, audioSession);
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/services/core/java/com/android/server/search/
H A DSearchables.java279 * (a) System apps are given priority over non system apps.
281 * is defined by their declared priority.
351 // Note, this isn't a typo. Higher priority numbers imply
352 // higher priority, but are "lower" in the sort order.
353 return rhs.priority - lhs.priority;
/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java53 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
81 .setPriority(priority)
48 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 showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView, int groupAlertBehavior) argument
/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java78 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
107 .setPriority(priority)
73 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 showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView, int groupAlertBehavior) argument
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java825 // with just the foreground priority. This means that persistent processes
826 // can never be the top app priority... that is fine.
1564 int priority = job.getPriority();
1565 if (priority >= JobInfo.PRIORITY_FOREGROUND_APP) {
1566 return adjustJobPriority(priority, job);
1572 return adjustJobPriority(priority, job);
1577 * If no contexts are available, preempts lower priority jobs to
1578 * run higher priority ones.
1636 final int priority = evaluateJobPriorityLocked(nextPending);
1637 nextPending.lastEvaluatedPriority = priority;
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java61 public static final String priorityVarName = "priority";
316 public int priority; field in class:WifiConfiguration
772 * Number of time the scorer overrode a the priority based choice, when comparing two
782 * Number of time the scorer overrode a the priority based choice, and the comparison
1408 priority = 0;
1482 .append(" PRIO: ").append(this.priority)
1959 priority = source.priority;
2038 dest.writeInt(priority);
2106 config.priority
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java284 n.priority = Notification.PRIORITY_MAX;
287 n.priority = NotificationManagerService.clamp(n.priority, Notification.PRIORITY_MIN,
289 switch (n.priority) {
389 pw.println(prefix + "pri=" + notification.priority);
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp1113 int priority; local
1117 priority = ANDROID_LOG_WARN;
1120 priority = ANDROID_LOG_INFO;
1123 priority = ANDROID_LOG_ERROR;
1127 LOG_PRI_VA(priority, "SELinux", fmt, ap);
/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/minikin/libs/minikin/
H A DCmapCoverage.cpp249 // Lower value has higher priority. 0 for the highest priority table.
480 const uint8_t priority = getTablePriority(platformId, encodingId); local
481 if (priority < bestTablePriority) {
483 bestTablePriority = priority;
487 if (vsTableOffset != kNoTable && bestTablePriority == 0 /* highest priority */) {
488 // Already found the highest priority table and variation sequences table. No need to
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java61 public final int priority; field in class:ApnContext
119 priority = config.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/packages/SettingsLib/src/com/android/settingslib/
H A DSuggestionParser.java192 // priority.
196 if (last.priority > item.priority) {
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp214 int diff = a.context.priority - b.context.priority;
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
H A DPolicy.java154 * Policy associated with a roaming provider. This specifies a priority associated
190 public void setPriority(int priority) { argument
191 mPriority = priority;
/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.

Completed in 5222 milliseconds

123456789