Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos_transport/
Dtransport.c49 #define NLOGV(...) ALOGV(__VA_ARGS__) macro
63 #define NLOGV(...) do { if (VERBOSE_LOG) { \ macro
290 NLOGV("Write app %d command 0x%08x, bytes %d", ctx->app_id, command, ulen); in send_command()
374 NLOGV("App %d poll=%d status=0x%08x reply_len=%d flags=0x%04x", in poll_until_done()
420 NLOGV("Read app %d command=0x%08x, bytes=%d", ctx->app_id, command, gimme); in receive_reply()
506 NLOGV("Clear app %d reply for the next caller", app_id); in nos_call_application()