Searched defs:setPriority (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java129 public void setPriority(int value) throws InvalidHeaderValueException { method in class:MultimediaMessagePdu
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java281 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothA2dp
282 if (DBG) log("setPriority(" + device + ", " + priority + ")");
290 return mService.setPriority(device, priority);
H A DBluetoothInputDevice.java268 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothInputDevice
269 if (DBG) log("setPriority(" + device + ", " + priority + ")");
H A DBluetoothHeadset.java396 public boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothHeadset
397 if (DBG) log("setPriority(" + device + ", " + priority + ")");
405 return mService.setPriority(device, priority);
/frameworks/base/libs/rs/
H A Drs_hal.h67 void (*setPriority)(const Context *, int32_t priority); member in struct:android::renderscript::__anon291
H A DrsContext.cpp225 rsc->mHal.funcs.setPriority(rsc, rsc->mThreadPriority);
333 void Context::setPriority(int32_t p) { function in class:Context
663 rsc->setPriority(p);
/frameworks/base/media/java/android/media/
H A DSoundPool.java368 public native final void setPriority(int streamID, int priority); method in class:SoundPool
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java305 setPriority(device, BluetoothA2dp.PRIORITY_AUTO_CONNECT);
429 public synchronized boolean setPriority(BluetoothDevice device, int priority) { method in class:BluetoothA2dpService
511 setPriority(device, BluetoothA2dp.PRIORITY_AUTO_CONNECT);
546 setPriority(device, BluetoothA2dp.PRIORITY_ON);
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp297 channel->setPriority(priority);
383 void SoundPool::setPriority(int channelID, int priority) function in class:android::SoundPool
385 LOGV("setPriority(%d, %d)", channelID, priority);
389 channel->setPriority(priority);
H A DSoundPool.h135 void setPriority(int priority) { mPriority = priority; } function in class:android::SoundChannel
178 void setPriority(int channelID, int priority);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java144 * The filter {@link #setPriority} value at which system high-priority
149 * @see #setPriority
154 * The filter {@link #setPriority} value at which system low-priority
159 * @see #setPriority
419 public final void setPriority(int priority) { method in class:IntentFilter
428 * @see #setPriority
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java773 public void setPriority(Priority p) { method in class:RenderScript

Completed in 597 milliseconds