Home
last modified time | relevance | path

Searched refs:BluetoothDeviceView (Results 1 – 5 of 5) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp24 BluetoothDeviceView::BluetoothDeviceView(BluetoothDevice* bDevice, uint32 flags) in BluetoothDeviceView() function in BluetoothDeviceView
88 BluetoothDeviceView::~BluetoothDeviceView() in ~BluetoothDeviceView()
94 BluetoothDeviceView::SetBluetoothDevice(BluetoothDevice* bDevice) in SetBluetoothDevice()
155 BluetoothDeviceView::SetTarget(BHandler* target) in SetTarget()
161 BluetoothDeviceView::MessageReceived(BMessage* message) in MessageReceived()
175 BluetoothDeviceView::SetEnabled(bool value) in SetEnabled()
H A DBluetoothDeviceView.h20 class BluetoothDeviceView : public BView
23 BluetoothDeviceView(BluetoothDevice* bDevice,
25 ~BluetoothDeviceView();
H A DJamfile9 BluetoothDeviceView.cpp
24 BluetoothDeviceView.cpp
H A DExtendedLocalDeviceView.h43 BluetoothDeviceView* fDeviceView;
H A DExtendedLocalDeviceView.cpp34 fDeviceView = new BluetoothDeviceView(bDevice); in ExtendedLocalDeviceView()