OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothInputClient
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chromeos/dbus/
bluetooth_input_client.cc
21
BluetoothInputClient
::Properties::Properties(
29
BluetoothInputClient
::Properties::~Properties() {
33
// The
BluetoothInputClient
implementation used in production.
35
: public
BluetoothInputClient
,
54
//
BluetoothInputClient
override.
55
virtual void AddObserver(
BluetoothInputClient
::Observer* observer)
61
//
BluetoothInputClient
override.
62
virtual void RemoveObserver(
BluetoothInputClient
::Observer* observer)
82
//
BluetoothInputClient
override.
96
FOR_EACH_OBSERVER(
BluetoothInputClient
::Observer, observers_
[
all
...]
bluetooth_input_client.h
24
//
BluetoothInputClient
is used to communicate with objects representing
26
class CHROMEOS_EXPORT
BluetoothInputClient
{
61
virtual ~
BluetoothInputClient
();
74
static
BluetoothInputClient
* Create(DBusClientImplementationType type,
78
BluetoothInputClient
();
81
DISALLOW_COPY_AND_ASSIGN(
BluetoothInputClient
);
fake_bluetooth_input_client.h
22
: public
BluetoothInputClient
{
24
struct Properties : public
BluetoothInputClient
::Properties {
39
//
BluetoothInputClient
override
fake_bluetooth_input_client.cc
23
:
BluetoothInputClient
::Properties(
98
FOR_EACH_OBSERVER(
BluetoothInputClient
::Observer, observers_,
109
FOR_EACH_OBSERVER(
BluetoothInputClient
::Observer, observers_,
119
FOR_EACH_OBSERVER(
BluetoothInputClient
::Observer, observers_,
dbus_thread_manager.h
32
class
BluetoothInputClient
;
126
virtual
BluetoothInputClient
* GetBluetoothInputClient() = 0;
dbus_thread_manager.cc
93
BluetoothInputClient
::Create(client_type_, system_bus_.get()));
246
virtual
BluetoothInputClient
* GetBluetoothInputClient() OVERRIDE {
393
scoped_ptr<
BluetoothInputClient
> bluetooth_input_client_;
mock_dbus_thread_manager.h
58
MOCK_METHOD0(GetBluetoothInputClient,
BluetoothInputClient
*(void));
mock_dbus_thread_manager_without_gmock.cc
108
BluetoothInputClient
*
mock_dbus_thread_manager_without_gmock.h
65
virtual
BluetoothInputClient
* GetBluetoothInputClient() OVERRIDE;
/external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.h
34
private chromeos::
BluetoothInputClient
::Observer {
85
//
BluetoothInputClient
::Observer override.
bluetooth_adapter_chromeos.cc
269
BluetoothInputClient
::Properties* properties =
bluetooth_device_chromeos.cc
211
BluetoothInputClient
::Properties* input_properties =
Completed in 52 milliseconds