| /external/bluetooth/bluedroid/stack/btm/ |
| btm_sco.c | 505 /* Link role is ignored in for this message */ 640 /* Link role is ignored in for this message */ 676 /* If role change is in progress, do not proceed with SCO setup 677 * Wait till role change is complete */ 681 BTM_TRACE_API1("Role Change is in progress for ACL handle 0x%04x",acl_handle); 754 ** Description This function is called by BTIF when there is a role change 755 ** event to see if there are SCO commands waiting for the role change. [all...] |
| btm_int.h | 55 /* Definition for number of the remote device role saved 115 #define BTM_ACL_ENCRYPT_STATE_TEMP_FUNC 2 /* temporarily off for change link key or role switch */ 175 /* requested switch role is completed */ 483 /* LE Security information of device in Slave Role */ 592 #define BTM_SEC_RS_NOT_PENDING 0 /* Role Switch not in progress */ 593 #define BTM_SEC_RS_PENDING 1 /* Role Switch in progress */ [all...] |
| /frameworks/base/docs/html/reference/com/google/android/gms/wallet/ |
| LineItem.Builder.html | 885 <span class="sympad"><a href="/reference/com/google/android/gms/wallet/LineItem.Builder.html#setRole(int)">setRole</a></span>(int role)</nobr> 887 <div class="jd-descrdiv">Supply the role only to distinguish tax and shipping from regular items.</div> [all...] |
| /external/bluetooth/bluedroid/stack/include/ |
| hcimsgs.h | 156 HCI_API extern BOOLEAN btsnd_hcic_accept_conn (BD_ADDR bd_addr, UINT8 role); 392 HCI_API extern BOOLEAN btsnd_hcic_role_discovery (UINT16 handle); /* Role Discovery */ 394 /* Switch Role Request */ 395 HCI_API extern BOOLEAN btsnd_hcic_switch_role (BD_ADDR bd_addr, UINT8 role); 401 /* Switch Role Request */ [all...] |
| bnep_api.h | 83 ** Flag to indicate if it is just a role change 95 ** and flag to indicate role change and handle to the connection
|
| /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
| omx_video_base.cpp | [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| transport.cc | 102 void Transport::SetIceRole(IceRole role) { 103 worker_thread_->Invoke<void>(Bind(&Transport::SetIceRole_w, this, role)); 589 void Transport::SetIceRole_w(IceRole role) { 591 ice_role_ = role; 698 // ice_lite, this local end point should take CONTROLLING role.
|
| transport.h | 241 void SetIceRole(IceRole role); 436 // Called when there is ICE role change. 468 void SetIceRole_w(IceRole role);
|
| /external/bluetooth/bluedroid/bta/dm/ |
| bta_dm_act.c | 3636 tBTA_PREF_ROLES role; local [all...] |
| /external/bluetooth/bluedroid/bta/include/ |
| bta_av_api.h | 49 #define BTA_AV_FAIL_ROLE 5 /* failed due to role management related issues */ 63 #define BTA_AV_FEAT_MASTER 0x0100 /* stream only as master role */ 756 ** This message is sent only when the peer supports the TG role.
|
| /external/bluetooth/bluedroid/stack/avct/ |
| avct_lcb_act.c | 232 else if ((p_ccb->p_lcb == NULL) && (p_ccb->cc.role == AVCT_ACP) && 298 if (p_ccb->cc.role == AVCT_INT) 345 if (p_ccb->cc.role == AVCT_INT)
|
| avct_l2c.c | 124 /* this LCB included CT role - reject */ 129 /* TG role only - accept the connection from CT. move the channel ID to the conflict list */
|
| /external/bluetooth/bluedroid/stack/avdt/ |
| avdt_int.h | 494 UINT8 role; /* initiator/acceptor role in current procedure */ member in struct:__anon3501 698 extern void avdt_ad_open_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role);
|
| /external/bluetooth/bluedroid/stack/smp/ |
| smp_keys.c | 233 if (p_cb->role == HCI_ROLE_MASTER) 461 if (p_cb->role == HCI_ROLE_MASTER) 514 if (p_cb->role == HCI_ROLE_MASTER)
|
| /external/chromium_org/chrome/browser/resources/chromeos/login/ |
| network_dropdown.js | 33 this.setAttribute('role', 'menu'); 109 this.title_.setAttribute('role', 'button'); 220 wrapperDiv.setAttribute('role', 'menuitem');
|
| /external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
| AXTable.cpp | 92 // Do not consider it a data table is it has an ARIA role. 300 // If the developer assigned an aria role to this, then we 302 // role is a table.
|
| /external/wpa_supplicant_8/wpa_supplicant/dbus/ |
| dbus_new_handlers_p2p.c | 1875 u8 role = wpas_get_p2p_role(wpa_s); local 1900 u8 role = wpas_get_p2p_role(wpa_s); local 1922 u8 role = wpas_get_p2p_role(wpa_s); local 1943 u8 role = wpas_get_p2p_role(wpa_s); local [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
| mediastreamsignaling.cc | 221 // Gets the first unused odd/even id based on the DTLS role. If |role| is 225 bool MediaStreamSignaling::AllocateSctpSid(talk_base::SSLRole role, int* sid) { 226 int& last_id = (role == talk_base::SSL_CLIENT) ? [all...] |
| webrtcsession.h | 138 // Get current ssl role from transport. 139 bool GetSslRole(talk_base::SSLRole* role);
|
| /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/ |
| wallpaper_manager.css | 154 .image-picker [role=listitem] { 162 .image-picker [role=listitem]:hover {
|
| /external/chromium_org/ui/views/controls/menu/ |
| menu_scroll_view_container.cc | 261 // Now change the role. 262 state->role = ui::AccessibilityTypes::ROLE_MENUBAR;
|
| /external/chromium_org/ui/views/window/ |
| non_client_view.cc | 181 state->role = ui::AccessibilityTypes::ROLE_CLIENT; 313 state->role = ui::AccessibilityTypes::ROLE_CLIENT;
|
| /external/kernel-headers/original/linux/raid/ |
| md_k.h | 87 int raid_disk; /* role of device in array */ 88 int saved_raid_disk; /* role that device used to have in the
|
| /external/qemu/hw/ |
| bt-l2cap.c | 29 int role; member in struct:l2cap_instance_s [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/ |
| notify.c | 441 const char *role) 445 wpas_dbus_signal_p2p_group_removed(wpa_s, role);
|