Home
last modified time | relevance | path

Searched defs:WriteEvents (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/
Dissue29198.go23 func (f *FooServer) WriteEvents(ctx context.Context, x int) error { func
/aosp_15_r20/device/google/cuttlefish/host/libs/input_connector/
Dserver_input_connection.cpp66 Result<void> ServerInputConnection::WriteEvents(const void* data, size_t len) { in WriteEvents() function in cuttlefish::__anonc97eed7f0111::ServerInputConnection
Dinput_devices.h69 Result<void> WriteEvents(const EventBuffer& buffer) { in WriteEvents() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DConsole.h37 bool WriteEvents(const INPUT_RECORD *events, DWORD numEvents, DWORD &numEventsWritten) in WriteEvents() function