Searched refs:getPriority (Results 1 - 25 of 61) sorted by path

123

/frameworks/av/drm/libmediadrm/
H A DDrmSessionManager.cpp151 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) {
190 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) {
/frameworks/av/include/media/stagefright/
H A DProcessInfo.h29 virtual bool getPriority(int pid, int* priority);
H A DProcessInfoInterface.h25 virtual bool getPriority(int pid, int* priority) = 0;
/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/foundation/include/
H A DProcessInfo.h29 virtual bool getPriority(int pid, int* priority);
H A DProcessInfoInterface.h25 virtual bool getPriority(int pid, int* priority) = 0;
/frameworks/av/media/libstagefright/include/
H A DProcessInfo.h29 virtual bool getPriority(int pid, int* priority);
H A DProcessInfoInterface.h25 virtual bool getPriority(int pid, int* priority) = 0;
/frameworks/av/media/utils/
H A DProcessInfo.cpp31 bool ProcessInfo::getPriority(int pid, int* priority) { function in class:android::ProcessInfo
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1094 i->getOwnerId(), i->getPriority().getScore(),
1095 i->getPriority().getState());
1099 i->getPriority().getScore(), i->getPriority().getState());
1130 i->getOwnerId(), i->getPriority().getScore(),
1131 i->getPriority().getState(), cameraId.string(),
1867 i->getOwnerId(), i->getPriority().getScore(),
1868 i->getPriority().getState()));
2404 int32_t score = i->getPriority().getScore();
2405 int32_t state = i->getPriority()
[all...]
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h109 const ClientPriority &getPriority() const;
182 const ClientPriority& ClientDescriptor<KEY, VALUE>::getPriority() const { function in class:android::resource_policy::ClientDescriptor
424 ClientPriority priority = client->getPriority();
433 ClientPriority curPriority = i->getPriority();
449 ClientPriority 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/
H A DResourceManagerService.cpp441 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) {
476 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) {
496 if (!mProcessInfo->getPriority(callingPid, &callingPidPriority)) {
501 if (!mProcessInfo->getPriority(pid, &priority)) {
/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.java158 * Default of {@link #getPriority}.
164 * Value of {@link #getPriority} for expedited syncs.
170 * Value of {@link #getPriority} for first time initialization syncs.
176 * Value of {@link #getPriority} for a foreground app (overrides the supplied
183 * Value of {@link #getPriority} for the current top app (overrides the supplied
190 * Adjustment of {@link #getPriority} if the app has often (50% or more of the time)
197 * Adjustment of {@link #getPriority} if the app has always (90% or more of the time)
310 public int getPriority() { method in class:JobInfo
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java462 public int getPriority(BluetoothDevice device) { method in class:BluetoothA2dp
463 if (VDBG) log("getPriority(" + device + ")");
468 return mService.getPriority(device);
H A DBluetoothA2dpSink.java421 public int getPriority(BluetoothDevice device) { method in class:BluetoothA2dpSink
422 if (VDBG) log("getPriority(" + device + ")");
426 return mService.getPriority(device);
H A DBluetoothHeadset.java537 public int getPriority(BluetoothDevice device) { method in class:BluetoothHeadset
538 if (VDBG) log("getPriority(" + device + ")");
542 return mService.getPriority(device);
H A DBluetoothHeadsetClient.java612 public int getPriority(BluetoothDevice device) { method in class:BluetoothHeadsetClient
613 if (VDBG) log("getPriority(" + device + ")");
617 return mService.getPriority(device);
H A DBluetoothInputDevice.java466 public int getPriority(BluetoothDevice device) { method in class:BluetoothInputDevice
467 if (VDBG) log("getPriority(" + device + ")");
470 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 DBluetoothMapClient.java330 public int getPriority(BluetoothDevice device) { method in class:BluetoothMapClient
331 if (VDBG) Log.d(TAG, "getPriority(" + device + ")");
335 return mService.getPriority(device);
H A DBluetoothPbapClient.java375 public int getPriority(BluetoothDevice device) { method in class:BluetoothPbapClient
377 log("getPriority(" + device + ")");
381 return mService.getPriority(device);
H A DBluetoothSap.java379 public int getPriority(BluetoothDevice device) { method in class:BluetoothSap
380 if (VDBG) log("getPriority(" + device + ")");
384 return mService.getPriority(device);
H A DIBluetoothA2dp.aidl36 int getPriority(in BluetoothDevice device);

Completed in 323 milliseconds

123