/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | Cargo.lock | 5 version = "0.1.0" 24 version = "0.1.0" 31 version = "0.1.0" 46 version = "0.1.0" 50 version = "0.1.0" 58 version = "0.1.0" 65 version = "0.1.0" 74 version = "1.2.1" 80 version = "1.0.25" 86 version = "0.1.10" [all …]
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | Cargo.lock | 5 version = "0.1.0" 24 version = "0.1.0" 31 version = "0.1.0" 46 version = "0.1.0" 50 version = "0.1.0" 58 version = "0.1.0" 65 version = "0.1.0" 74 version = "1.2.1" 80 version = "1.0.25" 86 version = "0.1.10" [all …]
|
/device/generic/goldfish/sensors/ |
D | sensor_list.cpp | 44 .version = 1, 62 .version = 1, 80 .version = 1, 98 .version = 1, 116 .version = 1, 134 .version = 1, 153 .version = 1, 171 .version = 1, 189 .version = 1, 207 .version = 1, [all …]
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | vm_manager.cpp | 137 const std::pair<int,int>& version, in LinuxVersionAtLeast() argument 139 if (version.first > major || in LinuxVersionAtLeast() 140 (version.first == major && version.second >= minor)) { in LinuxVersionAtLeast() 145 << ", have " << version.first << "." << version.second; in LinuxVersionAtLeast() 155 auto version = VmManager::GetLinuxVersion(); in ValidateHostConfiguration() local 156 if (version == invalid_linux_version) { in ValidateHostConfiguration() 170 VmManager::LinuxVersionAtLeast(config_commands, version, 4, 4); in ValidateHostConfiguration() 177 VmManager::LinuxVersionAtLeast(config_commands, version, 4, 8); in ValidateHostConfiguration()
|
/device/google/coral/ |
D | init.sensors.sh | 3 version=`grep -ao "OEM_IMAGE_VERSION_STRING[ -~]*" \ 5 sed -e s/OEM_IMAGE_VERSION_STRING=SLPI.version.// -e s/\(.*\).//` 6 setprop vendor.sys.slpi.firmware.version "$version"
|
/device/google/contexthub/firmware/app/chre/chre_test2.app/ |
D | main.cpp | 80 info.appId, info.version, info.instanceId); in nanoappHandleEvent() 86 info.appId, info.version, info.instanceId); in nanoappHandleEvent() 122 const uint32_t version = msg->version; in nanoappHandleEvent() local 125 appId, version, instanceId); in nanoappHandleEvent() 132 const uint32_t version = msg->version; in nanoappHandleEvent() local 135 appId, version, instanceId); in nanoappHandleEvent()
|
/device/linaro/dragonboard/qcom/qrtr/ |
D | qrtr.py | 36 def publish(self, service, version, instance): argument 37 err = _qrtr.qrtr_publish(self.sock, service, version, instance) 40 self.service = (service, version, instance) 42 def new_server(self, service, version, instance): argument 43 err = _qrtr.qrtr_new_server(self.sock, service, version, instance) 46 self.service = (service, version, instance) 56 def new_lookup(self, service, version, instance): argument 57 err = _qrtr.qrtr_new_lookup(self.sock, service, version, instance) 60 return (service, version, instance)
|
/device/google/bonito/ |
D | init.qcom.devstart.sh | 8 version=`grep -ao "OEM_IMAGE_VERSION_STRING[ -~]*" \ 10 sed -e s/OEM_IMAGE_VERSION_STRING=ADSP.version.// -e s/\(.*\).//` 11 setprop sys.adsp.firmware.version "$version"
|
D | init.qcom.wlan.sh | 4 setprop vendor.wlan.driver.version "$wlan_driver_version" 5 wlan_fw_version=`cat /sys/kernel/wifi/wlan/fw/0/version` 6 setprop vendor.wlan.firmware.version "$wlan_fw_version"
|
/device/linaro/dragonboard/qcom/qrtr/lib/ |
D | qrtr.c | 97 int qrtr_new_server(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_new_server() argument 109 pkt.server.instance = cpu_to_le32(instance << 8 | version); in qrtr_new_server() 114 int qrtr_remove_server(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_remove_server() argument 126 pkt.server.instance = cpu_to_le32(instance << 8 | version); in qrtr_remove_server() 133 int qrtr_publish(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_publish() argument 135 return qrtr_new_server(sock, service, version, instance); in qrtr_publish() 138 int qrtr_bye(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_bye() argument 140 return qrtr_remove_server(sock, service, version, instance); in qrtr_bye() 143 int qrtr_new_lookup(int sock, uint32_t service, uint16_t version, uint16_t instance) in qrtr_new_lookup() argument 155 pkt.server.instance = cpu_to_le32(instance << 8 | version); in qrtr_new_lookup() [all …]
|
D | libqrtr.h | 36 unsigned int version; member 129 int qrtr_new_server(int sock, uint32_t service, uint16_t version, uint16_t instance); 130 int qrtr_remove_server(int sock, uint32_t service, uint16_t version, uint16_t instance); 132 int qrtr_publish(int sock, uint32_t service, uint16_t version, uint16_t instance); 133 int qrtr_bye(int sock, uint32_t service, uint16_t version, uint16_t instance); 135 int qrtr_new_lookup(int sock, uint32_t service, uint16_t version, uint16_t instance); 136 int qrtr_remove_lookup(int sock, uint32_t service, uint16_t version, uint16_t instance);
|
/device/google/wahoo/ |
D | init.qcom.devstart.sh | 7 version=`grep -ao "OEM_IMAGE_VERSION_STRING[ -~]*" \ 9 sed -e s/OEM_IMAGE_VERSION_STRING=SLPI.version.// -e s/\(.*\).//` 10 setprop vendor.sys.slpi.firmware.version "$version"
|
/device/google/crosshatch/ |
D | init.qcom.devstart.sh | 10 version=`grep -ao "OEM_IMAGE_VERSION_STRING[ -~]*" \ 12 sed -e s/OEM_IMAGE_VERSION_STRING=SLPI.version.// -e s/\(.*\).//` 13 setprop vendor.sys.slpi.firmware.version "$version"
|
/device/google/crosshatch/json-c/ |
D | RELEASE_CHECKLIST.txt | 19 Update the version in json_c_version.h 20 Update the version in Doxyfile 21 Update the version in configure.ac 24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version. 26 -version-info x:y:z 28 -version-info x:y+1:z 86 Update the version in json_c_version.h 87 Update the version in Doxyfile 88 Update the version in configure.ac 89 Use ${release}.99 to indicate a version "newer" than anything on the branch. [all …]
|
/device/google/coral/json-c/ |
D | RELEASE_CHECKLIST.txt | 19 Update the version in json_c_version.h 20 Update the version in Doxyfile 21 Update the version in configure.ac 24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version. 26 -version-info x:y:z 28 -version-info x:y+1:z 86 Update the version in json_c_version.h 87 Update the version in Doxyfile 88 Update the version in configure.ac 89 Use ${release}.99 to indicate a version "newer" than anything on the branch. [all …]
|
/device/google/bonito/json-c/ |
D | RELEASE_CHECKLIST.txt | 19 Update the version in json_c_version.h 20 Update the version in Doxyfile 21 Update the version in configure.ac 24 Update the libjson_la_LDFLAGS line in Makefile.am to the new version. 26 -version-info x:y:z 28 -version-info x:y+1:z 86 Update the version in json_c_version.h 87 Update the version in Doxyfile 88 Update the version in configure.ac 89 Use ${release}.99 to indicate a version "newer" than anything on the branch. [all …]
|
/device/google/wahoo-kernel/.prebuilt_info/kernel/ |
D | prebuilt_info_synaptics_dsx_fw_update_htc_ko.asciipb | 8 …version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
|
D | prebuilt_info_synaptics_dsx_core_htc_ko.asciipb | 8 …version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
|
D | prebuilt_info_synaptics_dsx_rmi_dev_htc_ko.asciipb | 8 …version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
|
D | prebuilt_info_ftm4_ko.asciipb | 8 …version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
|
D | prebuilt_info_touch_core_base_ko.asciipb | 8 …version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
|
D | prebuilt_info_wlan_ko.asciipb | 8 …version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
|
D | prebuilt_info_sw49408_ko.asciipb | 8 …version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
|
D | prebuilt_info_dtbo_img.asciipb | 8 …version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
|
D | prebuilt_info_htc_battery_ko.asciipb | 8 …version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
|