Home
last modified time | relevance | path

Searched defs:LocalService (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
Dfake_layer.h33 struct LocalService { struct
34 std::unique_ptr<Service> service;
35 ReadHandler read_handler;
36 WriteHandler write_handler;
37 ClientConfigCallback ccc_callback;
38 std::vector<Update> updates;
/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc67 LocalService::LocalService(const ServiceOptions& options, in LocalService() function in xla::LocalService