MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / get_size

Method get_size

kernel/cellos/src/sys_uart.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28struct av_init_cmd : public ps3av_cmd {
29 u16 get_size(vuart_av_thread & /*vuart*/, const void * /*pkt_buf*/) override {
30 return sizeof(ps3av_pkt_av_init);
31 }
32
33 void execute(vuart_av_thread &vuart, const void *pkt_buf) override {
34 const auto pkt = static_cast<const ps3av_pkt_av_init *>(pkt_buf);

Callers 3

notifyMethod · 0.45
parse_tx_bufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected