HomeSort by relevance Sort by last modified time
    Searched defs:BinderCommandProxy (Results 1 - 2 of 2) sorted by null

  /system/weaved/buffet/
binder_command_proxy.h 30 class BinderCommandProxy : public android::weave::BnWeaveCommand {
32 explicit BinderCommandProxy(const std::weak_ptr<weave::Command>& command);
33 ~BinderCommandProxy() override = default;
57 DISALLOW_COPY_AND_ASSIGN(BinderCommandProxy);
binder_command_proxy.cc 38 BinderCommandProxy::BinderCommandProxy(
41 android::binder::Status BinderCommandProxy::getId(android::String16* id) {
49 android::binder::Status BinderCommandProxy::getName(android::String16* name) {
57 android::binder::Status BinderCommandProxy::getComponent(
66 android::binder::Status BinderCommandProxy::getState(android::String16* state) {
74 android::binder::Status BinderCommandProxy::getOrigin(
83 android::binder::Status BinderCommandProxy::getParameters(
92 android::binder::Status BinderCommandProxy::getProgress(
101 android::binder::Status BinderCommandProxy::getResults
    [all...]

Completed in 2182 milliseconds