OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothTaskManagerWin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.cc
35
device::
BluetoothTaskManagerWin
::AdapterState* state) {
59
device::
BluetoothTaskManagerWin
::DeviceState* state) {
79
const int
BluetoothTaskManagerWin
::kPollIntervalMs = 500;
81
BluetoothTaskManagerWin
::
BluetoothTaskManagerWin
(
87
BluetoothTaskManagerWin
::~
BluetoothTaskManagerWin
() {
90
void
BluetoothTaskManagerWin
::AddObserver(Observer* observer) {
96
void
BluetoothTaskManagerWin
::RemoveObserver(Observer* observer) {
102
void
BluetoothTaskManagerWin
::Initialize()
[
all
...]
bluetooth_task_manager_win.h
34
class
BluetoothTaskManagerWin
35
: public base::RefCountedThreadSafe<
BluetoothTaskManagerWin
> {
70
explicit
BluetoothTaskManagerWin
(
89
friend class base::RefCountedThreadSafe<
BluetoothTaskManagerWin
>;
94
virtual ~
BluetoothTaskManagerWin
();
152
DISALLOW_COPY_AND_ASSIGN(
BluetoothTaskManagerWin
);
Completed in 36 milliseconds