Searched refs:model (Results 1 – 16 of 16) sorted by relevance
/system/core/adb/ |
D | transport_test.cpp | 126 ASSERT_EQ(nullptr, t.model); in TEST() 142 ASSERT_EQ(std::string("bar"), t.model); in TEST() 161 ASSERT_EQ(std::string("bar"), t.model); in TEST() 169 std::string model = "test_model"; in TEST() local 176 t.model = &model[0]; in TEST() 186 EXPECT_TRUE(t.MatchesTarget("model:" + model)); in TEST() 191 EXPECT_FALSE(t.MatchesTarget(model)); in TEST()
|
D | transport.h | 87 char* model = nullptr; variable
|
D | transport.cpp | 514 if (t->model) in transport_registration_func() 515 free(t->model); in transport_registration_func() 871 qual_match(target.c_str(), "model:", model, true) || in MatchesTarget() 908 append_transport_info(result, "model:", t->model, true); in append_transport()
|
D | adb.cpp | 262 qual_overwrite(&t->model, value); in parse_banner()
|
D | protocol.txt | 9 to an extremely straightforward model optimized to accomplish the
|
/system/media/audio/include/system/ |
D | sound_trigger.h | 152 sound_model_handle_t model; /* loaded sound model that triggered the member 230 sound_model_handle_t model; /* loaded sound model that triggered the event */ member
|
/system/bt/stack/smp/ |
D | smp_utils.c | 1156 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; in smp_select_association_model() local 1179 model = smp_select_association_model_secure_connections(p_cb); in smp_select_association_model() 1183 model = smp_select_legacy_association_model(p_cb); in smp_select_association_model() 1185 return model; in smp_select_association_model() 1197 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; in smp_select_legacy_association_model() local 1213 model = smp_association_table[p_cb->role][p_cb->peer_io_caps] in smp_select_legacy_association_model() 1218 model = smp_association_table[p_cb->role][p_cb->local_io_capability] in smp_select_legacy_association_model() 1223 return model; in smp_select_legacy_association_model() 1235 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; in smp_select_association_model_secure_connections() local 1251 model = smp_association_table_sc[p_cb->role][p_cb->peer_io_caps] in smp_select_association_model_secure_connections() [all …]
|
/system/bt/doc/ |
D | properties.md | 19 * ``` ro.product.model ```
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 353 // The model number, for example "0". 356 // The model name (sometimes the same as the model_number), 581 // The model name (e.g. "RX-V1900"). Some devices may report generic names 713 // The model name, for example "Wi-Fi Protected Setup Router". 716 // The model number, for example "RT-N16".
|
/system/sepolicy/ |
D | priv_app.te | 125 # This would undermine the per-user isolation model being
|
D | untrusted_app.te | 134 # This would undermine the per-user isolation model being
|
/system/connectivity/shill/ |
D | TESTING | 98 -net nic,model=virtio -net user,hostfwd=tcp::9222-:22 \
|
/system/connectivity/shill/doc/ |
D | device-api.txt | 345 (Cellular only) The hardware model of the modem. The
|
D | service-api.txt | 1680 Device model name as supplied by WPS IE. 1682 Device model number as supplied by WPS IE.
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 6356 PT_FIXED + 10 vendor-defined value indicating the TPM model
|
D | raw_structures_fixed.txt | 6345 vendor-defined value indicating the TPM model
|