Searched refs:HandleEvent (Results 51 - 75 of 84) sorted by last modified time

1234

/haiku/src/servers/power/
H A Dpower_monitor.h20 virtual void HandleEvent(int fd) = 0;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.h51 virtual void HandleEvent(const media_timed_event* event,
H A DVideoProducer.h52 virtual void HandleEvent(const media_timed_event* event,
/haiku/src/tests/kits/app/bapplication/testapps/
H A DAppQuitTestApp3.cpp11 virtual void HandleEvent(CommonTestApp *app) function in class:Quitter
H A DAppQuitTestApp4.cpp11 virtual void HandleEvent(CommonTestApp *app) function in class:Quitter
/haiku/src/tests/kits/app/common/
H A DCommonTestApp.cpp163 fEventHandler->HandleEvent(this);
H A DCommonTestApp.h17 virtual void HandleEvent(CommonTestApp *app) = 0;
/haiku/src/tests/kits/media/nodetest/
H A DConsumerNode.h52 virtual void HandleEvent(const media_timed_event* event,
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.h31 void HandleEvent(struct hci_event_header* event);
/haiku/src/kits/media/
H A DSoundPlayNode.h102 virtual void HandleEvent(const media_timed_event* event,
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h205 virtual void HandleEvent(
421 protected: // HandleEvent() impl.
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.h99 virtual void HandleEvent(const media_timed_event* event,
/haiku/src/apps/tv/
H A DVideoNode.h59 void HandleEvent(const media_timed_event *event,
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerVolume.cpp168 // HandleEvent
170 ServerVolume::HandleEvent(VolumeEvent* event) function in class:ServerVolume
H A DServerVolume.h32 virtual void HandleEvent(VolumeEvent* event);
H A DVolume.h46 virtual void HandleEvent(VolumeEvent* event);
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.cpp517 void AbstractFileInterfaceNode::HandleEvent( function in class:AbstractFileInterfaceNode
599 HandleEvent(&firstBufferEvent, 0, false);
H A DAbstractFileInterfaceNode.h210 /* you should not call HandleEvent directly */
211 virtual void HandleEvent( const media_timed_event *event,
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.h271 /* you should not call HandleEvent directly */
272 virtual void HandleEvent( const media_timed_event *event,
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.h111 virtual void HandleEvent(const media_timed_event* event,
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.h232 /* you should not call HandleEvent directly */
233 virtual void HandleEvent( const media_timed_event *event,
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.h51 virtual void HandleEvent(const media_timed_event *event,
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.h52 virtual void HandleEvent(const media_timed_event *event,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp558 CRadeonProducer::HandleEvent(const media_timed_event *event, function in class:CRadeonProducer
561 //DPRINT(("CRadeonProducer::HandleEvent()\n"));
583 PRINTF(-1, ("HandleEvent: Unhandled event -- %lx\n", event->type));
590 //DPRINT(("CRadeonProducer::HandleEvent() done\n"));
H A DRadeonProducer.h59 virtual void HandleEvent(const media_timed_event *event,

Completed in 130 milliseconds

1234