Searched refs:params (Results 76 - 100 of 100) sorted by relevance

1234

/system/core/libpixelflinger/
H A Dpixelflinger.cpp358 GGLenum pname, const GGLfixed* params)
367 ggl_texEnvi(con, target, pname, params[0]);
371 const GGLclampx r = gglClampx(params[0]);
372 const GGLclampx g = gglClampx(params[1]);
373 const GGLclampx b = gglClampx(params[2]);
374 const GGLclampx a = gglClampx(params[3]);
357 ggl_texEnvxv(void* con, GGLenum target, GGLenum pname, const GGLfixed* params) argument
/system/bt/stack/btm/
H A Dbtm_ble.c91 /* update conn params, use default value for background connection params */
1030 tBTM_RAND_ENC params; local
1031 UINT8 *p_dest = params.param_buf;
1035 memset(&params, 0, sizeof(tBTM_RAND_ENC));
1041 STREAM_TO_UINT8(params.status, p); /* command status */
1043 if (params.status == HCI_SUCCESS)
1045 params.opcode = op_code;
1048 params.param_len = BT_OCTET8_LEN;
1050 params
[all...]
/system/core/lmkd/
H A Dlmkd.c283 static void cmd_target(int ntargets, int *params) { argument
290 lowmem_minfree[i] = ntohl(*params++);
291 lowmem_adj[i] = ntohl(*params++);
/system/keymaster/include/keymaster/
H A Dauthorization_set.h63 Reinitialize(set.params, set.length);
122 return Reinitialize(set.params, set.length);
455 // Define elems_ and elems_size_ as aliases to params and length, respectively. This is to
457 keymaster_key_param_t*& elems_ = keymaster_key_param_set_t::params;
/system/extras/ANRdaemon/
H A DANRdaemon.cpp130 const char *params = "cpu %lu %lu %lu %lu %lu %lu %lu %*d %*d %*d\n"; local
136 if (fscanf(fp, params, &cpu->utime, &cpu->ntime,
/system/connectivity/shill/wifi/
H A Dwifi_service_unittest.cc593 KeyValueStore params = service->GetSupplicantConfigurationParameters(); local
595 params.ContainsString(WPASupplicant::kNetworkPropertyEapIdentity));
596 EXPECT_TRUE(params.ContainsString(WPASupplicant::kNetworkPropertyCaPath));
689 KeyValueStore params = local
691 EXPECT_TRUE(params.ContainsString(WPASupplicant::kPropertySecurityProtocol));
692 EXPECT_TRUE(params.ContainsString(WPASupplicant::kPropertyPreSharedKey));
693 EXPECT_TRUE(params.ContainsUint(WPASupplicant::kNetworkPropertyIeee80211w));
749 KeyValueStore params = local
752 params.ContainsString(WPASupplicant::kNetworkPropertyEapIdentity));
753 EXPECT_TRUE(params
[all...]
H A Dwifi_unittest.cc2921 KeyValueStore params; local
2923 AppendBgscan(service.get(), &params);
2925 EXPECT_FALSE(params.ContainsString(WPASupplicant::kNetworkPropertyBgscan));
2929 KeyValueStore params; local
2931 AppendBgscan(service.get(), &params);
2934 EXPECT_TRUE(params.ContainsString(WPASupplicant::kNetworkPropertyBgscan));
2935 config_string = params.GetString(WPASupplicant::kNetworkPropertyBgscan);
2946 KeyValueStore params; local
2948 AppendBgscan(service.get(), &params);
2950 EXPECT_TRUE(params
2962 KeyValueStore params; local
[all...]
/system/bt/btif/src/
H A Dbtif_sock_sdp.c122 proto_list[1].params[0] = channel;
H A Dbtif_gatt_client.c2127 extern bt_status_t btif_gattc_test_command_impl(int command, btgatt_test_params_t* params);
2129 static bt_status_t btif_gattc_test_command(int command, btgatt_test_params_t* params) argument
2131 return btif_gattc_test_command_impl(command, params);
/system/bt/stack/include/
H A Dsdp_api.h148 UINT16 params[SDP_MAX_PROTOCOL_PARAMS]; member in struct:__anon1201
/system/update_engine/
H A Dupdate_attempter.h123 // Returns the current status in the out params. Returns true on success.
306 // request params.
394 // based on the content of |params|. Otherwise, retries the policy request.
397 const chromeos_update_manager::UpdateCheckParams& params);
H A Dpayload_state.cc550 OmahaRequestParams* params = system_state_->request_params(); local
553 } else if (params->delta_okay()) {
/system/netd/server/
H A DCommandListener.cpp844 // "resolver setnetdns <netId> <domains> <dns1> [<dns2> ...] [--params <params>]"
850 __res_params params; local
852 if (end > 6 && !strcmp(argv[end - 2], "--params")) {
855 if (sscanf(paramsStr, "%hu %hhu %hhu %hhu", &params.sample_validity,
856 &params.success_threshold, &params.min_samples, &params.max_samples) != 4) {
859 paramsPtr = &params;
/system/bt/stack/sdp/
H A Dsdp_db.c251 UINT8_TO_BE_STREAM (p, p_elem_list->params[yy]);
258 UINT16_TO_BE_STREAM (p, p_elem_list->params[yy]);
H A Dsdp_api.c756 p_elem->params[p_elem->num_params++] = p_sattr->attr_value.v.u16;
758 p_elem->params[p_elem->num_params++] = p_sattr->attr_value.v.u8;
/system/bt/bta/ag/
H A Dbta_ag_int.h311 BOOLEAN param_updated; /* if params were updated to non-default */
312 tBTM_ESCO_PARAMS params; /* ESCO parameters */ member in struct:__anon28
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h256 GGLenum pname, const GGLfixed* params);
/system/connectivity/shill/cellular/
H A Dcellular.cc1107 void Cellular::OnPPPConnected(const map<string, string>& params) { argument
1109 string interface_name = PPPDevice::GetInterfaceName(params);
1139 ppp_device_->UpdateIPConfigFromPPP(params, kBlackholeIPv6);
H A Dcellular.h482 void OnPPPConnected(const std::map<std::string, std::string>& params);
/system/bt/stack/gatt/
H A Dgatt_utils.c1570 proto_elem_list[0].params[0] = BT_PSM_ATT;
1573 proto_elem_list[1].params[0] = start_hdl;
1574 proto_elem_list[1].params[1] = end_hdl;
/system/bt/bta/gatt/
H A Dbta_gattc_cache.c759 start_handle = (UINT16) pe.params[0];
760 end_handle = (UINT16) pe.params[1];
/system/keymaster/
H A Dsoft_keymaster_context.cpp297 if (set->params[index].integer > value)
300 if (set->params[index].integer != value) {
301 set->params[index].integer = value;
/system/bt/bta/hl/
H A Dbta_hl_act.c1724 p_hdp_rec->ctrl_psm = (UINT16) pe.params[0];
1733 p_hdp_rec->data_psm = (UINT16) pe.params[0];
/system/bt/bta/jv/
H A Dbta_jv_act.c880 dcomp.scn = (UINT8) pe.params[0];
2335 // Populate some params
/system/bt/bta/dm/
H A Dbta_dm_act.c1210 /* save search params */
1621 bta_dm_search_cb.peer_scn = (UINT8) pe.params[0];
5221 ** Description This function sets up scan filter params

Completed in 932 milliseconds

1234