Searched refs:BluetoothDeviceView (Results 1 – 5 of 5) sorted by relevance
24 BluetoothDeviceView::BluetoothDeviceView(BluetoothDevice* bDevice, uint32 flags) in BluetoothDeviceView() function in BluetoothDeviceView88 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()
20 class BluetoothDeviceView : public BView23 BluetoothDeviceView(BluetoothDevice* bDevice,25 ~BluetoothDeviceView();
9 BluetoothDeviceView.cpp24 BluetoothDeviceView.cpp
43 BluetoothDeviceView* fDeviceView;
34 fDeviceView = new BluetoothDeviceView(bDevice); in ExtendedLocalDeviceView()