Lines Matching refs:cpp
42 common/bluetooth/adapter_state.cpp \
43 common/bluetooth/advertise_data.cpp \
44 common/bluetooth/advertise_settings.cpp \
45 common/bluetooth/gatt_identifier.cpp \
46 common/bluetooth/scan_filter.cpp \
47 common/bluetooth/scan_result.cpp \
48 common/bluetooth/scan_settings.cpp \
49 common/bluetooth/util/address_helper.cpp \
50 common/bluetooth/util/atomic_string.cpp \
51 common/bluetooth/uuid.cpp
54 common/bluetooth/binder/IBluetooth.cpp \
55 common/bluetooth/binder/IBluetoothCallback.cpp \
56 common/bluetooth/binder/IBluetoothGattClient.cpp \
57 common/bluetooth/binder/IBluetoothGattClientCallback.cpp \
58 common/bluetooth/binder/IBluetoothGattServer.cpp \
59 common/bluetooth/binder/IBluetoothGattServerCallback.cpp \
60 common/bluetooth/binder/IBluetoothLowEnergy.cpp \
61 common/bluetooth/binder/IBluetoothLowEnergyCallback.cpp \
62 common/bluetooth/binder/parcel_helpers.cpp
65 adapter.cpp \
66 daemon.cpp \
67 gatt_client.cpp \
68 gatt_server.cpp \
69 gatt_server_old.cpp \
70 hal/gatt_helpers.cpp \
71 hal/bluetooth_gatt_interface.cpp \
72 hal/bluetooth_interface.cpp \
73 ipc/ipc_handler.cpp \
74 ipc/ipc_manager.cpp \
75 logging_helpers.cpp \
76 low_energy_client.cpp \
77 settings.cpp
80 ipc/ipc_handler_linux.cpp \
81 ipc/linux_ipc_host.cpp
84 ipc/binder/bluetooth_binder_server.cpp \
85 ipc/binder/bluetooth_gatt_client_binder_server.cpp \
86 ipc/binder/bluetooth_gatt_server_binder_server.cpp \
87 ipc/binder/bluetooth_low_energy_binder_server.cpp \
88 ipc/binder/interface_with_instances_base.cpp \
89 ipc/binder/ipc_handler_binder.cpp \
102 hal/fake_bluetooth_gatt_interface.cpp \
103 hal/fake_bluetooth_interface.cpp \
104 test/adapter_unittest.cpp \
105 test/advertise_data_unittest.cpp \
106 test/fake_hal_util.cpp \
107 test/gatt_client_unittest.cpp \
108 test/gatt_identifier_unittest.cpp \
109 test/gatt_server_unittest.cpp \
110 test/low_energy_client_unittest.cpp \
111 test/settings_unittest.cpp \
112 test/util_unittest.cpp \
113 test/uuid_unittest.cpp
123 main.cpp
151 test/main.cpp \
152 test/stub_ipc_handler_binder.cpp
156 test/ipc_linux_unittest.cpp
160 test/stub_ipc_handler_linux.cpp
184 test/main.cpp \
185 test/parcel_helpers_unittest.cpp
222 LOCAL_SRC_FILES := client/main.cpp
243 example/heart_rate/heart_rate_server.cpp \
244 example/heart_rate/server_main.cpp