Searched refs:FlushResponse (Results 1 – 10 of 10) sorted by relevance
66 FlushResponse { flush_done: bool }, enumerator104 bindings::vea_event_type_VEA_FLUSH_RESPONSE => Ok(FlushResponse { in new()
91 FlushResponse(Response), enumerator135 Ok(FlushResponse(Response::new(data.result))) in new()
55 // session to commit their data into the trace buffer. The FlushResponse is57 // - After the data has been committed (in which case FlushResponse succeeds)60 // FlushResponse is rejected and fails).61 rpc Flush(FlushRequest) returns (FlushResponse) {}210 message FlushResponse {} message
414 FlushResponse { flush_done } => EncoderEvent::FlushResponse { flush_done }, in read_event()
179 .queue_event(EncoderEvent::FlushResponse { flush_done: false }) in try_receive_packet()191 .queue_event(EncoderEvent::FlushResponse { flush_done: true }) in try_receive_packet()
40 FlushResponse { enumerator
1605 EncoderEvent::FlushResponse { flush_done } => stream.flush_response(flush_done), in process_event()
232 ipc::Deferred<protos::gen::FlushResponse> async_response; in Flush()234 [callback](ipc::AsyncResult<protos::gen::FlushResponse> response) { in Flush()
129 LibvdaEvent::FlushResponse(resp) => { in from()
279 response.Resolve(ipc::AsyncResult<protos::gen::FlushResponse>::Create()); in OnFlushCallback()