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 34 MOCK_CONST_METHOD0(IsPrimary, bool());
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_service.h 255 virtual bool IsPrimary() const = 0;
bluetooth_remote_gatt_service_chromeos.h 50 virtual bool IsPrimary() const OVERRIDE;
bluetooth_remote_gatt_service_chromeos.cc 90 bool BluetoothRemoteGattServiceChromeOS::IsPrimary() const {
bluetooth_gatt_chromeos_unittest.cc 88 EXPECT_TRUE(service->IsPrimary());
105 EXPECT_TRUE(service->IsPrimary());
529 EXPECT_TRUE(service->IsPrimary());
568 EXPECT_TRUE(service->IsPrimary());
774 EXPECT_TRUE(service->IsPrimary());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.cc 41 out->is_primary = service->IsPrimary();
    [all...]

Completed in 123 milliseconds