Searched defs:role (Results 151 - 175 of 182) sorted by relevance

12345678

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c1958 /* Verify correct role for this property */
2027 u8 role = wpas_get_p2p_role(wpa_s); local
2030 if (role == WPAS_P2P_ROLE_CLIENT) {
2052 u8 role = wpas_get_p2p_role(wpa_s); local
2054 if (role == WPAS_P2P_ROLE_CLIENT) {
2074 u8 role = wpas_get_p2p_role(wpa_s); local
2077 /* Verify correct role for this property */
2078 if (role == WPAS_P2P_ROLE_GO) {
2095 u8 role = wpas_get_p2p_role(wpa_s); local
2099 /* Verify correct role fo
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_int.h218 BTA_AV_RS_OK, /* the role switch result - successful */
219 BTA_AV_RS_FAIL, /* the role switch result - failed */
220 BTA_AV_RS_DONE /* the role switch is done - continue */
391 /* initiator/acceptor role for adaption */
442 tBTA_AV_API_OPEN open; /* used only before open and role switch
452 #define BTA_AV_WAIT_ROLE_SW_RES_OPEN 0x04 /* waiting for role switch result after API_OPEN, before STR_OPENED */
453 #define BTA_AV_WAIT_ROLE_SW_RES_START 0x08 /* waiting for role switch result before streaming */
454 #define BTA_AV_WAIT_ROLE_SW_STARTED 0x10 /* started while waiting for role switch result */
456 #define BTA_AV_WAIT_CHECK_RC 0x40 /* set when the timer is used by role switch */
457 #define BTA_AV_WAIT_ROLE_SW_FAILED 0x80 /* role switc
501 UINT8 role; member in struct:__anon458
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c1029 /* want to restore/set the role switch policy */
1033 /* if nobody wants to insist on the role */
1040 /* want to remove the role switch policy */
3362 ** Description Receives the role switch complete event
3398 /* avoid role switch upon inquiry if a2dp is actively streaming as it
3417 /* make master and take away the role switch policy */
3420 /* the role switch command is actually sent */
3469 case BTM_BL_ROLE_CHG_EVT: /* role change event */
3473 APPL_TRACE_DEBUG("bta_dm_acl_change role chg info:x%x new_role:%d dev count:%d",
3481 /* more than one connections and the AV connection is role switche
3753 tBTA_PREF_ROLES role; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc835 talk_base::SSLRole role; local
836 if (!channel->GetSslRole(&role)) {
841 if (role == talk_base::SSL_SERVER) {
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc792 ERole role; local
793 (_outputDevice == AudioDeviceModule::kDefaultDevice) ? role = eConsole : role = eCommunications;
794 // Refresh the selected rendering endpoint device using role
795 ret = _GetDefaultDevice(eRender, role, &_ptrDeviceOut);
874 ERole role; local
875 (_inputDevice == AudioDeviceModule::kDefaultDevice) ? role = eConsole : role = eCommunications;
876 // Refresh the selected capture endpoint device using role
877 ret = _GetDefaultDevice(eCapture, role,
4280 ERole role = eCommunications; local
4294 ERole role = eCommunications; local
4485 _GetDefaultDeviceName(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen) argument
4563 _GetDefaultDeviceID(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen) argument
4591 _GetDefaultDeviceIndex(EDataFlow dir, ERole role, int* index) argument
4790 _GetDefaultDevice(EDataFlow dir, ERole role, IMMDevice** ppDevice) argument
[all...]
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h114 /* Options how a new object user and role should be decided */
133 ebitmap_t dominates; /* set of roles dominated by this role */
134 type_set_t types; /* set of authorized types for role */
136 uint32_t bounds; /* bounds role, if exist */
137 #define ROLE_ROLE 0 /* regular role in kernel policies */
144 uint32_t role; /* current role */ member in struct:role_trans
147 uint32_t new_role; /* new role */
152 uint32_t role; /* current role */ member in struct:role_allow
[all...]
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_int.h495 UINT8 role; /* initiator/acceptor role in current procedure */ member in struct:__anon1219
699 extern void avdt_ad_open_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc520 VARIANT* role) {
524 if (!role)
532 role->vt = VT_BSTR;
533 role->bstrVal = SysAllocString(target->role_name_.c_str());
535 role->vt = VT_I4;
536 role->lVal = target->ia_role_;
675 STDMETHODIMP BrowserAccessibilityWin::role(LONG* role) { argument
679 if (!role)
682 *role
519 get_accRole(VARIANT var_id, VARIANT* role) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc323 cricket::ConnectionRole* role,
1282 cricket::ConnectionRole role = local
1285 VERIFY(cricket::ConnectionRoleToString(role, &dtls_role_str));
1958 cricket::ConnectionRole* role,
1960 // setup-attr = "a=setup:" role
1961 // role = "active" / "passive" / "actpass" / "holdconn"
1969 if (!cricket::StringToConnectionRole(role_str, role)) {
1957 ParseDtlsSetup(const std::string& line, cricket::ConnectionRole* role, SdpParseError* error) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c3428 p2p_dbg(p2p, "Inviting in active GO role - wait on operating channel");
4594 enum p2p_role_indication role = P2P_DEVICE_NOT_IN_GROUP; local
4609 role = P2P_GO_IN_A_GROUP;
4618 role = P2P_CLIENT_IN_A_GROUP;
4629 channel, role);
4676 enum p2p_role_indication role; local
4730 role = msg.oob_go_neg_channel[5];
4732 if (role == P2P_GO_IN_A_GROUP) {
4735 } else if (role == P2P_CLIENT_IN_A_GROUP) {
4743 if (!params->sel && role !
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c3428 p2p_dbg(p2p, "Inviting in active GO role - wait on operating channel");
4594 enum p2p_role_indication role = P2P_DEVICE_NOT_IN_GROUP; local
4609 role = P2P_GO_IN_A_GROUP;
4618 role = P2P_CLIENT_IN_A_GROUP;
4629 channel, role);
4676 enum p2p_role_indication role; local
4730 role = msg.oob_go_neg_channel[5];
4732 if (role == P2P_GO_IN_A_GROUP) {
4735 } else if (role == P2P_CLIENT_IN_A_GROUP) {
4743 if (!params->sel && role !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c1110 char *pos, *role, *type, *pos2; local
1123 role = cmd;
1124 pos = os_strchr(role, ' ');
1185 wpa_printf(MSG_DEBUG, "NFC: Connection handover reported - role=%s type=%s req_len=%d sel_len=%d",
1186 role, type, (int) wpabuf_len(req), (int) wpabuf_len(sel));
1188 if (os_strcmp(role, "INIT") == 0 && os_strcmp(type, "WPS") == 0) {
1191 } else if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "WPS") == 0)
1198 } else if (os_strcmp(role, "INIT") == 0 && os_strcmp(type, "P2P") == 0)
1201 } else if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "P2P") == 0)
1208 "reported: role
[all...]
H A Dp2p_supplicant.c52 * role has been lost.
1618 wpa_msg_global(wpa_s, MSG_INFO, P2P_EVENT_GO_NEG_SUCCESS "role=%s "
2314 u8 role; local
2336 role = *pos++;
2337 wpa_printf(MSG_DEBUG, "P2P: WSD for device role 0x%x", role);
2339 /* TODO: role specific handling */
2589 static void wfd_add_sd_req_role(struct wpabuf *tlvs, u8 id, u8 role, argument
2601 wpabuf_put_u8(tlvs, role);
2623 const u8 *dst, const char *role)
2622 wpas_p2p_sd_request_wifi_display(struct wpa_supplicant *wpa_s, const u8 *dst, const char *role) argument
5891 enum p2p_invite_role role; local
5957 enum p2p_invite_role role; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c3428 p2p_dbg(p2p, "Inviting in active GO role - wait on operating channel");
4594 enum p2p_role_indication role = P2P_DEVICE_NOT_IN_GROUP; local
4609 role = P2P_GO_IN_A_GROUP;
4618 role = P2P_CLIENT_IN_A_GROUP;
4629 channel, role);
4676 enum p2p_role_indication role; local
4730 role = msg.oob_go_neg_channel[5];
4732 if (role == P2P_GO_IN_A_GROUP) {
4735 } else if (role == P2P_CLIENT_IN_A_GROUP) {
4743 if (!params->sel && role !
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h216 union kvm_mmu_page_role role; member in struct:kvm_mmu_page
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h704 /* Returned with structure in role switch callback (tBTM_ROLE_SWITCH_CMPL) */
744 UINT8 role; /* BTM_ROLE_MASTER or BTM_ROLE_SLAVE */ member in struct:__anon1408
1609 #define BTM_LE_KEY_LENC (SMP_SEC_KEY_TYPE_ENC << 3) /* master role security information:div */
3153 ** Description This function is called to get the role of the local device
3168 ** Description This function is called to switch role between master and
3169 ** slave. If role is already set it will do nothing. If the
3173 ** Returns BTM_SUCCESS if already in specified role.
3177 ** BTM_MODE_UNSUPPORTED if local device does not support role switching
/external/expat/lib/
H A Dxmlparse.c3793 int role; local
3839 role = XmlTokenRole(&prologState, tok, s, next, enc);
3840 switch (role) {
4067 prefix = (role == XML_ROLE_ATTRIBUTE_NOTATION_VALUE
4100 0, role == XML_ROLE_REQUIRED_ATTRIBUTE_VALUE);
4138 role == XML_ROLE_FIXED_ATTRIBUTE_VALUE);
4509 if ((role == XML_ROLE_PARAM_ENTITY_REF) && skippedEntityHandler) {
4520 (role == XML_ROLE_PARAM_ENTITY_REF ? XML_TRUE : XML_FALSE);
4582 content->type = ((role == XML_ROLE_CONTENT_ANY) ?
/external/qemu/include/hw/
H A Dbt.h513 uint8_t role; member in struct:__anon28844
731 uint8_t role; member in struct:__anon28873
738 uint8_t role; member in struct:__anon28874
1451 uint8_t role; member in struct:__anon28962
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 894 milliseconds

12345678