Home
last modified time | relevance | path

Searched defs:methodCall (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DMethodCodec.java26 ByteBuffer encodeMethodCall(MethodCall methodCall); in encodeMethodCall()
35 MethodCall decodeMethodCall(ByteBuffer methodCall); in decodeMethodCall()
DStandardMethodCodec.java33 public ByteBuffer encodeMethodCall(MethodCall methodCall) { in encodeMethodCall()
43 public MethodCall decodeMethodCall(ByteBuffer methodCall) { in decodeMethodCall()
DJSONMethodCodec.java30 public ByteBuffer encodeMethodCall(MethodCall methodCall) { in encodeMethodCall()
/third_party/flutter/flutter/dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/
DMainActivity.java80 …private void doSuccessHandshake(final MethodChannel channel, final MethodCall methodCall, final Me… in doSuccessHandshake()
100 …private void doErrorHandshake(final MethodChannel channel, final MethodCall methodCall, final Meth… in doErrorHandshake()
120 …private void doNotImplementedHandshake(final MethodChannel channel, final MethodCall methodCall, f… in doNotImplementedHandshake()
/third_party/flutter/flutter/dev/integration_tests/android_views/android/app/src/main/java/io/flutter/integration/androidviews/
DMainActivity.java43 public void onMethodCall(MethodCall methodCall, MethodChannel.Result result) { in onMethodCall()
69 public void synthesizeEvent(MethodCall methodCall, MethodChannel.Result result) { in synthesizeEvent()
DSimplePlatformView.java43 public void onMethodCall(MethodCall methodCall, MethodChannel.Result result) { in onMethodCall()
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/android/app/src/main/java/com/yourcompany/platforminteraction/
DMainActivity.java42 public void onMethodCall(MethodCall methodCall, MethodChannel.Result result) { in onMethodCall()
/third_party/skia/src/sksl/dsl/
DDSLVar.cpp179 std::unique_ptr<SkSL::Expression> DSLGlobalVar::methodCall(skstd::string_view methodName, in methodCall() function in SkSL::dsl::DSLGlobalVar