Lines Matching full:an
10 The IPC service API provides an interface to exchange data between two domains
16 An IPC service communication channel consists of one instance and one or
19 An instance is the external representation of a physical communication channel
23 An individual instance is not used to send data between domains/CPUs. To send
24 and receive the data, the user must create (register) an endpoint in the
32 The endpoint is an entity the user must use to send and receive data between
33 two domains (connected by the instance). An endpoint is always associated to an
41 parameters for an instance. Currently, each backend defines its own
53 To send data between domains or CPUs, an endpoint must be registered onto
54 an instance.
60 Before registering an endpoint, the instance must be opened using the
171 * The run-time registration of an endpoint in an instance.
175 * The run-time deregistration of an endpoint from the instance.
176 * The run-time closing of an instance.