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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_service.cc 23 ON_CALL(*this, IsPrimary()).WillByDefault(Return(is_primary));
mock_bluetooth_gatt_service.h 32 MOCK_CONST_METHOD0(IsPrimary, bool());
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_service.h 164 virtual bool IsPrimary() const = 0;
bluetooth_remote_gatt_service_chromeos.h 46 virtual bool IsPrimary() const OVERRIDE;
bluetooth_remote_gatt_service_chromeos.cc 80 bool BluetoothRemoteGattServiceChromeOS::IsPrimary() const {
bluetooth_gatt_chromeos_unittest.cc 93 EXPECT_TRUE(service->IsPrimary());
111 EXPECT_TRUE(service->IsPrimary());
505 EXPECT_TRUE(service->IsPrimary());
544 EXPECT_TRUE(service->IsPrimary());
751 EXPECT_TRUE(service->IsPrimary());
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.cc 41 out->is_primary = service->IsPrimary();
    [all...]

Completed in 3294 milliseconds