Searched defs:model (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dtransport_test.cpp126 ASSERT_EQ(nullptr, t.model);
134 "host::ro.product.name=foo;ro.product.model=bar;ro.product.device=baz;";
142 ASSERT_EQ(std::string("bar"), t.model);
150 "host::ro.product.name=foo;ro.product.model=bar;ro.product.device=baz;"
161 ASSERT_EQ(std::string("bar"), t.model);
169 std::string model = "test_model"; local
176 t.model = &model[0];
186 EXPECT_TRUE(t.MatchesTarget("model:" + model));
[all...]
H A Dtransport.h87 char* model = nullptr; member in class:atransport
119 // * model:<model>
/system/media/audio/include/system/
H A Dsound_trigger.h36 #define RECOGNITION_MODE_USER_IDENTIFICATION 0x2 /* trigger only if one user in model identified */
48 SOUND_MODEL_TYPE_UNKNOWN = -1, /* use for unspecified sound model type */
98 * Base sound model descriptor. This struct is the header of a larger block passed to
99 * load_sound_model() and containing the binary data of the sound model.
104 sound_trigger_sound_model_type_t type; /* model type. e.g. SOUND_MODEL_TYPE_KEYPHRASE */
105 sound_trigger_uuid_t uuid; /* unique sound model ID. */
107 sound model was build for */
108 unsigned int data_size; /* size of opaque model data */
125 * Specialized sound model for key phrase detection.
131 unsigned int num_phrases; /* number of key phrases in model */
152 sound_model_handle_t model; /* loaded sound model that triggered the member in struct:sound_trigger_recognition_event
230 sound_model_handle_t model; /* loaded sound model that triggered the event */ member in struct:sound_trigger_model_event
[all...]
/system/bt/stack/smp/
H A Dsmp_utils.c178 /* model = tbl[peer_io_caps][loc_io_caps] */
200 /* model = tbl[loc_io_caps][peer_io_caps] */
228 /* model = tbl[peer_io_caps][loc_io_caps] */
251 /* model = tbl[loc_io_caps][peer_io_caps] */
1141 ** Description This function selects association model to use for STK
1156 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; local
1179 model = smp_select_association_model_secure_connections(p_cb);
1183 model = smp_select_legacy_association_model(p_cb);
1185 return model;
1197 tSMP_ASSO_MODEL model local
1235 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; local
[all...]

Completed in 311 milliseconds