Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 12 of 12) sorted by relevance

/system/bt/bta/gatt/
Ddatabase.h70 struct Service { struct
75 std::vector<IncludedService> included_services; argument
79 struct IncludedService { argument
/system/libhidl/transport/
DHidlLazyUtils.cpp49 struct Service { struct in android::hardware::details::ClientCounterCallback
50 sp<IBase> service;
51 std::string name;
52 bool clients = false;
54 bool registered = true;
/system/bt/service/common/bluetooth/
Dservice.cc20 Service::Service(const Service& other) { in Service() function in bluetooth::Service
Dservice.h29 Service(uint16_t handle, bool primary, const Uuid& uuid, in Service() function
/system/bt/gd/rust/common/src/
Dlib.rs42 fn into_grpc(self) -> grpcio::Service; in into_grpc()
/system/bt/gd/rust/main/src/
Dlib.rs68 ) -> grpcio::Service { in get_grpc()
/system/bt/gd/rust/hci/src/
Dcontroller_facade.rs35 fn into_grpc(self) -> grpcio::Service { in into_grpc()
Dfacade.rs81 fn into_grpc(self) -> grpcio::Service { in into_grpc()
/system/memory/libmemunreachable/tests/
DBinder_test.cpp98 int Service() { in Service() function in android::ServiceProcess
/system/core/init/
Dservice.cpp131 Service::Service(const std::string& name, Subcontext* subcontext_for_restart_commands, in Service() function in android::init::Service
135 Service::Service(const std::string& name, unsigned flags, uid_t uid, gid_t gid, in Service() function in android::init::Service
/system/bt/gd/rust/facade/src/
Dlib.rs30 ) -> grpcio::Service { in create()
/system/bt/gd/rust/hal/src/
Dfacade.rs44 fn into_grpc(self) -> grpcio::Service { in into_grpc()