Searched defs:methodCall (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/ |
D | MethodCodec.java | 26 ByteBuffer encodeMethodCall(MethodCall methodCall); in encodeMethodCall() 35 MethodCall decodeMethodCall(ByteBuffer methodCall); in decodeMethodCall()
|
D | StandardMethodCodec.java | 33 public ByteBuffer encodeMethodCall(MethodCall methodCall) { in encodeMethodCall() 43 public MethodCall decodeMethodCall(ByteBuffer methodCall) { in decodeMethodCall()
|
D | JSONMethodCodec.java | 30 public ByteBuffer encodeMethodCall(MethodCall methodCall) { in encodeMethodCall()
|
/third_party/flutter/flutter/dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/ |
D | MainActivity.java | 80 …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/ |
D | MainActivity.java | 43 public void onMethodCall(MethodCall methodCall, MethodChannel.Result result) { in onMethodCall() 69 public void synthesizeEvent(MethodCall methodCall, MethodChannel.Result result) { in synthesizeEvent()
|
D | SimplePlatformView.java | 43 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/ |
D | MainActivity.java | 42 public void onMethodCall(MethodCall methodCall, MethodChannel.Result result) { in onMethodCall()
|
/third_party/skia/src/sksl/dsl/ |
D | DSLVar.cpp | 179 std::unique_ptr<SkSL::Expression> DSLGlobalVar::methodCall(skstd::string_view methodName, in methodCall() function in SkSL::dsl::DSLGlobalVar
|