Home
last modified time | relevance | path

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

/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.cpp141 bool FileConnectionDetector::matches(const std::string &name) const { in matches() function in android::SensorHalExt::FileConnectionDetector
154 if (matches(name)) { in processExistingFiles()
173 if (matches(name)) { in handleInotifyData()
DConnectionDetector.h70 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/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/gatekeeper/1.0/
DIGatekeeper.hal59 * Verifies that providedPassword matches enrolledPasswordHandle.
/hardware/qcom/msm8998/json-c/
DChangeLog40 a re-serialized object more exactly matches the input.
DDoxyfile112 # only done if one of the specified strings matches the left-hand part of
/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/6.0/
Dtypes.hal463 /** matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND */
/hardware/interfaces/audio/common/5.0/
Dtypes.hal457 /** 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.hal585 * same index as the Maps entry that matches the value in Lookups.
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal803 * same index as the Maps entry that matches the value in Lookups.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal790 * same index as the Maps entry that matches the value in Lookups.