HomeSort by relevance Sort by last modified time
    Searched refs:role (Results 226 - 250 of 452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 394 OMX_OUT OMX_U8* role,
399 DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %x, %x , %d\n",(unsigned)hComp,(unsigned)role,(unsigned)index);
403 eRet = pThis->component_role_enum(hComp,role,index);
qc_omx_core.c 638 OMX_GetComponentsOfRole(OMX_IN OMX_STRING role,
661 if(!strcmp(role,core[i].roles[j]))
686 if(!strcmp(role,core[i].roles[j]))
716 Returns the primary role of the components supported.
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc 507 VARIANT* role) {
511 if (!role)
519 role->vt = VT_BSTR;
520 role->bstrVal = SysAllocString(target->role_name_.c_str());
522 role->vt = VT_I4;
523 role->lVal = target->ia_role_;
637 STDMETHODIMP BrowserAccessibilityWin::role(LONG* role) { function in class:content::BrowserAccessibilityWin
641 if (!role)
644 *role = ia2_role_
    [all...]
browser_accessibility.h 178 int32 role() const { return role_; } function in class:content::BrowserAccessibility
browser_accessibility_cocoa.h 41 // Convenience method to get the internal, cross-platform role
43 - (content::AccessibilityNodeData::Role)internalRole;
85 // A string indicating the role of this object as far as accessibility
87 @property(nonatomic, readonly) NSString* role; variable
browser_accessibility_manager_win.cc 49 empty_document.role = AccessibilityNodeData::ROLE_ROOT_WEB_AREA;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 226 /* set role */
227 p_scb->role = BTA_AG_INT;
382 p_scb->role = 0;
422 p_scb->role = 0;
550 /* set role */
551 p_scb->role = BTA_AG_ACP;
  /external/bluetooth/bluedroid/stack/include/
pan_api.h 48 #define PAN_ROLE_CLIENT 0x01 /* PANU role */
49 #define PAN_ROLE_GN_SERVER 0x02 /* GN role */
50 #define PAN_ROLE_NAP_SERVER 0x04 /* NAP role */
210 char *user_service_name; /* Service name for PANU role */
211 char *gn_service_name; /* Service name for GN role */
212 char *nap_service_name; /* Service name for NAP role */
231 ** should set the PAN role explicitly.
261 ** profile role. This should be called after PAN_Register.
262 ** This can be called any time to change the PAN role
264 ** Parameters: role - is bit map of roles to be activ
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_main.c 86 ** remote_uuid - UUID of the source role (peer device role)
87 ** local_uuid - UUID of the destination role (local device role)
88 ** is_role_change - Flag to indicate that it is a role change
104 ** If we are in GN or NAP role and have one or more
106 ** for user role reject it.
107 ** If we are in user role with one connection active
182 PAN_TRACE_EVENT5 ("pan_conn_ind_cb - for handle %d, current role %d, dst uuid 0x%x, src uuid 0x%x, role change %s"
    [all...]
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.cc 60 role_ = src.role;
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 89 state->role = ui::AccessibilityTypes::ROLE_ALERT;
  /external/chromium_org/ash/launcher/
alternate_app_list_button.cc 145 state->role = ui::AccessibilityTypes::ROLE_PUSHBUTTON;
app_list_button.cc 129 state->role = ui::AccessibilityTypes::ROLE_PUSHBUTTON;
tabbed_launcher_button.cc 144 state->role = ui::AccessibilityTypes::ROLE_PUSHBUTTON;
  /external/chromium_org/ash/system/
tray_caps_lock.cc 91 state->role = ui::AccessibilityTypes::ROLE_PUSHBUTTON;
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 153 .image-picker [role=listitem] {
161 .image-picker [role=listitem]:hover {
  /external/chromium_org/content/common/
accessibility_node_data.h 23 enum Role {
291 Role role; member in struct:content::AccessibilityNodeData
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 78 virtual void SetIceRole(IceRole role);
  /external/chromium_org/ui/views/controls/button/
button_dropdown.cc 132 state->role = ui::AccessibilityTypes::ROLE_BUTTONDROPDOWN;
checkbox.cc 95 state->role = ui::AccessibilityTypes::ROLE_CHECKBUTTON;
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 164 state->role = ui::AccessibilityTypes::ROLE_COMBOBOX;
  /external/chromium_org/ui/views/controls/
image_view.cc 134 state->role = ui::AccessibilityTypes::ROLE_GRAPHIC;
link.cc 130 state->role = ui::AccessibilityTypes::ROLE_LINK;
  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 519 int p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role,
526 p2p_dbg(p2p, "Request to invite peer " MACSTR " role=%d persistent=%d "
528 MAC2STR(peer), role, persistent_group, force_freq);
551 if (persistent_group && role == P2P_INVITE_ROLE_CLIENT && !force_freq &&
572 p2p->inv_role = role;

Completed in 705 milliseconds

1 2 3 4 5 6 7 8 91011>>