Searched defs:getPriority (Results 1 - 25 of 30) sorted by path

12

/frameworks/av/media/libmediaplayerservice/tests/
H A DDrmSessionManager_test.cpp35 virtual bool getPriority(int pid, int* priority) { function in struct:android::FakeProcessInfo
135 processInfo.getPriority(kTestPid1, &priority1);
/frameworks/av/media/libstagefright/
H A DProcessInfo.cpp31 bool ProcessInfo::getPriority(int pid, int* priority) { function in class:android::ProcessInfo
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h72 int32_t getPriority() const;
144 int32_t ClientDescriptor<KEY, VALUE>::getPriority() const { function in class:android::resource_policy::ClientDescriptor
386 int32_t priority = client->getPriority();
395 int32_t curPriority = i->getPriority();
411 int32_t curPriority = i->getPriority();
/frameworks/av/services/mediadrm/tests/
H A DDrmSessionManager_test.cpp35 virtual bool getPriority(int pid, int* priority) { function in struct:android::FakeProcessInfo
131 processInfo.getPriority(kTestPid1, &priority1);
/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp40 virtual bool getPriority(int pid, int *priority) { function in struct:android::TestProcessInfo
473 processInfo.getPriority(kTestPid1, &priority1);
480 processInfo.getPriority(kTestPid2, &priority2);
/frameworks/base/core/java/android/app/job/
H A DJobInfo.java114 * Default of {@link #getPriority}.
120 * Value of {@link #getPriority} for expedited syncs.
126 * Value of {@link #getPriority} for first time initialization syncs.
132 * Value of {@link #getPriority} for a foreground app (overrides the supplied
139 * Value of {@link #getPriority} for the current top app (overrides the supplied
146 * Adjustment of {@link #getPriority} if the app has often (50% or more of the time)
153 * Adjustment of {@link #getPriority} if the app has always (90% or more of the time)
221 public int getPriority() { method in class:JobInfo
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java411 public int getPriority(BluetoothDevice device) { method in class:BluetoothA2dp
412 if (VDBG) log("getPriority(" + device + ")");
417 return mService.getPriority(device);
H A DBluetoothA2dpSink.java420 public int getPriority(BluetoothDevice device) { method in class:BluetoothA2dpSink
421 if (VDBG) log("getPriority(" + device + ")");
425 return mService.getPriority(device);
H A DBluetoothHeadset.java536 public int getPriority(BluetoothDevice device) { method in class:BluetoothHeadset
537 if (VDBG) log("getPriority(" + device + ")");
541 return mService.getPriority(device);
H A DBluetoothHeadsetClient.java610 public int getPriority(BluetoothDevice device) { method in class:BluetoothHeadsetClient
611 if (VDBG) log("getPriority(" + device + ")");
615 return mService.getPriority(device);
H A DBluetoothInputDevice.java465 public int getPriority(BluetoothDevice device) { method in class:BluetoothInputDevice
466 if (VDBG) log("getPriority(" + device + ")");
469 return mService.getPriority(device);
H A DBluetoothMap.java356 public int getPriority(BluetoothDevice device) { method in class:BluetoothMap
357 if (VDBG) log("getPriority(" + device + ")");
361 return mService.getPriority(device);
H A DBluetoothPbapClient.java374 public int getPriority(BluetoothDevice device) { method in class:BluetoothPbapClient
376 log("getPriority(" + device + ")");
380 return mService.getPriority(device);
H A DBluetoothSap.java378 public int getPriority(BluetoothDevice device) { method in class:BluetoothSap
379 if (VDBG) log("getPriority(" + device + ")");
383 return mService.getPriority(device);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java463 * @see #getPriority
478 public final int getPriority() { method in class:IntentFilter
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java620 final int priority = getPriority(connectionFlags);
924 final int priority = getPriority(connectionFlags);
944 private static int getPriority(int connectionFlags) { method in class:SQLiteConnectionPool
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DJobStatus.java305 public int getPriority() { method in class:JobStatus
306 return job.getPriority();
597 if (job.getPriority() != 0) {
598 pw.print(prefix); pw.print(" Priority: "); pw.println(job.getPriority());
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java20 int getPriority(String packageName, int uid); method in interface:RankingConfig
H A DRankingHelper.java321 public int getPriority(String packageName, int uid) { method in class:RankingHelper
/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/opt/telephony/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java119 public int getPriority() { method in class:MultimediaMessagePdu
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1803 public int getPriority() { method in class:NotificationCompat.Builder
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java490 public Priority getPriority() { method in class:Request
574 Priority left = this.getPriority();
575 Priority right = other.getPriority();
588 + getPriority() + " " + mSequence;

Completed in 2098 milliseconds

12