Home
last modified time | relevance | path

Searched refs:LOG_D (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/keymaster/km_openssl/
H A Dcertificate_utils.cpp141 LOG_D("Using TAG_ACTIVE_DATETIME: %lu", tmp); in get_certificate_params()
145 LOG_D("Using TAG_ORIGINATION_EXPIRE_DATETIME: %lu", tmp); in get_certificate_params()
154 LOG_D("Using TAG_CERTIFICATE_NOT_BEFORE: %lu", tmp); in get_certificate_params()
160 LOG_D("Using TAG_CERTIFICATE_NOT_AFTER: %lu", tmp); in get_certificate_params()
164 LOG_D("Got certificate date params: NotBefore = %ld, NotAfter = %ld", in get_certificate_params()
279 LOG_D("Setting notBefore to %ld: ", cert_params.active_date_time / 1000); in make_cert_rump()
288 LOG_D("Setting notAfter to %ld: ", cert_params.expire_date_time / 1000); in make_cert_rump()
H A Dopenssl_err.cpp49 LOG_D("%s", buf); in TranslateLastOpenSslError()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidLog.h25 #define LOG_D LOG(DEBUG) macro
33 #define LOG_D (std::cerr << "D: ") macro
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
H A DHidParserExample2.cpp25 LOG_D << "Descriptor [" << descriptor.size() << "]: " << std::hex; in printRawValue()
26 hexdumpToStream(LOG_D, descriptor.begin(), descriptor.end()); in printRawValue()
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_context.cpp288 if (error == KM_ERROR_OK) LOG_D("Parsed an old keymaster1 software key", 0); in ParseKeyBlob()
293 if (error == KM_ERROR_OK) LOG_D("Parsed an old sofkeymaster key", 0); in ParseKeyBlob()
356 LOG_D("Module \"%s\" accepted key", km1_dev_->common.module->name); in ParseKeymaster1HwBlob()
H A Dsoft_keymaster_device.cpp164 LOG_D("Device address: %p", this); in SoftKeymasterDevice()
174 LOG_D("Device address: %p", this); in SoftKeymasterDevice()
182 LOG_D("Reinitializing SoftKeymasterDevice to use HW keymaster1", 0); in SetHardwareDevice()
643 LOG_D("Not performing software digesting for algorithm %d", algorithm); in RequiresSoftwareDigesting()
653 LOG_D("Requested digest(s) supported for algorithm %d and purpose %d", algorithm, purpose); in RequiresSoftwareDigesting()
1140 LOG_D("Operation supported by %s, passing through to keymaster1 module", in begin()
H A Dpure_soft_keymaster_context.cpp289 if (error == KM_ERROR_OK) LOG_D("Parsed an old keymaster1 software key", 0); in ParseKeyBlob()
294 if (error == KM_ERROR_OK) LOG_D("Parsed an old sofkeymaster key", 0); in ParseKeyBlob()
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dlog_util.h227 #define LOG_D(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGD, ID, WHAT, SPEC, VAL) macro
246 #define MODEM_LOG_CALLFLOW_DEBUG(SPEC, VAL) LOG_D(FROM_MODEM, __FUNCTION__, SPEC, VAL)
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dlog_util.h264 #define LOG_D(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGD, ID, WHAT, SPEC, VAL) macro
283 #define MODEM_LOG_CALLFLOW_DEBUG(SPEC, VAL) LOG_D(FROM_MODEM, __FUNCTION__, SPEC, VAL)
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dlog_util.h264 #define LOG_D(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGD, ID, WHAT, SPEC, VAL) macro
283 #define MODEM_LOG_CALLFLOW_DEBUG(SPEC, VAL) LOG_D(FROM_MODEM, __FUNCTION__, SPEC, VAL)
/aosp12/system/keymaster/include/keymaster/
H A Dlogger.h62 #define LOG_D(fmt, ...) Logger::Debug(FILE_LINE fmt, __VA_ARGS__) macro
/aosp12/system/keymaster/legacy_support/
H A Dec_keymaster1_key.cpp53 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
H A Drsa_keymaster1_key.cpp54 LOG_D("Found request for unsupported digest %u", entry.enumerated); in UpdateToWorkAroundUnsupportedDigests()
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp178 LOG_D("GetVersion2 results: %d, %d, %d, %d", rsp.km_version, rsp.km_date, in GetVersion2()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidRawSensor.cpp805 LOG_D << "detectAndroidCustomSensor typeParsed: " << typeParsed in detectAndroidCustomSensor()