Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for Actor::Protocol, including all inherited members.
containerInEvent | Actor::Protocol | protected |
containerOutEvent | Actor::Protocol | protected |
criticalSection | Actor::Protocol | protected |
DeferIn(bool value) | Actor::Protocol | inline |
DeferOut(bool value) | Actor::Protocol | inline |
freeMessageQueue | Actor::Protocol | protected |
GetMessage() | Actor::Protocol | |
inDefered | Actor::Protocol | protected |
inMessages | Actor::Protocol | protected |
Lock() | Actor::Protocol | inline |
outDefered | Actor::Protocol | protected |
outMessages | Actor::Protocol | protected |
portName | Actor::Protocol | |
Protocol(std::string name, CEvent *inEvent, CEvent *outEvent) | Actor::Protocol | inline |
Protocol(std::string name) | Actor::Protocol | inline |
Purge() | Actor::Protocol | |
PurgeIn(int signal) | Actor::Protocol | |
PurgeOut(int signal) | Actor::Protocol | |
ReceiveInMessage(Message **msg) | Actor::Protocol | |
ReceiveOutMessage(Message **msg) | Actor::Protocol | |
ReturnMessage(Message *msg) | Actor::Protocol | |
SendInMessage(int signal, const void *data=nullptr, size_t size=0, Message *outMsg=nullptr) | Actor::Protocol | |
SendInMessage(int signal, CPayloadWrapBase *payload, Message *outMsg=nullptr) | Actor::Protocol | |
SendOutMessage(int signal, const void *data=nullptr, size_t size=0, Message *outMsg=nullptr) | Actor::Protocol | |
SendOutMessage(int signal, CPayloadWrapBase *payload, Message *outMsg=nullptr) | Actor::Protocol | |
SendOutMessageSync(int signal, Message **retMsg, std::chrono::milliseconds timeout, const void *data=nullptr, size_t size=0) | Actor::Protocol | |
SendOutMessageSync(int signal, Message **retMsg, std::chrono::milliseconds timeout, CPayloadWrapBase *payload) | Actor::Protocol | |
Unlock() | Actor::Protocol | inline |
~Protocol() | Actor::Protocol |