Searched refs:Controller (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/apps/mediaplayer/
H A DController.cpp2 * Controller.cpp - Media Player for the Haiku Operating System
12 #include "Controller.h"
44 #define B_TRANSLATION_CONTEXT "MediaPlayer-Controller"
86 // #pragma mark - Controller::Listener
89 Controller::Listener::Listener() {}
90 Controller::Listener::~Listener() {}
91 void Controller::Listener::FileFinished() {}
92 void Controller::Listener::FileChanged(PlaylistItem* item, status_t result) {}
93 void Controller::Listener::VideoTrackChanged(int32) {}
94 void Controller
113 Controller::Controller() function in class:Controller
[all...]
H A DControllerView.h2 * Controller.cpp - Media Player for the Haiku Operating System
17 class Controller;
24 ControllerView(BRect frame, Controller* controller,
48 Controller* fController;
H A DInfoWin.h18 class Controller;
36 Controller* controller);
59 Controller* fController;
H A DControllerObserver.h13 #include "Controller.h"
47 : public Controller::Listener, public AbstractLOAdapter {
53 // Controller::Listener interface
H A DControllerView.cpp2 * Controller.cpp - Media Player for the Haiku Operating System
19 #include "Controller.h"
24 ControllerView::ControllerView(BRect frame, Controller* controller,
H A DController.h2 * Controller.h - Media Player for the Haiku Operating System
37 class Controller : public NodeManager { class in inherits:NodeManager
62 Controller();
63 virtual ~Controller();
74 // Controller
H A DMainWin.h18 #include "Controller.h"
158 Controller* fController;
H A DInfoWin.cpp32 #include "Controller.h"
166 InfoWin::InfoWin(BPoint leftTop, Controller* controller)
/haiku/src/apps/tv/
H A DController.h37 class Controller { class
39 Controller();
40 virtual ~Controller();
H A DController.cpp31 #include "Controller.h"
65 Controller::Controller() function in class:Controller
80 Controller::~Controller()
87 Controller::SetVideoView(VideoView *view)
94 Controller::SetVideoNode(VideoNode *node)
101 Controller::DisconnectInterface()
113 Controller::ConnectInterface(int i)
116 printf("Controller
[all...]
H A DMainWin.h35 #include "Controller.h"
94 Controller * fController;
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.h17 class Controller { class in class:TabContainerView
29 TabContainerView(Controller* controller);
88 Controller* fController;
H A DTabContainerView.cpp33 TabContainerView::TabContainerView(Controller* controller)
H A DTabManager.cpp361 class TabManagerController : public TabContainerView::Controller {
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.h16 class Controller;
26 Controller* controller,
74 Controller* fController;
H A DPlaylistWindow.h24 class Controller;
51 Controller* controller);
H A DPlaylistWindow.cpp79 Controller* controller)
H A DPlaylistListView.cpp24 #include "Controller.h"
227 Controller* controller, CommandStack* stack)
/haiku/headers/private/storage/
H A DRemoveEngine.h28 BController* Controller() const;
H A DCopyEngine.h38 BController* Controller() const;
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dio.cpp39 return pci->read_io_8(ice->Controller + regno);
46 return pci->read_io_16(ice->Controller + regno);
53 return pci->read_io_32(ice->Controller + regno);
60 pci->write_io_8(ice->Controller + regno, value);
67 pci->write_io_16(ice->Controller + regno, value);
74 pci->write_io_32(ice->Controller + regno, value);
H A Dice1712.h137 uint32 Controller; //PCI_10 member in struct:ice1712
H A Dice1712.cpp224 // interrupt from Controller Registers
270 ice->Controller = ice->info.u.h0.base_registers[0];
351 (*mpu401->create_device)(ice->Controller + CCS_MIDI_1_DATA,
365 (*mpu401->create_device)(ice->Controller + CCS_MIDI_2_DATA,
/haiku/src/kits/storage/
H A DRemoveEngine.cpp37 BRemoveEngine::Controller() const function in class:BPrivate::BRemoveEngine
H A DCopyEngine.cpp54 BCopyEngine::Controller() const function in class:BPrivate::BCopyEngine

Completed in 325 milliseconds

12