/hardware/interfaces/security/keymint/support/ |
D | keymint_utils.cpp | 63 regmatch_t matches[kPlatformVersionMatchCount]; in getOsVersion() local 65 regexec(®ex, 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(®ex, 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/ |
D | keymaster_utils.cpp | 227 regmatch_t matches[kPlatformVersionMatchCount]; in getOsVersion() local 229 regexec(®ex, 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(®ex, 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/ |
D | ConnectionDetector.cpp | 149 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()
|
D | ConnectionDetector.h | 73 bool matches(const std::string &name) const;
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantP2pIface.hal | 41 * 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/ |
D | ICanBus.hal | 43 * to each listener that matches given filter against received message.
|
/hardware/interfaces/power/stats/1.0/ |
D | types.hal | 39 * Index corresponding to the rail. This index matches
|
/hardware/interfaces/camera/device/ |
D | README.md | 73 Closely matches the features and operation of the pre-HIDL camera device HAL
|
/hardware/interfaces/weaver/1.0/ |
D | IWeaver.hal | 58 * The value is only returned if the provided key matches the key stored in
|
/hardware/interfaces/camera/device/3.6/ |
D | types.hal | 96 * Camera service will validate this matches what camera service has on
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 60 * Verifies that providedPassword matches enrolledPasswordHandle.
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaIfaceCallback.hal | 174 * which matches with the network capabilities requested by upper layer
|
/hardware/interfaces/automotive/evs/1.1/ |
D | types.hal | 371 * RecId : Receiver's Id. Order matches the receiversIdList, type uint8_t
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 417 /** matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND */
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 396 /** matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND */
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 938 * 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.
|
D | types.hal | 363 * This tag is repeatable. If repeated, and any one of the values matches the HardwareAuthToken
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 457 /** matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND */
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 504 /** matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND */
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 1283 // handle definition matches gralloc HAL.
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 1772 * For the modem, a SIM card is valid when its content (i.e. MCC, MNC, GID, SPN) matches the
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 1089 * The type of ranging feedback to be provided by discovery session matches
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 586 * same index as the Maps entry that matches the value in Lookups.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 805 * same index as the Maps entry that matches the value in Lookups.
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 794 * same index as the Maps entry that matches the value in Lookups.
|