OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothAdapterWin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_adapter_win.cc
27
return
BluetoothAdapterWin
::CreateAdapter(init_callback);
31
base::WeakPtr<BluetoothAdapter>
BluetoothAdapterWin
::CreateAdapter(
33
BluetoothAdapterWin
* adapter = new
BluetoothAdapterWin
(init_callback);
38
BluetoothAdapterWin
::
BluetoothAdapterWin
(const InitCallback& init_callback)
48
BluetoothAdapterWin
::~
BluetoothAdapterWin
() {
55
void
BluetoothAdapterWin
::AddObserver(BluetoothAdapter::Observer* observer) {
60
void
BluetoothAdapterWin
::RemoveObserver(BluetoothAdapter::Observer* observer)
[
all
...]
bluetooth_adapter_win.h
31
class
BluetoothAdapterWin
: public BluetoothAdapter,
104
explicit
BluetoothAdapterWin
(const InitCallback& init_callback);
105
virtual ~
BluetoothAdapterWin
();
147
base::WeakPtrFactory<
BluetoothAdapterWin
> weak_ptr_factory_;
149
DISALLOW_COPY_AND_ASSIGN(
BluetoothAdapterWin
);
Completed in 112 milliseconds