Searched defs:weave (Results 1 - 3 of 3) sorted by relevance

/system/weaved/common/
H A Dbinder_utils.h27 namespace weave { namespace
30 } // namespace weave
35 // Converts the result of weave API call into a binder Status object.
39 android::binder::Status ToStatus(bool success, weave::ErrorPtr* error);
/system/weaved/buffet/
H A Dbinder_weave_service.h25 #include "android/weave/IWeaveClient.h"
26 #include "android/weave/BnWeaveService.h"
28 namespace weave { namespace
35 // An implementation of android::weave::IWeaveService binder.
36 // This object is a proxy for weave::Device. A new instance of weave service is
40 class BinderWeaveService final : public android::weave::BnWeaveService {
42 BinderWeaveService(weave::Device* device,
43 android::sp<android::weave::IWeaveClient> client);
47 // Binder methods for android::weave
[all...]
/system/weaved/libweaved/
H A Dcommand.h28 namespace weave { namespace in namespace:android
30 } // namespace weave
140 explicit Command(const android::sp<android::weave::IWeaveCommand>& proxy);
144 android::sp<android::weave::IWeaveCommand> binder_proxy_;
150 } // namespace weave

Completed in 45 milliseconds