Home
last modified time | relevance | path

Searched refs:model_name (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DCustomizedMetadataEntity.java24 public byte[] model_name; field in CustomizedMetadataEntity
59 .append(metadataToString(model_name)) in toString()
DMetadata.java265 publicMetadata.model_name = value; in setCustomizedMeta()
361 value = publicMetadata.model_name; in getCustomizedMeta()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h320 BTIF_STORAGE_FILL_PROPERTY(&model_name, BT_PROPERTY_REMOTE_MODEL_NUM, sizeof(model_name_val), in CsisGroup()
324 bt_property_t model_name; variable
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc576 bt_bdname_t model_name; in check_cached_model_name() local
577 BTIF_STORAGE_FILL_PROPERTY(&prop, BT_PROPERTY_REMOTE_MODEL_NUM, sizeof(model_name), &model_name); in check_cached_model_name()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc953 bt_bdname_t name, alias, model_name; in btif_storage_load_bonded_devices() local
1076 btif_storage_get_remote_prop(p_remote_addr, BT_PROPERTY_REMOTE_MODEL_NUM, &model_name, in btif_storage_load_bonded_devices()
1077 sizeof(model_name), &remote_properties[num_props]); in btif_storage_load_bonded_devices()
Dbtif_dm.cc3328 bt_bdname_t model_name; in btif_model_name_known() local
3329 BTIF_STORAGE_FILL_PROPERTY(&prop, BT_PROPERTY_REMOTE_MODEL_NUM, sizeof(model_name), &model_name); in btif_model_name_known()
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md57 model2 = Model("model_name")