HomeSort by relevance Sort by last modified time
    Searched full:role (Results 551 - 575 of 1713) sorted by null

<<21222324252627282930>>

  /system/bt/stack/include/
hcidefs.h 443 /* Initiating state is supported. 0x0000000000000040 (or connection state in master role is also supported) */
448 /*connection state in slave role is also supported. 0x0000000000000080 */
503 /* Non-Connectable Adv state and Master Role combination is supported. 0x0000000000040000 */
508 /*Scannable Adv state and Master Role combination is supported. 0x0000000000040000 */
513 /* Non-Connectable Adv and Slave Role combination is supported. 0x000000000100000 */
518 /*Scannable Adv and Slave Role combination is supported. 0x000000000200000 */
    [all...]
  /external/autotest/server/
site_linux_system.py 27 to manipulate the wireless stack, regardless of the role they play.
54 self.role, self._capabilities)
67 def __init__(self, host, role, inherit_interfaces=False):
69 self.role = role
89 self.host, host_description=self.role, cmd_ip=self.cmd_ip,
252 logging.debug('Cleaning up host object for %s', self.role)
368 frequency |frequency| in the role indicated by |phytype|. Prefer idle
684 (self.role, missing))
723 logging.info('Pinging from the %s.', self.role)
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 196 * <input-file role="principal-data">attribset01.xml</input-file>
197 * <input-file role="principal-stylesheet">attribset01.xsl</input-file>
198 * <output-file role="principal" compare="XML">attribset01.out</output-file>
223 String role = element.getAttribute("role"); local
224 if (role.equals("principal-data")) {
226 } else if (role.equals("principal-stylesheet")) {
228 } else if (role.equals("principal")) {
230 } else if (!role.equals("supplemental-stylesheet")
231 && !role.equals("supplemental-data"))
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 240 pairing::message::OptionsMessage::ProtocolRole role = local
243 pairing::message::ConfigurationMessage message(encoding, role);
449 pairing::message::OptionsMessage::ProtocolRole role) {
450 switch (role) {
461 ProtobufWireAdapter::RoleFromProto(Options_RoleType role) {
462 switch (role) {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java 400 private int toProto(OptionsMessage.ProtocolRole role) {
401 switch (role) {
516 OptionsMessage.ProtocolRole role = OptionsMessage.ProtocolRole.UNKNOWN; local
520 role = OptionsMessage.ProtocolRole.INPUT_DEVICE;
523 role = OptionsMessage.ProtocolRole.DISPLAY_DEVICE;
527 return new ConfigurationMessage(enc, role);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 78 private static final String CONFIG_FIELD_CLIENT_ROLE = "role";
295 // Role
296 ProtocolRole role = ProtocolRole.fromIntVal( local
298 options.setProtocolRolePreference(role);
319 ProtocolRole role = ProtocolRole.fromIntVal( local
322 return new ConfigurationMessage(encoding, role);
  /external/kernel-headers/original/uapi/linux/raid/
md_p.h 97 #define MD_DISK_ROLE_MAX 0xff00 /* max value of regular disk role */
103 __u32 raid_disk; /* 3 The role of the device in the raid set */
265 __le32 dev_number; /* permanent identifier of this device - not role in raid */
290 * have a meaningful role.
292 __le16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
303 * active device with same 'role'.
  /external/selinux/sepolgen/tests/
test_audit.py 73 self.assertEqual(avc.scontext.role, "system_r")
78 self.assertEqual(avc.tcontext.role, "object_r")
96 self.assertEqual(avc.scontext.role, "system_r")
101 self.assertEqual(avc.tcontext.role, "object_r")
120 self.assertEqual(avc.scontext.role, "system_r")
125 self.assertEqual(avc.tcontext.role, "system_r")
  /external/tcpdump/
print-stp.c 126 /* Port role is only valid for 802.1w */
128 ND_PRINT((ndo, ", port-role %s",
175 * (6) Restricted Role Flag
251 ND_PRINT((ndo, "\n\tport-role %s, ",
299 ND_PRINT((ndo, "\n\tMSTI %d, Flags [%s], port-role %s",
343 "flag %d, \n\tRestricted role-flag: %d, Format id %d cap %d, "
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 172 bool DtlsTransportChannelWrapper::SetSslRole(rtc::SSLRole role) {
174 if (ssl_role_ != role) {
175 LOG(LS_ERROR) << "SSL Role can't be reversed after the session is setup.";
181 ssl_role_ = role;
185 bool DtlsTransportChannelWrapper::GetSslRole(rtc::SSLRole* role) const {
186 *role = ssl_role_;
transportcontroller.h 51 bool GetSslRole(const std::string& transport_name, rtc::SSLRole* role);
159 bool GetSslRole_w(const std::string& transport_name, rtc::SSLRole* role);
211 // Flag which will be set to true after the first role switch
  /system/bt/bta/gatt/
bta_gattc_utils.c 600 BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role)
613 role == HCI_ROLE_MASTER)
617 role == HCI_ROLE_SLAVE)
763 if (p_msg->int_conn.role == HCI_ROLE_SLAVE)
772 if (/*p_msg->int_conn.role == HCI_ROLE_SLAVE || */
775 p_msg->int_conn.role))
  /system/bt/bta/hf_client/
bta_hf_client_act.c 194 /* set role */
195 bta_hf_client_cb.scb.role = BTA_HF_CLIENT_INT;
270 /* set role */
271 bta_hf_client_cb.scb.role = BTA_HF_CLIENT_ACP;
326 bta_hf_client_cb.scb.role = BTA_HF_CLIENT_ACP;
396 bta_hf_client_cb.scb.role = BTA_HF_CLIENT_ACP;
bta_hf_client_sdp.c 59 if (bta_hf_client_cb.scb.role == BTA_HF_CLIENT_ACP)
236 if (bta_hf_client_cb.scb.role == BTA_HF_CLIENT_INT)
310 if (bta_hf_client_cb.scb.role == BTA_HF_CLIENT_INT)
  /external/selinux/libsepol/src/
module_to_cil.c 165 role_datum_t *role; member in struct:role_list_node
188 * with each role when printing role_type statements
281 role_datum_t *role = data; local
290 role_node->role = role;
683 statement = "role";
991 ts = &role_node->role->types;
1346 uint32_t role; local
1366 for (role = 0; role < num_role_names; role++)
2008 struct role_datum *role = datum; local
2923 char *role = NULL; local
    [all...]
genusers.c 166 ERR(NULL, "undefined role %s (%s:%u)",
170 /* Set the role and every role it dominates */
  /device/google/dragon/recovery/updater/
debug_ec.c 855 p.role = USB_PD_CTRL_ROLE_NO_CHANGE;
878 p.role = USB_PD_CTRL_ROLE_TOGGLE_ON;
885 if (p.role != USB_PD_CTRL_ROLE_NO_CHANGE) {
887 "Only one role allowed.\n");
890 p.role = j;
939 printf("Port C%d is %s,%s, Role:%s %s%s Polarity:CC%d State:%s\n",
942 r.role & PD_ROLE_SOURCE ? "SRC" : "SNK",
943 r.role & (PD_ROLE_DFP << 1) ? "DFP" : "UFP",
944 r.role & (1 << 2) ? " VCONN" : "",
952 switch (r->role) {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
credentials.py 182 :ivar user: The assumed role user.
204 :ivar arn: The arn of the user assuming the role.
205 :ivar assume_role_id: The identifier of the assumed role.
  /external/jetty/src/java/org/eclipse/jetty/security/
DefaultIdentityService.java 31 * This service handles only role reference maps passed in an
34 * that uses the role references in the
49 * with one that uses the role references in the {@link UserIdentity#isUserInRole(String, org.eclipse.jetty.server.UserIdentity.Scope)}
  /frameworks/opt/net/wifi/service/lib/
wifi_hal_stub.cpp 152 /* API to enable RTT responder role */
159 /* API to disable RTT responder role */
164 /* API to get available channel for RTT responder role */
  /system/bt/bta/sys/
bta_sys_conn.c 36 ** Description Called by BTA DM to register role management callbacks
67 ** Description Called by BTA AV to register role change callbacks
97 ** Description Called by BTA AV to register role change callbacks
  /system/bt/stack/pan/
pan_utils.c 332 PAN_TRACE_DEBUG ("PAN role %x, active role %d, num_conns %d",
333 pan_cb.role, pan_cb.active_role, pan_cb.num_conns);
  /system/bt/stack/smp/
smp_l2c.c 117 p_cb->role = L2CA_GetBleConnRole(bd_addr);
169 p_cb->role = L2CA_GetBleConnRole(bd_addr);
319 p_cb->role = HCI_ROLE_SLAVE;
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 31 * <p>Note: The SyncService itself is not notified when a new sync occurs. It's role is to
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 31 * <p>Note: The SyncService itself is not notified when a new sync occurs. It's role is to

Completed in 1051 milliseconds

<<21222324252627282930>>