Home
last modified time | relevance | path

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

/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc72 void BluetoothAdapter::Enable(MethodCall* method_call, in Enable() argument
76 response_sender.Run(Response::FromMethodCall(method_call)); in Enable()
79 void BluetoothAdapter::Disable(MethodCall* method_call, in Disable() argument
83 response_sender.Run(Response::FromMethodCall(method_call)); in Disable()
87 MethodCall* method_call, ExportedObject::ResponseSender response_sender) { in Introspect() argument
94 method_call, "Can't read XML bindings from disk.", "")); in Introspect()
96 std::unique_ptr<Response> response(Response::FromMethodCall(method_call)); in Introspect()
Dbluetooth_adapter.h41 void Enable(MethodCall* method_call,
44 void Disable(MethodCall* method_call,
47 void Introspect(MethodCall* method_call,
/system/tools/aidl/
Dgenerate_cpp.cpp375 const string& method_call = ParcelReadMethodOf(method.GetType(), typenames); in DefineClientTransaction() local
378 new MethodCall(StringPrintf("%s.%s", kReplyVarName, method_call.c_str()), in DefineClientTransaction()