HomeSort by relevance Sort by last modified time
    Searched defs:setPriority (Results 26 - 50 of 284) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.cpp 226 void HwcLayer::setPriority(uint32_t priority)
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
MessagesFilter.java 78 public void setPriority(byte filter) {
  /art/test/051-thread/src/
Main.java 148 t1.setPriority(Thread.MAX_PRIORITY);
214 private final boolean setPriority;
217 public PriorityStoringThread(boolean setPriority) {
218 this.setPriority = setPriority;
224 if (setPriority) {
225 setPriority(Thread.MAX_PRIORITY);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/
RecommendationBuilder.java 73 public RecommendationBuilder setPriority(int priority) {
139 .setPriority(mPriority)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 278 public void setPriority(double v)
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHspFacade.java 111 sHspProfile.setPriority(device, priority);
BluetoothMapClientFacade.java 161 sMapProfile.setPriority(device, BluetoothProfile.PRIORITY_ON);
186 sMapProfile.setPriority(mDevice, BluetoothProfile.PRIORITY_ON);
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java 394 public boolean setPriority(BluetoothDevice device, int priority) {
395 if (DBG) log("setPriority(" + device + ", " + priority + ")");
403 return service.setPriority(device, priority);
BluetoothHearingAid.java 467 public boolean setPriority(BluetoothDevice device, int priority) {
468 if (DBG) log("setPriority(" + device + ", " + priority + ")");
477 return mService.setPriority(device, priority);
BluetoothMap.java 343 public boolean setPriority(BluetoothDevice device, int priority) {
344 if (DBG) log("setPriority(" + device + ", " + priority + ")");
352 return service.setPriority(device, priority);
BluetoothMapClient.java 305 public boolean setPriority(BluetoothDevice device, int priority) {
306 if (DBG) Log.d(TAG, "setPriority(" + device + ", " + priority + ")");
314 return service.setPriority(device, priority);
BluetoothPbapClient.java 344 public boolean setPriority(BluetoothDevice device, int priority) {
346 log("setPriority(" + device + ", " + priority + ")");
355 return service.setPriority(device, priority);
BluetoothSap.java 371 public boolean setPriority(BluetoothDevice device, int priority) {
372 if (DBG) log("setPriority(" + device + ", " + priority + ")");
380 return service.setPriority(device, priority);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpSinkProfile.java 138 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
164 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
167 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
HeadsetProfile.java 139 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
195 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
198 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
HearingAidProfile.java 137 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
173 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
176 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
HfpClientProfile.java 149 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
179 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
182 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
HidProfile.java 141 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
144 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
MapClientProfile.java 135 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
160 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
163 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
MapProfile.java 129 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
161 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
164 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
PbapClientProfile.java 195 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
198 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
SapProfile.java 133 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
164 mService.setPriority(device, BluetoothProfile.PRIORITY_ON);
167 mService.setPriority(device, BluetoothProfile.PRIORITY_OFF);
  /frameworks/support/slices/core/src/main/java/androidx/slice/core/
SliceActionImpl.java 206 public SliceActionImpl setPriority(@IntRange(from = 0) int priority) {
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.cpp 246 void HwcLayer::setPriority(uint32_t priority)
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 150 public boolean setPriority(BluetoothDevice device, int priority) {
313 public boolean setPriority(BluetoothDevice device, int priority) {
318 return service.setPriority(device, priority);

Completed in 555 milliseconds

12 3 4 5 6 7 8 91011>>