HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothGattManagerClient (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_manager_client.h 17 // BluetoothGattManagerClient is used to communicate with the GATT Service
19 class CHROMEOS_EXPORT BluetoothGattManagerClient : public DBusClient {
27 virtual ~BluetoothGattManagerClient();
58 static BluetoothGattManagerClient* Create();
64 BluetoothGattManagerClient();
67 DISALLOW_COPY_AND_ASSIGN(BluetoothGattManagerClient);
bluetooth_gatt_manager_client.cc 16 const char BluetoothGattManagerClient::kNoResponseError[] =
19 // The BluetoothGattManagerClient implementation used in production.
20 class BluetoothGattManagerClientImpl : public BluetoothGattManagerClient {
30 // BluetoothGattManagerClient override.
59 // BluetoothGattManagerClient override.
125 BluetoothGattManagerClient::BluetoothGattManagerClient() {
128 BluetoothGattManagerClient::~BluetoothGattManagerClient() {
132 BluetoothGattManagerClient* BluetoothGattManagerClient::Create()
    [all...]
dbus_thread_manager.h 34 class BluetoothGattManagerClient;
135 virtual BluetoothGattManagerClient* GetBluetoothGattManagerClient() = 0;
fake_bluetooth_gatt_manager_client.h 27 : public BluetoothGattManagerClient {
35 // BluetoothGattManagerClient overrides.
fake_dbus_thread_manager.h 49 scoped_ptr<BluetoothGattManagerClient> client);
94 virtual BluetoothGattManagerClient* GetBluetoothGattManagerClient() OVERRIDE;
138 scoped_ptr<BluetoothGattManagerClient> bluetooth_gatt_manager_client_;
fake_dbus_thread_manager.cc 72 SetBluetoothGattManagerClient(scoped_ptr<BluetoothGattManagerClient>(
169 scoped_ptr<BluetoothGattManagerClient> client) {
358 BluetoothGattManagerClient*
dbus_thread_manager.cc 76 bluetooth_gatt_manager_client_.reset(BluetoothGattManagerClient::Create());
127 BluetoothGattManagerClient* bluetooth_gatt_manager_client() {
222 scoped_ptr<BluetoothGattManagerClient> bluetooth_gatt_manager_client_;
333 virtual BluetoothGattManagerClient* GetBluetoothGattManagerClient() OVERRIDE {

Completed in 545 milliseconds