OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothDeviceClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc
19
const char
BluetoothDeviceClient
::kNoResponseError[] =
21
const char
BluetoothDeviceClient
::kUnknownDeviceError[] =
24
BluetoothDeviceClient
::Properties::Properties(
46
BluetoothDeviceClient
::Properties::~Properties() {
50
// The
BluetoothDeviceClient
implementation used in production.
52
: public
BluetoothDeviceClient
,
62
//
BluetoothDeviceClient
override.
63
virtual void AddObserver(
BluetoothDeviceClient
::Observer* observer)
69
//
BluetoothDeviceClient
override.
70
virtual void RemoveObserver(
BluetoothDeviceClient
::Observer* observer
[
all
...]
bluetooth_device_client.h
21
//
BluetoothDeviceClient
is used to communicate with objects representing
23
class CHROMEOS_EXPORT
BluetoothDeviceClient
: public DBusClient {
107
virtual ~
BluetoothDeviceClient
();
173
static
BluetoothDeviceClient
* Create();
180
BluetoothDeviceClient
();
183
DISALLOW_COPY_AND_ASSIGN(
BluetoothDeviceClient
);
Completed in 105 milliseconds