HomeSort by relevance Sort by last modified time
    Searched full:getpriority (Results 151 - 175 of 1079) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 117 "getpriority",
  /external/replicaisland/src/com/replica/replicaisland/
MotionBlurComponent.java 71 mTargetPriority = mBlurTarget.getPriority();
RenderComponent.java 95 public int getPriority() {
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.cpp 407 if (!mProcessInfo->getPriority(callingPid, &callingPriority)) {
442 if (!mProcessInfo->getPriority(tempPid, &tempPriority)) {
462 if (!mProcessInfo->getPriority(callingPid, &callingPidPriority)) {
467 if (!mProcessInfo->getPriority(pid, &priority)) {
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 55 int getPriority(String pkg, int uid);
  /frameworks/volley/src/main/java/com/android/volley/
Request.java 490 public Priority getPriority() {
574 Priority left = this.getPriority();
575 Priority right = other.getPriority();
588 + getPriority() + " " + mSequence;
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.h 73 uint8_t getPriority() const;
  /hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.h 69 uint8_t getPriority() const;
  /hardware/qcom/display/msm8909/liboverlay/pipes/
overlayGenPipe.h 69 uint8_t getPriority() const;
  /hardware/qcom/display/msm8994/liboverlay/pipes/
overlayGenPipe.h 69 uint8_t getPriority() const;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 182 public int getPriority(BluetoothDevice device) {
185 return service.getPriority(device);
351 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
404 public int getPriority(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 225 public int getPriority(BluetoothDevice device) {
230 return service.getPriority(device);
484 if (getPriority(device) == BluetoothProfile.PRIORITY_OFF) {
539 public int getPriority(BluetoothDevice device) {
  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/
ScheduledRecordingTest.java 89 c = ScheduledRecording.buildFrom(c).setPriority(b.getPriority() - 1).build();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
resource.h 94 extern int getpriority (__priority_which_t __which, id_t __who) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
resource.h 94 extern int getpriority (__priority_which_t __which, id_t __who) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
resource.h 94 extern int getpriority (__priority_which_t __which, id_t __who) __THROW;
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 189 PERLBN(getpriority);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailStatusHelperImpl.java 131 public int getPriority() {
236 overallState.getPriority());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 130 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob2 *This,BG_JOB_PRIORITY *pVal);
179 #define IBackgroundCopyJob2_GetPriority(This,pVal) (This)->lpVtbl->GetPriority(This,pVal)
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 72 int32_t getPriority() const;
144 int32_t ClientDescriptor<KEY, VALUE>::getPriority() const {
386 int32_t priority = client->getPriority();
395 int32_t curPriority = i->getPriority();
411 int32_t curPriority = i->getPriority();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 353 public int getPriority(BluetoothDevice device) {
356 return service.getPriority(device);
404 if (getPriority(device) == BluetoothInputDevice.PRIORITY_OFF) {
454 public int getPriority(BluetoothDevice device) {
661 (BluetoothProfile.PRIORITY_OFF == getPriority(device)) ||
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 329 property.setPriority(oldProperty.getPriority());
370 //complex.setPriority(subArray[0].getPriority());
493 complex.setPriority(property.getPriority());
586 complexProperty.setPriority(subprops[0].getPriority());
624 complex.setPriority(subArray[0].getPriority());
    [all...]
  /frameworks/av/services/mediaresourcemanager/test/
ResourceManagerService_test.cpp 40 virtual bool getPriority(int pid, int *priority) {
473 processInfo.getPriority(kTestPid1, &priority1);
480 processInfo.getPriority(kTestPid2, &priority2);
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 386 public int getPriority(BluetoothDevice device) {
387 if (VDBG) log("getPriority(" + device + ")");
391 return mService.getPriority(device);
BluetoothA2dpSink.java 420 public int getPriority(BluetoothDevice device) {
421 if (VDBG) log("getPriority(" + device + ")");
425 return mService.getPriority(device);

Completed in 2800 milliseconds

1 2 3 4 5 67 8 91011>>