Searched refs:To_fn (Results 1 – 1 of 1) sorted by relevance
/external/nos/host/generic/nugget/include/ |
D | application.h | 177 #define DECLARE_APPLICATION_DATAGRAM(Id, Name, Version, From_fn, To_fn, Data) \ argument 181 .from_fn = From_fn, .to_fn = To_fn, \ 356 #define DECLARE_APPLICATION_TRANSPORT(Id, Name, Version, State, To_fn) \ argument 363 { .id = Id, .to_fn = To_fn, \
|