Searched defs:method_call (Results 1 – 3 of 3) sorted by relevance
101 dbus::MethodCall method_call(mmc::kMmcServiceInterface, mmc::kCodecInitMethod); in init() local175 dbus::MethodCall method_call(mmc::kMmcServiceInterface, mmc::kCodecCleanUpMethod); in cleanup() local
160 void Service::CodecInit(dbus::MethodCall* method_call, in CodecInit()260 void Service::CodecCleanUp(dbus::MethodCall* method_call, in CodecCleanUp()
244 let method_call = match mixin_name { in generate_dbus_exporter() localVariable