Lines Matching refs:res
84 int32_t res; in LoadHal() local
85 status_t status = reply.readInt32(&res); in LoadHal()
88 return res; in LoadHal()
112 int32_t res; in Status() local
113 /* status_t */ reply.readInt32(&res); in Status()
114 return res; in Status()
130 const char* res = reply.readCString(); in Call() local
131 if (res == NULL) { in Call()
133 return res; in Call()
136 printf("len(reply) = %zu\n", strlen(res)); in Call()
137 return {res}; in Call()
152 const char* res = reply.readCString(); in GetFunctions() local
153 if (res == NULL) { in GetFunctions()
155 return res; in GetFunctions()
158 printf("len(reply) = %zu\n", strlen(res)); in GetFunctions()
159 return res; in GetFunctions()