X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.h;h=3ad80b49150b53749bc61d0f306f972631a5a00c;hb=7b01619d3e08506efea013b3bd34b0148803a120;hp=d1b25d2be0ee449822fb7c04b92bea76722fcd93;hpb=880f082e02a4d031ce226e7182a1c93c6e4e9652;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.h b/src/lib/implementations/VLCommandHandler.h index d1b25d2..3ad80b4 100644 --- a/src/lib/implementations/VLCommandHandler.h +++ b/src/lib/implementations/VLCommandHandler.h @@ -58,8 +58,13 @@ namespace CEC bool SourceSwitchAllowed(void); - private: + protected: + void VendorPreActivateSourceHook(void); + void SendVendorCommandCapabilities(const cec_logical_address initiator, const cec_logical_address destination); + int HandleReportPowerStatus(const cec_command &command); + PLATFORM::CMutex m_mutex; uint64_t m_iPowerUpEventReceived; + bool m_bCapabilitiesSent; }; };