Searched refs:dbg (Results 1 – 3 of 3) sorted by relevance
/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
D | libse-gto.c | 115 dbg("ctx %p created\n", ctx); in se_gto_new() 116 dbg("log_level=%d\n", ctx->log_level); in se_gto_new() 187 dbg("isot1_transceive: r=%d\n", r); in se_gto_apdu_transmit() 188 …dbg("isot1_transceive: ctx->t1.recv.end - ctx->t1.recv.start = %d\n", ctx->t1.recv.end - ctx->t1.r… in se_gto_apdu_transmit() 189 dbg("isot1_transceive: ctx->t1.recv.size = %zu\n", ctx->t1.recv.size); in se_gto_apdu_transmit() 190 dbg("isot1_transceive: ctx->t1.buf[2] = %02X\n", ctx->t1.buf[2]); in se_gto_apdu_transmit() 218 dbg("fd: spi=%d\n", ctx->t1.spi_fd); in se_gto_open() 269 dbg("se_gto_close check_alive = %d\n", ctx->check_alive); in se_gto_close()
|
D | log.h | 44 # define dbg(fmt, ...) say(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) macro 46 # define dbg(fmt, ...) nosay(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) macro 67 # define dbg(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) macro
|
/hardware/broadcom/wlan/ |
D | .gitignore | 19 *.so.dbg
|