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

/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.h20 class BluetoothDeviceView : public BView class in inherits:BView
23 BluetoothDeviceView(BluetoothDevice* bDevice,
25 ~BluetoothDeviceView();
H A DBluetoothDeviceView.cpp5 #include "BluetoothDeviceView.h"
24 BluetoothDeviceView::BluetoothDeviceView(BluetoothDevice* bDevice, uint32 flags) function in class:BluetoothDeviceView
26 BView("BluetoothDeviceView", flags | B_WILL_DRAW),
88 BluetoothDeviceView::~BluetoothDeviceView()
94 BluetoothDeviceView::SetBluetoothDevice(BluetoothDevice* bDevice)
155 BluetoothDeviceView::SetTarget(BHandler* target)
161 BluetoothDeviceView::MessageReceived(BMessage* message)
175 BluetoothDeviceView
[all...]
H A DExtendedLocalDeviceView.h16 #include "BluetoothDeviceView.h"
43 BluetoothDeviceView* fDeviceView;
H A DExtendedLocalDeviceView.cpp34 fDeviceView = new BluetoothDeviceView(bDevice);

Completed in 36 milliseconds