Searched refs:sendBuffer (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | Character stream dumper.cs | 528 this.sendBuffer(ref buffer, 0, bytesToBuffer); in BufferOrDiscardDKInput() 556 this.sendBuffer(ref this.dk_input_buffer, 0, this.dk_input_count); in FlushDKBuffer() 569 protected void sendBuffer(ref byte[] byteBuffer, int start, int size) in sendBuffer() method in Nintendo.SDSG.KeyboardInputProcessorBase 640 this.sendBuffer(ref buffer, 0, this.bytes_read); in input_thread_proc() 654 this.sendBuffer(ref buffer, 0, this.bytes_read); in input_thread_proc() 848 this.sendBuffer(ref byteBuffer, 0, byteBuffer.Length); in input_thread_proc()
|