Searched refs:model_id (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/media/video/capture/
H A Dvideo_capture_device.cc12 std::string model_id = GetModel(); local
13 if (!model_id.empty())
14 return device_name_ + " (" + model_id + ")";
/external/chromium_org/chrome/browser/storage_monitor/
H A Dmedia_transfer_protocol_device_observer_linux.cc54 const std::string model_id = base::UintToString(storage_info.product_id()); local
57 kVendorModelVolumeStoragePrefix + vendor_id + ":" + model_id + ":" +
/external/qemu/target-i386/
H A Dhelper.c119 char model_id[48]; member in struct:x86_def_t
156 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
184 .model_id = "AMD Phenom(tm) 9550 Quad-Core Processor"
205 .model_id = "Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz",
217 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
236 .model_id = "Genuine Intel(R) CPU T2600 @ 2.16GHz",
287 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
308 .model_id = "Intel(R) Atom(TM) CPU N270 @ 1.60GHz",
382 } else if (!strcmp(featurestr, "model_id")) {
383 pstrcpy(x86_cpu_def->model_id, sizeo
449 const char *model_id = def->model_id; local
[all...]
/external/libnfc-nxp/src/
H A DphHciNfc_IDMgmt.c88 uint8_t model_id; member in struct:phHciNfc_IDMgmt_Info
825 p_identity_info->model_id = reg_value[i] ;
826 pHwRef->device_info.model_id = p_identity_info->model_id ;
828 if( NFC_HW_PN65N == pHwRef->device_info.model_id)
H A DphLibNfc.c878 phLibNfc_StackCapabilities->psDevCapabilities.model_id=
879 gpphLibContext->psHwReference->device_info.model_id;
/external/kernel-headers/original/linux/
H A Dmod_devicetable.h33 __u32 model_id; member in struct:ieee1394_device_id
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store_unittest.cc629 "CREATE TABLE models (model_id BLOB primary key, "
733 "CREATE TABLE models (model_id BLOB primary key, "
837 "CREATE TABLE models (model_id BLOB primary key, "
857 "CREATE TABLE models (model_id BLOB primary key, last_download_timestamp"
1085 connection.DoesColumnExist("models", "model_id"));
1087 sql::Statement s(connection.GetUniqueStatement("SELECT model_id, "
1090 std::string model_id = s.ColumnString(0); local
1091 EXPECT_EQ("C2881000", base::HexEncode(model_id.data(), model_id.size()))
1484 std::string model_id local
[all...]
H A Ddirectory_backing_store.cc413 op.prepare(dbhandle, "INSERT OR REPLACE INTO models (model_id, "
416 string model_id = ModelTypeEnumToModelId(ModelTypeFromInt(i)); local
419 op.bind_blob(0, model_id.data(), model_id.length());
614 "SELECT model_id, progress_marker, initial_sync_ended "
925 update.prepare(load_dbhandle_, "INSERT INTO models (model_id, "
1029 // blob model_id (entity specifics, primary key)
1048 "SELECT model_id, last_download_timestamp, initial_sync_ended "
1066 update.prepare(load_dbhandle_, "INSERT INTO models (model_id, "
1183 "model_id BLO
[all...]
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store_unittest.cc936 "CREATE TABLE models (model_id BLOB primary key, "
1039 "CREATE TABLE models (model_id BLOB primary key, "
1142 "CREATE TABLE models (model_id BLOB primary key, "
1161 "CREATE TABLE models (model_id BLOB primary key, last_download_timestamp"
1273 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, "
1369 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, in"
1466 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, in"
1557 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, in"
1652 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, in"
1747 "CREATE TABLE models (model_id BLO
2634 std::string model_id = s.ColumnString(0); local
3368 std::string model_id = local
[all...]
H A Ddirectory_backing_store.cc259 "INTO models (model_id, progress_marker, transaction_version) "
267 string model_id = ModelTypeEnumToModelId(type); local
270 s2.BindBlob(0, model_id.data(), model_id.length());
560 "SELECT model_id, progress_marker, "
837 "INSERT INTO models (model_id, "
926 // blob model_id (entity specifics, primary key)
942 "SELECT model_id, last_download_timestamp, initial_sync_ended "
946 "INSERT INTO models (model_id, "
1132 "model_id, progress_marke
[all...]
/external/libnfc-nxp/inc/
H A DphNfcTypes.h332 uint8_t model_id; /**< \ingroup grp_hal_common member in struct:phNfc_sDeviceCapabilities_t
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnetwork_library.h102 const std::string& model_id() const { return model_id_; } function in class:chromeos::NetworkDevice
207 void set_model_id(const std::string& model_id) { model_id_ = model_id; } argument
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h357 UINT8 model_id; /* Model ID */ member in struct:__anon20117
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h206 const std::string& model_id() const { return model_id_; } function in class:chromeos::NetworkDevice
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc710 dictionary->SetString("modelId", device->model_id());

Completed in 456 milliseconds