Searched refs:FlushResponse (Results 1 – 7 of 7) sorted by relevance
62 // session to commit their data into the trace buffer. The FlushResponse is64 // - After the data has been committed (in which case FlushResponse succeeds)67 // FlushResponse is rejected and fails).68 rpc Flush(FlushRequest) returns (FlushResponse) {}201 message FlushResponse {} message
359 FlushResponse { flush_done } => EncoderEvent::FlushResponse { flush_done }, in read_event()
60 FlushResponse { enumerator
1350 EncoderEvent::FlushResponse { flush_done } => stream.flush_response(flush_done), in process_event()
231 ipc::Deferred<protos::gen::FlushResponse> async_response; in Flush()233 [callback](ipc::AsyncResult<protos::gen::FlushResponse> response) { in Flush()
112 LibvdaEvent::FlushResponse(resp) => { in from()
279 response.Resolve(ipc::AsyncResult<protos::gen::FlushResponse>::Create()); in OnFlushCallback()