You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add low level Parcel primitives to support the Dart protocol version 2
generator under packages/tizen_rpc_port.
Implement the dataSize, reserve, and reader getter/setter properties
in the Parcel class using Dart FFI to map them to the native C APIs:
- rpc_port_parcel_get_reader
- rpc_port_parcel_set_reader
- rpc_port_parcel_get_data_size
- rpc_port_parcel_set_data_size
- rpc_port_parcel_reserve
Co-Authored-By: Gemini CLI <gemini-cli@google.com>
Signed-off-by: jh9216.park <jh9216.park@samsung.com>
0 commit comments