Lines Matching refs:android
41 class IBluetooth : public android::IInterface {
49 IS_ENABLED_TRANSACTION = android::IBinder::FIRST_CALL_TRANSACTION,
131 static android::sp<IBluetooth> getClientInterface();
147 const android::sp<IBluetoothCallback>& callback) = 0;
149 const android::sp<IBluetoothCallback>& callback) = 0;
153 virtual android::sp<IBluetoothLowEnergy> GetLowEnergyInterface() = 0;
154 virtual android::sp<IBluetoothGattClient> GetGattClientInterface() = 0;
155 virtual android::sp<IBluetoothGattServer> GetGattServerInterface() = 0;
163 class BnBluetooth : public android::BnInterface<IBluetooth> {
169 virtual android::status_t onTransact(
171 const android::Parcel& data,
172 android::Parcel* reply,
179 class BpBluetooth : public android::BpInterface<IBluetooth> {
181 explicit BpBluetooth(const android::sp<android::IBinder>& impl);
197 const android::sp<IBluetoothCallback>& callback) override;
199 const android::sp<IBluetoothCallback>& callback) override;
203 android::sp<IBluetoothLowEnergy> GetLowEnergyInterface() override;
204 android::sp<IBluetoothGattClient> GetGattClientInterface() override;
205 android::sp<IBluetoothGattServer> GetGattServerInterface() override;