/hardware/nxp/weaver/libese_weaver/src/ |
D | weaver-transport-impl.cpp | 75 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 …]
|
D | weaver-impl.cpp | 45 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 …]
|
D | weaver-parser-impl.cpp | 95 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/ |
D | HidLog.h | 25 #define LOG_D LOG(DEBUG) macro 33 #define LOG_D (std::cerr << "D: ") macro
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
D | HidParserExample2.cpp | 25 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/ |
D | weaver_utils.h | 35 #define LOG_D(tag, fmt, ...) \ macro
|
/hardware/qcom/sm7150/gps/utils/ |
D | log_util.h | 227 #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/ |
D | log_util.h | 264 #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/ |
D | log_util.h | 264 #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/ |
D | HidRawSensor.cpp | 840 LOG_D << "detectAndroidCustomSensor typeParsed: " << typeParsed in detectAndroidCustomSensor() 996 LOG_D << "enable: already in desired state" << LOG_ENDL; in enable()
|