Home
last modified time | relevance | path

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

/hardware/nxp/weaver/libese_weaver/src/
Dweaver-transport-impl.cpp75 LOG_D(TAG, "Entry"); in createInstance()
77 LOG_D(TAG, "Exit"); in createInstance()
89 LOG_D(TAG, "Entry"); in Init()
91 LOG_D(TAG, "Exit"); in Init()
106 LOG_D(TAG, "Entry"); in OpenApplet()
112 LOG_D(TAG, "Exit"); in OpenApplet()
123 LOG_D(TAG, "Entry"); in CloseApplet()
126 LOG_D(TAG, "Exit"); in CloseApplet()
175 LOG_D(TAG, "Entry"); in Send()
183 LOG_D(TAG, ": Device boot not completed, no retry required"); in Send()
[all …]
Dweaver-impl.cpp45 LOG_D(TAG, "Entry"); in createInstance()
56 LOG_D(TAG, "Entry"); in Init()
65 LOG_D(TAG, "Exit : FAILED"); in Init()
68 LOG_D(TAG, "Exit : SUCCESS"); in Init()
80 LOG_D(TAG, "Entry"); in GetSlots()
102 LOG_D(TAG, "Total Slots (%u) ", slotInfo.slots); in GetSlots()
106 LOG_D(TAG, "Exit"); in GetSlots()
112 LOG_D(TAG, "Entry"); in close()
118 LOG_D(TAG, "Exit"); in close()
133 LOG_D(TAG, "Entry"); in Read()
[all …]
Dweaver-parser-impl.cpp95 LOG_D(TAG, "Entry"); in createInstance()
97 LOG_D(TAG, "Exit"); in createInstance()
109 LOG_D(TAG, "Entry"); in FrameOpenCmd()
111 LOG_D(TAG, "Exit"); in FrameOpenCmd()
124 LOG_D(TAG, "Entry"); in FrameGetSlotCmd()
131 LOG_D(TAG, "Exit"); in FrameGetSlotCmd()
148 LOG_D(TAG, "Entry"); in FrameReadCmd()
162 LOG_D(TAG, "Exit"); in FrameReadCmd()
181 LOG_D(TAG, "Entry"); in FrameWriteCmd()
196 LOG_D(TAG, "Exit"); in FrameWriteCmd()
[all …]
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidLog.h25 #define LOG_D LOG(DEBUG) macro
33 #define LOG_D (std::cerr << "D: ") macro
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DHidParserExample2.cpp25 LOG_D << "Descriptor [" << descriptor.size() << "]: " << std::hex; in printRawValue()
26 hexdumpToStream(LOG_D, descriptor.begin(), descriptor.end()); in printRawValue()
/hardware/nxp/weaver/libese_weaver/inc/
Dweaver_utils.h35 #define LOG_D(tag, fmt, ...) \ macro
/hardware/qcom/sm7150/gps/utils/
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)
/hardware/qcom/sm7250/gps/utils/
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)
/hardware/qcom/sm8150/gps/utils/
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)
/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp840 LOG_D << "detectAndroidCustomSensor typeParsed: " << typeParsed in detectAndroidCustomSensor()
996 LOG_D << "enable: already in desired state" << LOG_ENDL; in enable()