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

123456789

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java999 pr.println(prefix + "priority=" + ri.priority
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1444 int priority = syncOperation.findPriority();
1454 .setPriority(priority);
2685 // priority sync is pre-empted.
2694 Slog.v(TAG, "Pushing back running sync due to a higher priority sync");
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2169 outError[0] = "<overlay> priority must be between 0 and 9999";
3128 perm.info.priority = sa.getInt(
3130 if (perm.info.priority > 0 && (flags&PARSE_IS_SYSTEM) == 0) {
3131 perm.info.priority = 0;
5477 int priority = sa.getInt(
5479 outInfo.setPriority(priority);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h195 XAint32 priority,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h134 /* Convenient macros representing various different priority levels, for use with the SetPriority method */
432 SLint32 priority,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java2517 sb.append(" prio=").append(config.priority);
2528 sb.append(" prio=").append(curConfig.priority);
4240 // STA has higher priority over P2P
/frameworks/av/services/audioflinger/
H A DThreads.cpp692 ALOGW("Policy SCHED_FIFO priority %d is unavailable for pid %d tid %d; error %d",
1119 // another session. This gives the priority to well behaved effect control panels
1276 int32_t priority,
1345 handle = new EffectHandle(effect, client, effectClient, priority);
1273 createEffect_l( const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority, audio_session_t sessionId, effect_descriptor_t *desc, int *enabled, status_t *status, bool pinned) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java13376 * Schedule the given thread a normal scheduling priority.
13396 * Schedule the given thread an FIFO scheduling priority.
13469 * happen in the background. Thus, demote render thread from system_server to a lower priority.
14720 // crashes are higher priority (in case there's a crash *and* an anr)
19538 if (curr.getPriority() >= curt.priority) {
21959 // Boost priority for top app UI and render threads
21984 // Reset priority for top app UI and render threads
[all...]

Completed in 364 milliseconds

123456789