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

  /system/bt/service/
bluetooth_instance.h 40 virtual int GetInstanceId() const = 0;
gatt_client.h 39 int GetInstanceId() const override;
gatt_client.cpp 46 int GattClient::GetInstanceId() const {
low_energy_client.h 140 int GetInstanceId() const override;
gatt_server.h 122 int GetInstanceId() const override;
low_energy_client.cpp 561 int LowEnergyClient::GetInstanceId() const {
gatt_server.cpp 72 int GattServer::GetInstanceId() const {
  /system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.cpp 72 VLOG(1) << __func__ << " client ID: " << instance->GetInstanceId()
80 instance->GetInstanceId() : kInvalidInstanceId);
bluetooth_low_energy_binder_server.cpp 225 int client_id = client->GetInstanceId();
226 auto cb = GetLECallback(client->GetInstanceId());
241 int client_id = client->GetInstanceId();
257 int client_id = client->GetInstanceId();
258 auto cb = GetLECallback(client->GetInstanceId());
294 instance->GetInstanceId() : kInvalidInstanceId);
bluetooth_gatt_server_binder_server.cpp 242 auto gatt_cb = GetGattServerCallback(gatt_server->GetInstanceId());
260 auto gatt_cb = GetGattServerCallback(gatt_server->GetInstanceId());
287 VLOG(1) << __func__ << " instance ID: " << instance->GetInstanceId()
298 instance->GetInstanceId() : kInvalidInstanceId);
310 auto gatt_cb = GetGattServerCallback(gatt_server->GetInstanceId());
330 auto gatt_cb = GetGattServerCallback(gatt_server->GetInstanceId());
348 auto gatt_cb = GetGattServerCallback(gatt_server->GetInstanceId());
interface_with_instances_base.cpp 130 int instance_id = instance->GetInstanceId();
  /system/bt/service/test/
low_energy_client_unittest.cpp 264 le_client_->GetInstanceId(), BT_STATUS_SUCCESS);
266 le_client_->GetInstanceId(), BT_STATUS_SUCCESS);
278 le_client_->GetInstanceId(), BT_STATUS_SUCCESS);
280 le_client_->GetInstanceId(), BT_STATUS_SUCCESS);
283 le_client_->GetInstanceId(), BT_STATUS_SUCCESS);
355 EXPECT_EQ(client_if0, client->GetInstanceId());
423 le_client_->GetInstanceId(), BT_STATUS_FAIL);
452 le_client_->GetInstanceId(), BT_STATUS_SUCCESS);
470 le_client_->GetInstanceId(), BT_STATUS_SUCCESS);
478 le_client_->GetInstanceId(), BT_STATUS_FAIL)
    [all...]
gatt_client_unittest.cpp 153 EXPECT_EQ(client_id0, client->GetInstanceId());
gatt_server_unittest.cpp 361 EXPECT_EQ(server_if0, server->GetInstanceId());
412 EXPECT_CALL(*mock_handler_, AddService(gatt_server_->GetInstanceId(), _, 1))
487 EXPECT_CALL(*mock_handler_, AddService(gatt_server_->GetInstanceId(), _, 1))
505 EXPECT_CALL(*mock_handler_, StartService(gatt_server_->GetInstanceId(), 1, _))
527 DeleteService(gatt_server_->GetInstanceId(), srvc_handle))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsddisco.h 102 STDMETHOD_(HRESULT *,GetInstanceId)(THIS_ ULONGLONG *pullInstanceId) PURE;
120 #define IWSDiscoveredService_GetInstanceId(This,pullInstanceId) (This)->lpVtbl->GetInstanceId(This,pullInstanceId)

Completed in 367 milliseconds