Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/
Dkeymint_utils.cpp63 regmatch_t matches[kPlatformVersionMatchCount]; in getOsVersion() local
65 regexec(&regex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */); in getOsVersion()
71 uint32_t major = match_to_uint32(version_str, matches[kMajorVersionMatch]); in getOsVersion()
72 uint32_t minor = match_to_uint32(version_str, matches[kMinorVersionMatch]); in getOsVersion()
73 uint32_t subminor = match_to_uint32(version_str, matches[kSubminorVersionMatch]); in getOsVersion()
86 regmatch_t matches[kPatchlevelMatchCount]; in getPatchlevel() local
87 int not_match = regexec(&regex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel()
93 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getPatchlevel()
94 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in getPatchlevel()
102 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel()
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp227 regmatch_t matches[kPlatformVersionMatchCount]; in getOsVersion() local
229 regexec(&regex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */); in getOsVersion()
235 uint32_t major = match_to_uint32(version_str, matches[kMajorVersionMatch]); in getOsVersion()
236 uint32_t minor = match_to_uint32(version_str, matches[kMinorVersionMatch]); in getOsVersion()
237 uint32_t subminor = match_to_uint32(version_str, matches[kSubminorVersionMatch]); in getOsVersion()
253 regmatch_t matches[kPlatformPatchlevelMatchCount]; in getOsPatchlevel() local
255 regexec(&regex, patchlevel_str, kPlatformPatchlevelMatchCount, matches, 0 /* flags */); in getOsPatchlevel()
261 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getOsPatchlevel()
262 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in getOsPatchlevel()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DConnectionDetector.cpp149 bool FileConnectionDetector::matches(const std::string &name) const { in matches() function in android::SensorHalExt::FileConnectionDetector
162 if (matches(name)) { in processExistingFiles()
181 if (matches(name)) { in handleInotifyData()
DConnectionDetector.h73 bool matches(const std::string &name) const;
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantP2pIface.hal41 * whose network name and group owner's MAC address matches the specified SSID
43 * group whose network name matches the specified SSID is joined.
59 * whose network name matches the specified SSID.
/hardware/interfaces/automotive/can/1.0/
DICanBus.hal43 * to each listener that matches given filter against received message.
/hardware/interfaces/power/stats/1.0/
Dtypes.hal39 * Index corresponding to the rail. This index matches
/hardware/interfaces/camera/device/
DREADME.md73 Closely matches the features and operation of the pre-HIDL camera device HAL
/hardware/interfaces/weaver/1.0/
DIWeaver.hal58 * The value is only returned if the provided key matches the key stored in
/hardware/interfaces/camera/device/3.6/
Dtypes.hal96 * Camera service will validate this matches what camera service has on
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal60 * Verifies that providedPassword matches enrolledPasswordHandle.
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantStaIfaceCallback.hal174 * which matches with the network capabilities requested by upper layer
/hardware/interfaces/automotive/evs/1.1/
Dtypes.hal371 * RecId : Receiver's Id. Order matches the receiversIdList, type uint8_t
/hardware/interfaces/audio/common/4.0/
Dtypes.hal417 /** matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND */
/hardware/interfaces/audio/common/2.0/
Dtypes.hal396 /** matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND */
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal938 * o The key must have a Tag::USER_AUTH_TYPE that matches the auth type in the token.
1121 * o The key must have a Tag::USER_AUTH_TYPE that matches the auth type in the token.
1226 * o The key must have a Tag::USER_AUTH_TYPE that matches the auth type in the token.
Dtypes.hal363 * This tag is repeatable. If repeated, and any one of the values matches the HardwareAuthToken
/hardware/interfaces/audio/common/5.0/
Dtypes.hal457 /** matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND */
/hardware/interfaces/audio/common/6.0/
Dtypes.hal504 /** matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND */
/hardware/interfaces/sensors/1.0/
Dtypes.hal1283 // handle definition matches gralloc HAL.
/hardware/interfaces/radio/1.4/
Dtypes.hal1772 * For the modem, a SIM card is valid when its content (i.e. MCC, MNC, GID, SPN) matches the
/hardware/interfaces/wifi/1.0/
Dtypes.hal1089 * The type of ranging feedback to be provided by discovery session matches
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal586 * same index as the Maps entry that matches the value in Lookups.
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal805 * same index as the Maps entry that matches the value in Lookups.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal794 * same index as the Maps entry that matches the value in Lookups.