HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 101 - 125 of 384) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dropbear/
svr-session.c 160 /* priority is priority as with syslog() */
161 void svr_dropbear_log(int priority, const char* format, va_list param) {
172 syslog(priority, "%s", printbuf);
  /external/ipsec-tools/src/racoon/
policy.h 67 u_int32_t priority; /* priority for the policy */ member in struct:policyindex
119 (idx)->priority = (_priority); \
  /external/kernel-headers/original/linux/
binder.h 156 int priority; member in struct:binder_pri_desc
161 int priority; member in struct:binder_pri_ptr_cookie
216 * int: priority
294 * int: priority
cpu.h 73 { .notifier_call = fn, .priority = pri }; \
  /external/webkit/WebKit/win/
DOMCSSClasses.cpp 140 /* [in] */ BSTR priority)
144 WebCore::String priorityString(priority);
  /frameworks/base/core/java/android/util/
Slog.java 81 public static int println(int priority, String tag, String msg) {
82 return Log.println_native(Log.LOG_ID_SYSTEM, priority, tag, msg);
  /frameworks/base/media/java/android/media/audiofx/
PresetReverb.java 120 * @param priority the priority level requested by the application for controlling the
123 * The normal priority is 0, above normal is a positive number, below normal a negative number.
134 public PresetReverb(int priority, int audioSession)
136 super(EFFECT_TYPE_PRESET_REVERB, EFFECT_TYPE_NULL, priority, audioSession);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipv6.h 100 * are glued to priority now, forming "class".
105 __u8 priority:4, member in struct:ipv6hdr
109 priority:4;
agpgart.h 107 __u32 priority; /* priority for paging out */ member in struct:_agp_unbind
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
binder.h 109 int priority; member in struct:binder_pri_desc
114 int priority; member in struct:binder_pri_ptr_cookie
notifier.h 21 int priority; member in struct:notifier_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
binder.h 109 int priority; member in struct:binder_pri_desc
114 int priority; member in struct:binder_pri_ptr_cookie
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
binder.h 109 int priority; member in struct:binder_pri_desc
114 int priority; member in struct:binder_pri_ptr_cookie
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
binder.h 109 int priority; member in struct:binder_pri_desc
114 int priority; member in struct:binder_pri_ptr_cookie
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
binder.h 109 int priority; member in struct:binder_pri_desc
114 int priority; member in struct:binder_pri_ptr_cookie
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
binder.h 109 int priority; member in struct:binder_pri_desc
114 int priority; member in struct:binder_pri_ptr_cookie
  /external/bluetooth/glib/glib/
gmain.c 204 gint priority; member in struct:_GPollRec
240 gint priority,
244 gint priority,
582 source->priority = G_PRIORITY_DEFAULT;
601 while (tmp_source && tmp_source->priority <= source->priority)
671 g_main_context_add_poll_unlocked (context, source->priority, tmp_list->data);
831 g_main_context_add_poll_unlocked (context, source->priority, fd);
1017 * @priority: the new priority
    [all...]
  /bionic/libc/kernel/common/linux/
notifier.h 21 int priority; member in struct:notifier_block
  /development/ndk/platforms/android-3/include/linux/
notifier.h 21 int priority; member in struct:notifier_block
  /external/bluetooth/glib/gio/
giomodule.h 65 gint priority);
  /external/webkit/WebCore/css/
CSSStyleDeclaration.h 62 void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionCode&);
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 52 * pnext - Next network in per-priority list
55 * priority class. The heads of these list are stored in the pssid
71 * priority - Priority group
73 * By default, all networks will get same priority group (0). If some
76 * selecting a BSS. The priority groups will be iterated in decreasing
77 * priority (i.e., the larger the priority value, the sooner the
78 * network is matched against the scan results). Within each priority
83 * not using this priority to select the order for scanning. Instead
87 int priority; member in struct:wpa_ssid
    [all...]
  /frameworks/base/include/media/stagefright/foundation/
ALooper.h 49 int32_t priority = PRIORITY_DEFAULT
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmcdc.h 67 * The BDC header is used on data packets to convey priority across USB.
97 uint8 priority; /* 802.1d Priority 0:2 bits, 4:7 flow control info for usb */ member in struct:bdc_header
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 168 int priority = BluetoothHeadset.PRIORITY_OFF;
170 priority = getPriority(info.mRemoteDevice);
171 if (priority <= BluetoothHeadset.PRIORITY_OFF) {
172 Log.i(TAG, "Rejecting incoming connection because priority = " + priority);
510 // Set the priority to AUTO_CONNECT
526 private void setPriority(BluetoothDevice device, int priority) {
528 mBinder.setPriority(device, priority);
530 Log.e(TAG, "Error while setting priority for: " + device);
538 Log.e(TAG, "Error while getting priority for: " + device)
550 int priority = getPriority(device); local
    [all...]

Completed in 824 milliseconds

1 2 3 45 6 7 8 91011>>