Searched refs:model (Results 1 - 11 of 11) sorted by relevance

/system/extras/app-launcher/
H A Dapp-launcher109 echo "Cannot turn off Little cores on $model"
130 echo "Cannot turn off Little cores on $model"
409 launch_app com.google.android.youtube.tv com.google.android.apps.youtube.tv.activity.TvGuideActivity > $BASHPID-youtube-$model
410 getstats $BASHPID-youtube-$model YouTube
411 launch_app com.google.android.play.games com.google.android.gms.games.pano.activity.PanoGamesOnboardHostActivity > $BASHPID-games-$model
412 getstats $BASHPID-games-$model Games
413 launch_app com.google.android.music com.android.music.activitymanagement.TopLevelActivity > $BASHPID-music-$model
414 getstats $BASHPID-music-$model Music
418 launch_app com.android.chrome com.google.android.apps.chrome.Main > $BASHPID-chrome-$model
419 getstats $BASHPID-chrome-$model Chrom
[all...]
/system/core/adb/
H A Dtransport_test.cpp90 ASSERT_EQ(nullptr, t.model);
98 "host::ro.product.name=foo;ro.product.model=bar;ro.product.device=baz;";
106 ASSERT_EQ(std::string("bar"), t.model);
114 "host::ro.product.name=foo;ro.product.model=bar;ro.product.device=baz;"
125 ASSERT_EQ(std::string("bar"), t.model);
133 std::string model = "test_model"; local
140 t.model = &model[0];
150 EXPECT_TRUE(t.MatchesTarget("model:" + model));
[all...]
H A Dtransport.h142 char* model = nullptr; member in class:atransport
179 // * model:<model>
H A Dtransport.cpp593 if (t->model) free(t->model);
963 qual_match(target.c_str(), "model:", model, true) ||
1003 append_transport_info(result, "model:", t->model, true);
H A Dadb.cpp215 "ro.product.model",
270 // "device::ro.product.name=x;ro.product.model=y;ro.product.device=z;".
290 } else if (key == "ro.product.model") {
291 qual_overwrite(&t->model, value);
/system/libufdt/tests/src/
H A Dextract_dtb.c77 const char *model = local
78 (const char *)fdt_getprop(fdt_ptr, root_node_off, "model", NULL);
79 printf(" model=%s\n", model ? model : "(unknown)");
/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 */
92 * Base sound model descriptor. This struct is the header of a larger block passed to
93 * load_sound_model() and containing the binary data of the sound model.
98 sound_trigger_sound_model_type_t type; /* model type. e.g. SOUND_MODEL_TYPE_KEYPHRASE */
99 sound_trigger_uuid_t uuid; /* unique sound model ID. */
101 sound model was build for */
102 unsigned int data_size; /* size of opaque model data */
119 * Specialized sound model for key phrase detection.
125 unsigned int num_phrases; /* number of key phrases in model */
147 sound_model_handle_t model; /* loaded sound model that triggered the member in struct:sound_trigger_recognition_event
225 sound_model_handle_t model; /* loaded sound model that triggered the event */ member in struct:sound_trigger_model_event
[all...]
/system/extras/ioblame/
H A Dioblame.sh38 model=`adb shell getprop ro.product.name`
40 model=`echo $model | sed 's/[ \t\r\n]*$//' `
41 echo Found $model Device
43 case $model in
60 echo Unknown Device $model
/system/bt/stack/smp/
H A Dsmp_utils.cc187 /* model = tbl[peer_io_caps][loc_io_caps] */
210 /* model = tbl[loc_io_caps][peer_io_caps] */
238 /* model = tbl[peer_io_caps][loc_io_caps] */
266 /* model = tbl[loc_io_caps][peer_io_caps] */
1149 * Description This function selects association model to use for STK
1164 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; local
1193 model = smp_select_association_model_secure_connections(p_cb);
1195 model = smp_select_legacy_association_model(p_cb);
1197 return model;
1208 tSMP_ASSO_MODEL model local
1245 tSMP_ASSO_MODEL model = SMP_MODEL_OUT_OF_RANGE; local
[all...]
/system/sepolicy/
H A Dtreble_sepolicy_tests_for_release.mk5 # permissions granted do not violate the treble model. Also ensure that treble
/system/extras/simpleperf/scripts/
H A Dreport_html.py721 manufacturer, model, name = product_props.split(':')
722 machine_type = '%s (%s) by %s, arch %s' % (model, name, manufacturer, self.arch)

Completed in 240 milliseconds