Searched refs:endpoint_id (Results 1 – 2 of 2) sorted by relevance
54 int rpmsg_service_send(int endpoint_id, const void *data, size_t len);68 bool rpmsg_service_endpoint_is_bound(int endpoint_id);
152 bool rpmsg_service_endpoint_is_bound(int endpoint_id) in rpmsg_service_endpoint_is_bound() argument154 return endpoints[endpoint_id].bound; in rpmsg_service_endpoint_is_bound()157 int rpmsg_service_send(int endpoint_id, const void *data, size_t len) in rpmsg_service_send() argument159 return rpmsg_send(&endpoints[endpoint_id].ep, data, len); in rpmsg_service_send()