Home
last modified time | relevance | path

Searched refs:VIDC_PLAT_LOGH (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sdm845/media/libplatformconfig/
DConfigParser.cpp44 VIDC_PLAT_LOGH("%s: Element 'name' not found!", __func__); in processProperty()
51 VIDC_PLAT_LOGH("%s: Element 'value' not found for %s!", __func__, propName.c_str()); in processProperty()
80 VIDC_PLAT_LOGH("%s: Error: %d (%s). Using defaults!", in initAndParse()
88 VIDC_PLAT_LOGH("%s: Failed to create XML parser!", __func__); in initAndParse()
103 VIDC_PLAT_LOGH("%s: XML_GetBuffer failed", __func__); in initAndParse()
110 VIDC_PLAT_LOGH("%s: fread failed, bytes read = %d", __func__, bytesRead); in initAndParse()
117 VIDC_PLAT_LOGH("%s: XML_ParseBuffer failed, for %s", in initAndParse()
DPlatformConfig.cpp49 VIDC_PLAT_LOGH("%s: Enter", __func__); in getInstance()
64 VIDC_PLAT_LOGH("%s: Returning default", __func__); in getInt32()
69 VIDC_PLAT_LOGH("%s Config name: %s value: %d", in getInt32()
DConfigParser.h49 #define VIDC_PLAT_LOGH(fmt, args...) ({ \ macro