Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/device/google/cuttlefish_vmm/aarch64-linux-gnu/
DCargo.lock5 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/
DCargo.lock5 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/
Dsensor_list.cpp44 .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/
Dvm_manager.cpp137 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/
Dinit.sensors.sh3 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/
Dmain.cpp80 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/
Dqrtr.py36 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/
Dinit.qcom.devstart.sh8 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"
Dinit.qcom.wlan.sh4 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/
Dqrtr.c97 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 …]
Dlibqrtr.h36 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/
Dinit.qcom.devstart.sh7 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/
Dinit.qcom.devstart.sh10 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/
DRELEASE_CHECKLIST.txt19 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/
DRELEASE_CHECKLIST.txt19 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/
DRELEASE_CHECKLIST.txt19 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/
Dprebuilt_info_synaptics_dsx_fw_update_htc_ko.asciipb8version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
Dprebuilt_info_synaptics_dsx_core_htc_ko.asciipb8version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
Dprebuilt_info_synaptics_dsx_rmi_dev_htc_ko.asciipb8version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
Dprebuilt_info_ftm4_ko.asciipb8version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
Dprebuilt_info_touch_core_base_ko.asciipb8version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
Dprebuilt_info_wlan_ko.asciipb8version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
Dprebuilt_info_sw49408_ko.asciipb8version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
Dprebuilt_info_dtbo_img.asciipb8version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…
Dprebuilt_info_htc_battery_ko.asciipb8version: "Linux version 4.4.210-gff8bddbea588 (android-build@abfarm-east4-015) (Android (5484270 b…

12345678910>>...32