X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.h;h=3ad80b49150b53749bc61d0f306f972631a5a00c;hb=ecc633c51b6c69bebaff4932e90245665ca06373;hp=d1b25d2be0ee449822fb7c04b92bea76722fcd93;hpb=d968b075dd7f0a4a96175045dbf4e20b7aa32872;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; }; };