Home
last modified time | relevance | path

Searched refs:year (Results 1 – 25 of 50) sorted by relevance

12

/hardware/nxp/keymint/KM200/
Dkeymint_utils.cpp92 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getPatchlevel() local
105 return year * 10000 + month * 100 + day; in getPatchlevel()
108 return year * 100 + month; in getPatchlevel()
/hardware/interfaces/security/keymint/support/
Dkeymint_utils.cpp93 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getPatchlevel() local
106 return year * 10000 + month * 100 + day; in getPatchlevel()
109 return year * 100 + month; in getPatchlevel()
/hardware/nxp/keymint/KM300/
Dkeymint_utils.cpp95 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getPatchlevel() local
108 return year * 10000 + month * 100 + day; in getPatchlevel()
111 return year * 100 + month; in getPatchlevel()
/hardware/st/secure_element2/
DMETADATA10 last_upgrade_date { year: 2020 month: 1 day: 10 }
/hardware/ti/am57x/libhwcomposer/
DMETADATA15 last_upgrade_date { year: 2018 month: 8 day: 15 }
/hardware/google/gfxstream/guest/mesa/bin/
Dgen_calendar_entries_test.py66 assert d.year == 2020
72 assert d.year == 2019
78 assert d.year == 2021
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Droadmap.adoc14 hardware shipping by the end of the target year or shortly thereafter.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DRoadmap.adoc90 … versions every 2 years, it is likely that roadmap milestones could be aligned to a 4 year cadence.
93 Releasing roadmap milestones once a year is likely to just confuse the market; one year is unlikely…
94 A 2 year cadence, being exactly coincident with core version releases, would likely be the lower bo…
105 Milestones should have a year associated with them and a clear indication of support from vendors o…
106 If a feature does not have commitment for support by the end of that year (or shortly thereafter) f…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/LICENSES/
DMIT.txt1 MIT License Copyright (c) <year> <copyright holders>
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp261 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getOsPatchlevel() local
267 return year * 100 + month; in getOsPatchlevel()
/hardware/ril/include/telephony/
Dril_cdma_sms.h625 unsigned char year; /* 0x00-0x99 */ member
/hardware/interfaces/gnss/1.0/
DIGnssCallback.hal238 * year in which the last update was made to the underlying hardware/firmware
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c569 int32_t year; member
597 header->year = timep->tm_year; in rmt_fill_header()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c2727 unsigned int maj, year, month, day, build; in ver2str() local
2732 year = (vms >> 16) & 0xFFFF; in ver2str()
2737 month, day, year, build); in ver2str()
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_common.xdr111 rpc_uint16 year;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_common.xdr111 rpc_uint16 year;
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_common.xdr111 rpc_uint16 year;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
Dloc_api_common.h72 rpc_uint16 year; member
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_common.xdr111 rpc_uint16 year;
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_common.xdr111 rpc_uint16 year;
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_common.xdr111 rpc_uint16 year;
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
Dloc_api_common.h72 rpc_uint16 year; member
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-3200/
Dloc_api_common.h72 rpc_uint16 year; member
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
Dloc_api_common.h78 rpc_uint16 year; member
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-1240/
Dloc_api_common.h78 rpc_uint16 year; member

12