HomeSort by relevance Sort by last modified time
    Searched full:role (Results 476 - 500 of 1058) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 58 * <li> {@link #EXTRA_LOCAL_ROLE} - Which local role the remote device is
77 * The local role of the PAN profile that the remote device is bound to.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 255 int role = intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, 0); local
256 panProfile.setLocalRole(device, role);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 947 * @role: role of this device (client or GO)
948 * Sends signal with i/f name and role as string arguments
951 const char *role)
977 if (!dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &role))
979 "signal -not enough memory for role ");
1162 * irrespective of the role (client/GO) of the current device
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 870 ** issued while there is a role switch in progress
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 191 * A bit-packed info about operands' roles. Each operand's role is
196 * appropriately and shifting left, i.e. operand#0's role would be
198 * - opnd#1's role would be 'OpndRole_Use<<2'
199 * - and operand#2's role would be, say, 'OpndRole_Def<<4'.
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 299 OMX_OUT OMX_U8* role,
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
index.jd 67 test. It involves aspects of each role, and should offer hints at how to do more complicated
  /docs/source.android.com/src/source/
roles.jd 50 a separate role in the AOSP per se.</p>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeAdaptor.m 145 // remove the empty node, placing its sole child in its role.
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h     [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_main.c 390 /* handle set role event */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Holder.java 22 * -- the name of the claimant or role
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.cc 60 role_ = src.role;
  /external/chromium/third_party/libjingle/source/talk/base/
sslstreamadapter.h 71 // Call this to indicate that we are to play the server's role in
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 98 TunnelSessionRole role);
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 97 state->role = ui::AccessibilityTypes::ROLE_ALERT;
  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 169 state->role = ui::AccessibilityTypes::ROLE_PUSHBUTTON;
  /external/chromium_org/ash/system/tray/
hover_highlight_view.cc 143 state->role = ui::AccessibilityTypes::ROLE_CHECKBUTTON;
  /external/chromium_org/ash/system/
tray_caps_lock.cc 92 state->role = ui::AccessibilityTypes::ROLE_PUSHBUTTON;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.html 114 role="button" tabindex="0"></canvas>
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.cc 52 // IAccessible2 role, the IA_ROLE_MAP macro adds it to both.
  /external/chromium_org/content/common/
accessibility_node_data.h 191 blink::WebAXRole role; member in struct:content::AccessibilityNodeData
  /external/chromium_org/content/public/renderer/
render_view.h 85 // editable div, or has an ARIA role of textbox.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
index.html 148 <div id="progress-bar" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
  /external/chromium_org/remoting/webapp/
format_iq.js 507 if (!this.verifyAttributes(grentry, 'role,event-name,session-state,' +
512 var role = grentry.getAttribute('role');
520 var result = this.prettyIqHeading(action, id, role + ' ' + event_name +

Completed in 2175 milliseconds

<<11121314151617181920>>