OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_STATUS_DONE
(Results
1 - 2
of
2
) sorted by null
/external/nos/host/generic/nugget/include/
application.h
293
#define
APP_STATUS_DONE
0x80000000 /* finished, reply is ready */
/external/nos/host/generic/libnos_transport/
transport.c
219
if (status &
APP_STATUS_DONE
)
238
} while (!(status &
APP_STATUS_DONE
));
Completed in 49 milliseconds