Searched refs:TRACE (Results 1 – 5 of 5) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | decoder-sbc.c | 114 TRACE(("-OI_CODEC_SBC_Decode: OI_CODEC_SBC_NOT_ENOUGH_AUDIO_DATA")); in DecodeBody() 123 TRACE(("Reading scalefactors")); in DecodeBody() 126 TRACE(("Computing bit allocation")); in DecodeBody() 129 TRACE(("Reading samples")); in DecodeBody() 150 TRACE(("Synthesizing frame")); in DecodeBody() 192 TRACE(("+OI_CODEC_SBC_DecodeRaw")); in internal_DecodeRaw() 204 TRACE(("-OI_CODEC_SBC_Decode: OI_CODEC_SBC_NOT_ENOUGH_BODY_DATA")); in internal_DecodeRaw() 219 TRACE(("-OI_CODEC_SBC_DecodeRaw: %d", status)); in internal_DecodeRaw() 243 TRACE(("+OI_CODEC_SBC_DecodeFrame")); in OI_CODEC_SBC_DecodeFrame() 245 TRACE(("Finding syncword")); in OI_CODEC_SBC_DecodeFrame() [all …]
|
/system/core/liblog/ |
D | fake_log_device.c | 45 #define TRACE(...) printf("fake_log_device: " __VA_ARGS__) 47 #define TRACE(...) ((void)0) macro 201 TRACE("Found ANDROID_LOG_TAGS='%s'\n", tags); in configureInitialState() 219 TRACE("ERROR: env tag too long (%d chars max)\n", kMaxTagLen-1); in configureInitialState() 253 TRACE("ERROR: garbage in tag env; expected whitespace\n"); in configureInitialState() 254 TRACE(" env='%s'\n", tags); in configureInitialState() 261 TRACE("+++ global min prio %d\n", logState->globalMinPriority); in configureInitialState() 265 TRACE("+++ entry %d: %s:%d\n", in configureInitialState() 365 TRACE("LOG %d: %s %s", logPrio, tag, msg); in showLog() 565 TRACE("%s: ignoring binary log\n", state->debugName); in logWritev() [all …]
|
/system/core/sdcard/ |
D | sdcard.c | 82 #define TRACE(x...) ALOGD(x) macro 84 #define TRACE(x...) do {} while (0) macro 264 TRACE("ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount); in acquire_node_locked() 271 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount); in release_node_locked() 275 TRACE("DESTROY %p (%s)\n", node, node->name); in release_node_locked() 799 TRACE("[%d] LOOKUP %s @ %"PRIx64" (%s)\n", handler->token, name, hdr->nodeid, in handle_lookup() 821 TRACE("[%d] FORGET #%"PRIu64" @ %"PRIx64" (%s)\n", handler->token, req->nlookup, in handle_forget() 841 TRACE("[%d] GETATTR flags=%x fh=%"PRIx64" @ %"PRIx64" (%s)\n", handler->token, in handle_getattr() 864 TRACE("[%d] SETATTR fh=%"PRIx64" valid=%x @ %"PRIx64" (%s)\n", handler->token, in handle_setattr() 909 TRACE("[%d] Calling utimensat on %s with atime %ld, mtime=%ld\n", in handle_setattr() [all …]
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 52 #define TRACE(x) do { printf x; printf("\n"); } while (0) macro 54 #define TRACE(x) macro
|
/system/extras/tests/workloads/ |
D | defs.sh | 297 echo TRACE >> $traceout
|