Searched refs:setPriority (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScriptThunker.java38 public void setPriority(Priority p) { method in class:RenderScriptThunker
40 if (p == Priority.LOW) mN.setPriority(android.renderscript.RenderScript.Priority.LOW);
41 if (p == Priority.NORMAL) mN.setPriority(android.renderscript.RenderScript.Priority.NORMAL);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothA2dp.aidl33 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothMap.aidl35 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothInputDevice.aidl33 boolean setPriority(in BluetoothDevice device, int priority);
H A DIBluetoothHeadset.aidl33 boolean setPriority(in BluetoothDevice device, int priority);
H A DBluetoothA2dp.java343 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothA2dp
344 if (DBG) log("setPriority(" + device + ", " + priority + ")");
352 return mService.setPriority(device, priority);
H A DBluetoothMap.java328 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothMap
329 if (DBG) log("setPriority(" + device + ", " + priority + ")");
337 return mService.setPriority(device, priority);
H A DBluetoothInputDevice.java416 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothInputDevice
417 if (DBG) log("setPriority(" + device + ", " + priority + ")");
424 return mService.setPriority(device, priority);
H A DBluetoothHeadset.java466 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothHeadset
467 if (DBG) log("setPriority(" + device + ", " + priority + ")");
475 return mService.setPriority(device, priority);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java129 public void setPriority(int value) throws InvalidHeaderValueException { method in class:MultimediaMessagePdu
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockRequest.java86 public void setPriority(Priority priority) { method in class:MockRequest
/frameworks/base/media/java/android/media/
H A DSoundPool.java337 public final void setPriority(int streamID, int priority) { method in class:SoundPool
338 mImpl.setPriority(streamID, priority);
428 public void setPriority(int streamID, int priority); method in interface:SoundPool.SoundPoolDelegate
546 public native final void setPriority(int streamID, int priority); method in class:SoundPool.SoundPoolImpl
668 public final void setPriority(int streamID, int priority) { } method in class:SoundPool.SoundPoolStub
/frameworks/rs/cpu_ref/
H A Drsd_cpu.h117 virtual void setPriority(int32_t priority) = 0;
H A DrsCpuCore.h87 virtual void setPriority(int32_t priority);
/frameworks/av/include/media/
H A DSoundPool.h140 void setPriority(int priority) { mPriority = priority; } function in class:android::SoundChannel
183 void setPriority(int channelID, int priority);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java393 b.setPriority(Notification.PRIORITY_MIN);
396 b.setPriority(Notification.PRIORITY_LOW);
399 b.setPriority(Notification.PRIORITY_DEFAULT);
402 b.setPriority(Notification.PRIORITY_HIGH);
405 b.setPriority(Notification.PRIORITY_MAX);
/frameworks/rs/driver/
H A DrsdCore.cpp221 dc->mCpuRef->setPriority(priority);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java57 .setPriority(priority)
/frameworks/base/core/java/android/content/
H A DSyncRequest.java539 public Builder setPriority(int priority) { method in class:SyncRequest.Builder
/frameworks/rs/
H A DrsContext.cpp356 rsc->mHal.funcs.setPriority(rsc, rsc->mThreadPriority);
494 void Context::setPriority(int32_t p) { function in class:Context
501 mHal.funcs.setPriority(this, mThreadPriority);
863 rsc->setPriority(p);
H A DrsContext.h155 void setPriority(int32_t p);
/frameworks/volley/tests/src/com/android/volley/
H A DRequestQueueTest.java62 request.setPriority(priority);
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool_SoundPoolImpl.cpp148 ap->setPriority(channelID, priority);
260 { "setPriority",
/frameworks/base/services/java/com/android/server/net/
H A DLockdownVpnTracker.java313 builder.setPriority(Notification.PRIORITY_LOW);
/frameworks/av/media/libmedia/
H A DSoundPool.cpp293 channel->setPriority(priority);
379 void SoundPool::setPriority(int channelID, int priority) function in class:android::SoundPool
381 ALOGV("setPriority(%d, %d)", channelID, priority);
385 channel->setPriority(priority);

Completed in 342 milliseconds

12