Searched defs:features (Results 1 - 25 of 205) sorted by path

123456789

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_api.c119 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,tBTA_AG_FEAT features, argument
128 p_buf->features = features;
H A Dbta_ag_int.h168 tBTA_AG_FEAT features; member in struct:__anon413
262 tBTA_AG_FEAT features; /* features registered by application */ member in struct:__anon423
263 tBTA_AG_PEER_FEAT peer_features; /* peer device features */
366 tBTA_AG_FEAT features, UINT32 sdp_handle);
H A Dbta_ag_sdp.c131 tBTA_AG_FEAT features, UINT32 sdp_handle)
180 /* add features and network */
183 network = (features & BTA_AG_FEAT_REJECT) ? 1 : 0;
187 if (features & BTA_AG_FEAT_CODEC)
190 features &= BTA_AG_SDP_FEAT_SPEC;
194 features |= 0x0020;
196 UINT16_TO_BE_FIELD(buf, features);
233 bta_ag_cb.profile[i].scn, p_data->api_register.features,
365 /* get features if HFP */
415 /* HFP initiator; get proto list and features */
130 bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn, tBTA_AG_FEAT features, UINT32 sdp_handle) argument
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c61 void BTA_AvEnable(tBTA_SEC sec_mask, tBTA_AV_FEAT features, tBTA_AV_CBACK *p_cback) argument
72 p_buf->features = features;
H A Dbta_av_int.h201 tBTA_AV_FEAT features; member in struct:__anon433
533 tBTA_AV_FEAT peer_features; /* peer features mask */
570 tBTA_AV_FEAT features; /* features mask */ member in struct:__anon462
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c65 static void bta_dm_acl_change_cback (BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, UINT8 *features, BOOLEAN is_new);
757 if (!BTM_SecAddDevice (p_dev->bd_addr, p_dc, p_dev->bd_name, p_dev->features,
3345 UINT8 *features, BOOLEAN is_new,UINT16 handle,
3360 if (features != NULL)
3362 if ((features[0] == 0xFF) && !is_new)
3344 bta_dm_acl_change_cback(BD_ADDR p_bda, DEV_CLASS p_dc, BD_NAME p_bdn, UINT8 *features, BOOLEAN is_new,UINT16 handle, tBT_TRANSPORT transport) argument
H A Dbta_dm_api.c747 memset (p_msg->features, 0, sizeof (p_msg->features));
790 ** which added bd_name and features as input parameters.
797 BD_NAME bd_name, UINT8 *features,
830 if (features)
831 memcpy(p_msg->features, features, sizeof(p_msg->features));
1228 ** Description This function is called to set system features.
796 BTA_DmAddDevWithName(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *features, LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask, BOOLEAN is_trusted, UINT8 key_type, tBTA_IO_CAP io_cap) argument
H A Dbta_dm_int.h432 UINT8 features[BTA_FEATURE_BYTES_PER_PAGE * (BTA_EXT_FEATURES_PAGE_MAX + 1)]; member in struct:__anon498
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_api.c114 BTA_API void BTA_HfClientRegister(tBTA_SEC sec_mask, tBTA_HF_CLIENT_FEAT features, argument
122 p_buf->features = features;
H A Dbta_hf_client_int.h88 tBTA_HF_CLIENT_FEAT features; member in struct:__anon602
147 tBTA_HF_CLIENT_FEAT features; /* features registered by application */ member in struct:__anon608
148 tBTA_HF_CLIENT_PEER_FEAT peer_features; /* peer device features */
149 tBTA_HF_CLIENT_CHLD_FEAT chld_features; /* call handling features */
214 UINT8 scn, tBTA_HF_CLIENT_FEAT features,
H A Dbta_hf_client_sdp.c89 tBTA_HF_CLIENT_FEAT features, UINT32 sdp_handle)
131 /* add features */
132 if (features & BTA_HF_CLIENT_FEAT_ECNR)
135 if (features & BTA_HF_CLIENT_FEAT_3WAY)
138 if (features & BTA_HF_CLIENT_FEAT_CLI)
141 if (features & BTA_HF_CLIENT_FEAT_VREC)
144 if (features & BTA_HF_CLIENT_FEAT_VOL)
148 if (features & BTA_HF_CLIENT_FEAT_CODEC)
179 p_data->api_register.features,
257 /* get features */
88 bta_hf_client_add_record(char *p_service_name, UINT8 scn, tBTA_HF_CLIENT_FEAT features, UINT32 sdp_handle) argument
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h54 /* AV features masks */
68 /* Internal features */
251 #define BTA_AV_RC_FEAT_EVT 19 /* remote control channel peer supported features update */
263 tBTA_AV_FEAT features; member in struct:__anon728
534 BTA_API void BTA_AvEnable(tBTA_SEC sec_mask, tBTA_AV_FEAT features,
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c441 /* on locally initiated connection we will get remote features as part of connect */
478 tBTA_AV_FEAT features; local
487 features = btif_rc_cb.rc_features;
500 if (features & BTA_AV_FEAT_RCTG) {
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_api.c93 /* get supported features */
97 a2d_svc.features = p_attr->attr_value.v.u16;
157 ** features: Profile supported features.
170 UINT16 features, UINT32 sdp_handle)
203 if (features != 0)
206 UINT16_TO_BE_STREAM(p, features);
169 A2D_AddRecord(UINT16 service_uuid, char *p_service_name, char *p_provider_name, UINT16 features, UINT32 sdp_handle) argument
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c53 ** features - Remote device's features (up to 3 pages). NULL if not known
62 UINT8 *features, UINT32 trusted_mask[],
115 if (features)
117 memcpy (p_dev_rec->features, features, sizeof (p_dev_rec->features));
122 if (p_dev_rec->features[i][j] != 0)
136 memset (p_dev_rec->features, 0, sizeof (p_dev_rec->features));
61 BTM_SecAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *features, UINT32 trusted_mask[], LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap) argument
[all...]
H A Dbtm_int.h92 BD_FEATURES peer_lmp_features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Peer LMP Extended features mask table for the device */
125 BD_FEATURES peer_le_features; /* Peer LE Used features mask for the device */
185 /* Local LMP Extended features mask table for the device */
194 BD_FEATURES local_le_features; /* Local LE Supported features mask for the device */
222 BD_FEATURES brcm_features; /* Broadcom specific features bit mask */
229 UINT8 lmp_features_host_may_support; /* The flags of LMP features host may support via BR/EDR ctrlr + BTM_RE_READ_1ST_PAGE */
474 UINT16 security_flags; /* Bitmap of required security features */
477 UINT16 ucd_security_flags; /* Bitmap of required security features for UCD */
566 BD_FEATURES features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Features supported by the device */ member in struct:__anon1250
595 #define BTM_SM4_REQ_PEND 0x08 /* set this bit when getting remote features */
[all...]
H A Dbtm_sec.c519 ** sec_level - bit mask of the security features
564 ** sec_level - bit mask of the security features
603 ** sec_level - bit mask of the security features
1262 p_features = p_dev_rec->features[ii];
2391 BTM_TRACE_DEBUG ("remote features unknown!!sec_flags:0x%x", p_dev_rec->sec_flags);
2392 /* the remote features are not known yet */
2413 BTM_TRACE_DEBUG ("(rsp) remote features unknown!!sec_flags:0x%x", p_dev_rec->sec_flags);
2414 /* the remote features are not known yet */
3299 BTM_TRACE_EVENT ("waiting for remote features!!");
3328 BD_FEATURES features; local
[all...]
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c676 ** features - (output) pointer to the LMP features for the device.
685 tGAP_LMP_FEATURES *features)
690 UNUSED(features);
684 GAP_ReadLocalDeviceInfo(UINT8 *name, BD_ADDR *addr, tGAP_LMP_VERSION *verinfo, tGAP_LMP_FEATURES *features) argument
/external/bluetooth/bluedroid/stack/include/
H A Da2d_api.h32 /* Profile supported features */
121 UINT16 features; /* Profile supported features */ member in struct:__anon1303
154 ** features: Profile supported features.
167 UINT16 features, UINT32 sdp_handle);
H A Davrc_defs.h402 ** player attribute - supported features
921 tAVRC_FEATURE_MASK features; /* Supported feature bit mask*/ member in struct:__anon1337
/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc488 const blink::WebWindowFeatures& features,
480 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc1275 // Enable any deprecated features that have been re-enabled by policy.
2012 const WebWindowFeatures& features,
2062 features,
2004 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
/external/chromium_org/chrome/browser/extensions/
H A Drequirements_checker_browsertest.cc52 void BlackListGPUFeatures(const std::vector<std::string>& features) { argument
66 " \"features\": [\"" + JoinString(features, "\", \"") + "\"]\n"
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc166 std::map<std::string, double>* features) {
170 EXPECT_EQ(0U, features->count(feature.name()));
171 (*features)[feature.name()] = feature.value();
291 std::map<std::string, double> features; local
292 GetFeatureMap(request, &features);
294 EXPECT_EQ(12U, features.size());
295 EXPECT_DOUBLE_EQ(2.0, features[features::kUrlHistoryVisitCount]);
297 features[features
165 GetFeatureMap(const ClientPhishingRequest& request, std::map<std::string, double>* features) argument
380 std::map<std::string, double> features; local
583 std::map<std::string, double> features; local
[all...]

Completed in 7882 milliseconds

123456789