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

/external/chromium_org/media/video/capture/
H A Dvideo_capture_device.cc13 const std::string model_id = GetModel(); local
14 if (model_id.empty())
16 const std::string suffix = " (" + model_id + ")";
/external/qemu/target-i386/
H A Dhelper.c118 char model_id[48]; member in struct:x86_def_t
155 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
183 .model_id = "AMD Phenom(tm) 9550 Quad-Core Processor"
204 .model_id = "Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz",
216 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
235 .model_id = "Genuine Intel(R) CPU T2600 @ 2.16GHz",
286 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
307 .model_id = "Intel(R) Atom(TM) CPU N270 @ 1.60GHz",
381 } else if (!strcmp(featurestr, "model_id")) {
382 pstrcpy(x86_cpu_def->model_id, sizeo
448 const char *model_id = def->model_id; local
[all...]
/external/chromium_org/components/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/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/libnfc-nxp/inc/
H A DphNfcTypes.h332 uint8_t model_id; /**< \ingroup grp_hal_common member in struct:phNfc_sDeviceCapabilities_t
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.cc280 "INTO models (model_id, "
291 string model_id = ModelTypeEnumToModelId(type); local
294 s2.BindBlob(0, model_id.data(), model_id.length());
605 "SELECT model_id, progress_marker, "
884 "INSERT INTO models (model_id, "
973 // blob model_id (entity specifics, primary key)
989 "SELECT model_id, last_download_timestamp, initial_sync_ended "
993 "INSERT INTO models (model_id, "
1179 "model_id, progress_marke
[all...]
H A Ddirectory_backing_store_unittest.cc939 "CREATE TABLE models (model_id BLOB primary key, "
1042 "CREATE TABLE models (model_id BLOB primary key, "
1145 "CREATE TABLE models (model_id BLOB primary key, "
1164 "CREATE TABLE models (model_id BLOB primary key, last_download_timestamp"
1276 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, "
1372 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, in"
1469 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, in"
1560 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, in"
1655 "CREATE TABLE models (model_id BLOB primary key, progress_marker BLOB, in"
1750 "CREATE TABLE models (model_id BLO
2998 std::string model_id = s.ColumnString(0); local
3825 std::string model_id = local
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h357 UINT8 model_id; /* Model ID */ member in struct:__anon24195

Completed in 707 milliseconds