Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos_transport/
Dtransport.c47 #define NLOGW(...) ALOGW(__VA_ARGS__) macro
59 #define NLOGW(...) do { printf(__VA_ARGS__); \ macro
193 NLOGW("App %d status CRC mismatch: theirs=%04x ours=%04x", in get_status()
442 NLOGW("App %d reply CRC mismatch: theirs=%04x ours=%04x", ctx->app_id, status->reply_crc, crc); in receive_reply()
491 NLOGW("App %d request checksum error", app_id); in nos_call_application()