Home
last modified time | relevance | path

Searched refs:method_call (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/service/ipc/dbus/
H A Dbluetooth_adapter.cc86 void BluetoothAdapter::Enable(MethodCall* method_call, in Enable() argument
90 RunResponse(Response::FromMethodCall(method_call), response_sender); in Enable()
93 void BluetoothAdapter::Disable(MethodCall* method_call, in Disable() argument
97 RunResponse(Response::FromMethodCall(method_call), response_sender); in Disable()
101 MethodCall* method_call, ExportedObject::ResponseSender response_sender) { in Introspect() argument
108 method_call, "Can't read XML bindings from disk.", ""), in Introspect()
112 std::unique_ptr<Response> response(Response::FromMethodCall(method_call)); in Introspect()
H A Dbluetooth_adapter.h41 void Enable(MethodCall* method_call,
44 void Disable(MethodCall* method_call,
47 void Introspect(MethodCall* method_call,
/aosp12/frameworks/base/core/proto/android/view/inputmethod/
H A Dinputconnection.proto41 oneof method_call {
/aosp12/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
H A Dlib.rs456 let future: dbus::nonblock::MethodReply<()> = proxy.method_call( in dbus_proxy_obj()
/aosp12/system/tools/aidl/
H A Dgenerate_cpp.cpp364 const string& method_call = ParcelReadMethodOf(method.GetType(), typenames); in DefineClientTransaction() local
367 new MethodCall(StringPrintf("%s.%s", kReplyVarName, method_call.c_str()), in DefineClientTransaction()