OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothObserver
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/system/bluetooth/
bluetooth_observer.h
10
class
BluetoothObserver
{
12
virtual ~
BluetoothObserver
() {}
tray_bluetooth.h
20
public
BluetoothObserver
{
35
// Overridden from
BluetoothObserver
.
/external/chromium_org/ash/system/tray/
system_tray_notifier.h
47
void AddBluetoothObserver(
BluetoothObserver
* observer);
48
void RemoveBluetoothObserver(
BluetoothObserver
* observer);
132
ObserverList<
BluetoothObserver
> bluetooth_observers_;
system_tray_notifier.cc
32
void SystemTrayNotifier::AddBluetoothObserver(
BluetoothObserver
* observer) {
36
void SystemTrayNotifier::RemoveBluetoothObserver(
BluetoothObserver
* observer) {
181
FOR_EACH_OBSERVER(
BluetoothObserver
,
187
FOR_EACH_OBSERVER(
BluetoothObserver
,
Completed in 127 milliseconds