Searched refs:VBoxDisplayService (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxDisplay.h3 * VBoxDisplayService, Haiku Guest Additions, header.
53 class VBoxDisplayService : public BHandler class in inherits:BHandler
56 VBoxDisplayService();
57 virtual ~VBoxDisplayService();
H A DVBoxDisplay.cpp3 * VBoxDisplayService, Haiku Guest Additions, implementation.
74 VBoxDisplayService::VBoxDisplayService() function in class:VBoxDisplayService
75 : BHandler("VBoxDisplayService"),
84 VBoxDisplayService::~VBoxDisplayService()
89 void VBoxDisplayService::Start()
92 err = fServiceThreadID = spawn_thread(_ServiceThreadNub, "VBoxDisplayService", B_NORMAL_PRIORITY, this);
96 LogRel(("VBoxDisplayService: Error starting service thread: %s\n", strerror(err)));
100 void VBoxDisplayService
[all...]
H A DVBoxGuestDeskbarView.h92 VBoxDisplayService *fDisplayService;
H A DVBoxGuestDeskbarView.cpp270 fDisplayService = new VBoxDisplayService();

Completed in 52 milliseconds