Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos_transport/
Dtransport.c46 #define NLOGE(...) ALOGE(__VA_ARGS__) macro
57 #define NLOGE(...) do { fprintf(stderr, __VA_ARGS__); \ macro
110 NLOGE("Failed to read: %s", strerror(-err)); in nos_device_read()
136 NLOGE("Failed to write: %s", strerror(-err)); in nos_device_write()
162 NLOGE("Failed to read app %d status", ctx->app_id); in get_status()
203 NLOGE("Unable to get valid checksum on app %d status", ctx->app_id); in get_status()
213 NLOGE("Failed to clear app %d status", ctx->app_id); in clear_status()
226 NLOGE("Failed to inspect app %d", ctx->app_id); in make_ready()
238 NLOGE("App %d is still working", ctx->app_id); in make_ready()
247 NLOGE("Failed to force app %d to idle status", ctx->app_id); in make_ready()
[all …]