Lines Matching +full:set +full:- +full:blocking
7 // http://www.apache.org/licenses/LICENSE-2.0
17 #include "render-utils/RenderChannel.h"
32 uint32_t contextId = -1);
39 // Set the event |callback| to be notified when the host changes the
45 // Set the mask of events the guest wants to be notified of from the
55 // Blocking call that waits until a buffer is ready to be sent from guest to host.
64 // Blocking call that waits until a buffer is ready to be read from host to guest.
76 // Send a buffer to the guest, this call is blocking. On success,
81 // Read data from the guest. If |blocking| is true, the call will be
82 // blocking. On success, move item into |*buffer| and return true. On
85 // if |blocking| is false).
86 IoResult readFromGuest(Buffer* buffer, bool blocking);