Searched defs:priority (Results 76 - 97 of 97) sorted by relevance

1234

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java416 RunnerThread(String name, Runnable op, int priority) { argument
419 mPriority = priority;
/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointDmTree.java239 String fqdn, String priority, String country) {
240 PreferredRoamingPartnerList obj = new PreferredRoamingPartnerList(name, fqdn, priority,
238 createPreferredRoamingPartnerList(String name, String fqdn, String priority, String country) argument
/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/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/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
H A DAudioFlinger.cpp2488 int32_t priority,
2501 ALOGV("createEffect pid %d, effectClient %p, priority %d, sessionId %d, io %d",
2502 pid, effectClient.get(), priority, sessionId, io);
2661 handle = thread->createEffect_l(client, effectClient, priority, sessionId,
2485 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& effectClient, int32_t priority, audio_io_handle_t io, int sessionId, const String16& opPackageName, status_t *status, int *id, int *enabled) argument
H A DThreads.cpp709 ALOGW("Policy SCHED_FIFO priority %d is unavailable for pid %d tid %d; error %d",
1116 // another session. This gives the priority to well behaved effect control panels
1135 int32_t priority,
1246 handle = new EffectHandle(effect, client, effectClient, priority);
1132 createEffect_l( const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority, int sessionId, effect_descriptor_t *desc, int *enabled, status_t *status) 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
H A DResources.java1749 * @param priority The log priority to use.
1753 public void dump(int priority, String tag, String prefix) { argument
1754 AssetManager.dumpTheme(mTheme, priority, tag, prefix);
/frameworks/base/core/java/android/os/
H A DProcess.java192 * Standard priority of application threads.
206 * Lowest available thread priority. Only for those who really, really
215 * Standard priority background threads. This gives your thread a slightly
216 * lower than normal priority, so that it will have less chance of impacting
225 * Standard priority of threads that are currently running a user interface
227 * change to this priority; the system will automatically adjust your
236 * Standard priority of system display threads, involved in updating
238 * normally change to this priority.
246 * Standard priority of the most important display threads, for compositing
248 * change to this priority
888 setThreadPriority(int tid, int priority) argument
961 setThreadPriority(int priority) argument
994 setThreadScheduler(int tid, int policy, int priority) argument
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java2303 * The priority the engine declares for the the intent filter
2308 public int priority; field in class:TextToSpeech.EngineInfo
/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/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java54 public static final String priorityVarName = "priority";
285 public int priority; field in class:WifiConfiguration
607 * it's relative priority.
810 * Number of time the scorer overrode a the priority based choice, when comparing two
820 * Number of time the scorer overrode a the priority based choice, and the comparison
911 priority = 0;
992 append(" PRIO: ").append(this.priority).
1454 priority = source.priority;
1555 dest.writeInt(priority);
[all...]
/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/av/services/camera/libcameraservice/
H A DCameraService.cpp607 // Find the priority for the camera usage based on the process state. Higher priority clients
615 // access priority. This is important for lock-screen camera launch scenarios
1044 // If the incoming client was 'evicted,' higher priority clients have the camera in the
1048 " priority).", clientPid);
1056 "(PID %d, priority %d) due to eviction policy", curTime.string(),
1062 "(PID %" PRId32 ", priority %" PRId32 ")", i->getKey().string(),
1066 PRId32 ", priority %" PRId32 ")", i->getKey().string(),
1096 " %" PRId32 ", priority %" PRId32 ")\n - Evicted by device %s client for"
1097 " package %s (PID %d, priority
2208 int32_t priority = i->getPriority(); local
2239 makeClientDescriptor( const String8& key, const sp<BasicClient>& value, int32_t cost, const std::set<String8>& conflictingKeys, int32_t priority, int32_t ownerId) argument
[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/base/services/core/java/com/android/server/input/
H A DInputManagerService.java903 String collection, int keyboardLayoutResId, int priority) {
937 String collection, int keyboardLayoutResId, int priority) {
938 list.add(new KeyboardLayout(descriptor, label, collection, priority));
954 String label, String collection, int keyboardLayoutResId, int priority) {
955 result[0] = new KeyboardLayout(descriptor, label, collection, priority);
971 final int priority = resolveInfo.priority;
972 visitKeyboardLayoutsInPackage(pm, activityInfo, null, priority, visitor);
1007 int priority;
1009 priority
1818 visitKeyboardLayout(Resources resources, String descriptor, String label, String collection, int keyboardLayoutResId, int priority) argument
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp2155 int32_t priority; local
2156 if (msg->findInt32("priority", &priority)) {
2157 err = setPriority(priority);
2183 status_t ACodec::setPriority(int32_t priority) { argument
2184 if (priority < 0) {
2189 config.nU32 = (OMX_U32)priority;
2194 ALOGI("codec does not support config priority (err %d)", temp);
/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...]
/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/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2438 int priority = -1000;
2459 // Select the IntentFilterVerifier with the highest priority
2460 if (priority < info.priority) {
2461 priority = info.priority;
2464 + verifierComponentName + " with priority: " + info.priority);
4235 // If there is more than one activity with the same priority,
4240 Slog.v(TAG, r0.activityInfo.name + "=" + r0.priority
4331 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
5670 reportSettingsProblem(int priority, String msg) argument
5674 logCriticalInfo(int priority, String msg) argument
[all...]
/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. ...

Completed in 2643 milliseconds

1234