/external/nist-sip/java/gov/nist/javax/sip/header/ |
Priority.java | 87 public String getPriority() {
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
MultimediaMessagePdu.java | 119 public int getPriority() {
|
/frameworks/volley/src/test/java/com/android/volley/ |
RequestTest.java | 56 public Priority getPriority() {
|
/frameworks/volley/src/test/java/com/android/volley/toolbox/ |
RequestTest.java | 59 assertNotNull(Request.class.getMethod("getPriority"));
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
HwcLayer.h | 87 uint32_t getPriority() const;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
HwcLayer.h | 81 uint32_t getPriority() const;
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
MultimediaMessagePdu.java | 117 public int getPriority() {
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
MultimediaMessagePdu.java | 119 public int getPriority() {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterService.java | 264 (hidService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){ 272 (headsetService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) { 279 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){ 286 (headsetClientService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) { 292 (a2dpSinkService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) { 298 (pbapClientService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d8.h | 348 STDMETHOD_(DWORD,GetPriority)(THIS) PURE; 365 #define IDirect3DResource8_GetPriority(p) (p)->lpVtbl->GetPriority(p) 379 #define IDirect3DResource8_GetPriority(p) (p)->GetPriority() 400 STDMETHOD_(DWORD,GetPriority)(THIS) PURE; 421 #define IDirect3DVertexBuffer8_GetPriority(p) (p)->lpVtbl->GetPriority(p) 439 #define IDirect3DVertexBuffer8_GetPriority(p) (p)->GetPriority() 464 STDMETHOD_(DWORD,GetPriority)(THIS) PURE; 485 #define IDirect3DIndexBuffer8_GetPriority(p) (p)->lpVtbl->GetPriority(p) 503 #define IDirect3DIndexBuffer8_GetPriority(p) (p)->GetPriority() 528 STDMETHOD_(DWORD,GetPriority)(THIS) PURE [all...] |
/external/testng/src/main/java/org/testng/internal/ |
ClonedMethod.java | 358 public int getPriority() { 359 return m_method.getPriority();
|
TestNGMethod.java | 117 setPriority(testAnnotation.getPriority());
204 clone.setPriority(getPriority());
|
/frameworks/av/drm/libmediadrm/ |
DrmSessionManager.cpp | 151 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) { 190 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) {
|
/frameworks/av/media/libmediaplayerservice/tests/ |
DrmSessionManager_test.cpp | 35 virtual bool getPriority(int pid, int* priority) { 135 processInfo.getPriority(kTestPid1, &priority1);
|
/frameworks/av/services/mediadrm/tests/ |
DrmSessionManager_test.cpp | 35 virtual bool getPriority(int pid, int* priority) { 131 processInfo.getPriority(kTestPid1, &priority1);
|
/frameworks/base/core/java/android/app/job/ |
JobInfo.java | 114 * 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) 218 public int getPriority() { [all...] |
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
overlayGenPipe.cpp | 109 uint8_t GenericPipe::getPriority() const { 110 return mCtrl->getPriority();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
HierarchyViewerPlugin.java | 91 if (logLevel.getPriority() >= LogLevel.ERROR.getPriority()) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-commons-logging.jar | |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothMap.java | 356 public int getPriority(BluetoothDevice device) { 357 if (VDBG) log("getPriority(" + device + ")"); 361 return mService.getPriority(device);
|
BluetoothPbapClient.java | 374 public int getPriority(BluetoothDevice device) { 376 log("getPriority(" + device + ")"); 380 return mService.getPriority(device);
|
BluetoothSap.java | 378 public int getPriority(BluetoothDevice device) { 379 if (VDBG) log("getPriority(" + device + ")"); 383 return mService.getPriority(device);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
EngineRunnable.java | 126 public int getPriority() {
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
QoSFilter.java | 48 * the {@link #getPriority(ServletRequest)} method and are a value between 0 and the value given by the "maxPriority" 60 * the {@link #getPriority(ServletRequest)} method is used, so that more important 172 int priority = getPriority(request); 252 protected int getPriority(ServletRequest request)
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
syscall_parameters_restrictions.h | 67 // |target_pid| while calling setpriority(2) / getpriority(2).
|