Home
last modified time | relevance | path

Searched defs:encodeMethodCall (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DMethodCodec.java26 ByteBuffer encodeMethodCall(MethodCall methodCall); in encodeMethodCall() method
DJSONMethodCodec.java30 public ByteBuffer encodeMethodCall(MethodCall methodCall) { in encodeMethodCall() method in JSONMethodCodec
DStandardMethodCodec.java33 public ByteBuffer encodeMethodCall(MethodCall methodCall) { in encodeMethodCall() method in StandardMethodCodec