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

  /system/bt/service/
bluetooth_instance.h 29 // A BluetoothInstance represents an application's handle to an instance
32 class BluetoothInstance {
34 virtual ~BluetoothInstance() = default;
45 BluetoothInstance() = default;
48 DISALLOW_COPY_AND_ASSIGN(BluetoothInstance);
53 // a BluetoothInstance with the underlying stack.
62 std::unique_ptr<BluetoothInstance> instance)>;
66 // to a BluetoothInstance whose ownership can be taken by the caller. In
gatt_client.h 33 class GattClient : public BluetoothInstance {
low_energy_advertiser.h 43 class LowEnergyAdvertiser : public BluetoothInstance {
low_energy_scanner.h 44 public BluetoothInstance {
low_energy_client.h 48 public BluetoothInstance {
gatt_server.h 39 class GattServer : public BluetoothInstance,
  /system/bt/service/ipc/binder/
interface_with_instances_base.h 72 std::shared_ptr<bluetooth::BluetoothInstance> GetInstance(int instance_id);
78 std::unique_ptr<bluetooth::BluetoothInstance> instance);
85 bluetooth::BluetoothInstance* instance) = 0;
95 // from instance_id IDs to the BluetoothInstance structures themselves.
98 std::unordered_map<int, std::shared_ptr<bluetooth::BluetoothInstance>>
interface_with_instances_base.cc 50 std::unique_ptr<bluetooth::BluetoothInstance> instance) {
93 std::shared_ptr<bluetooth::BluetoothInstance>
97 return std::shared_ptr<bluetooth::BluetoothInstance>();
103 std::unique_ptr<bluetooth::BluetoothInstance> instance) {
133 VLOG(1) << "Registered BluetoothInstance - ID: " << instance_id;
136 std::shared_ptr<bluetooth::BluetoothInstance>(instance.release());
bluetooth_gatt_client_binder_server.h 67 bluetooth::BluetoothInstance* instance) override;
bluetooth_gatt_client_binder_server.cc 77 bluetooth::BluetoothInstance* instance) {
bluetooth_le_advertiser_binder_server.h 77 bluetooth::BluetoothInstance* instance) override;
bluetooth_le_scanner_binder_server.h 79 bluetooth::BluetoothInstance* instance) override;
bluetooth_low_energy_binder_server.h 83 bluetooth::BluetoothInstance* instance) override;
bluetooth_gatt_server_binder_server.h 109 bluetooth::BluetoothInstance* instance) override;
bluetooth_le_advertiser_binder_server.cc 173 bluetooth::BluetoothInstance* instance) {
bluetooth_le_scanner_binder_server.cc 134 bluetooth::BluetoothInstance* instance) {
bluetooth_low_energy_binder_server.cc 167 bluetooth::BluetoothInstance* instance) {
bluetooth_gatt_server_binder_server.cc 225 bluetooth::BluetoothInstance* instance) {
  /system/bt/service/test/
gatt_client_unittest.cc 93 std::unique_ptr<BluetoothInstance> in_client) {
low_energy_client_unittest.cc 139 std::unique_ptr<BluetoothInstance> in_client) {
183 std::unique_ptr<BluetoothInstance> in_client) {
low_energy_scanner_unittest.cc 169 std::unique_ptr<BluetoothInstance> in_scanner) {
212 std::unique_ptr<BluetoothInstance> in_scanner) {
gatt_server_unittest.cc 216 std::unique_ptr<BluetoothInstance> in_client) {
314 std::unique_ptr<BluetoothInstance> in_server) {
low_energy_advertiser_unittest.cc 131 std::unique_ptr<BluetoothInstance> in_client) {
215 std::unique_ptr<BluetoothInstance> in_client) {

Completed in 256 milliseconds