Searched defs:Transact (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
H A D | subprocess.go | 32 Transact(cmd string, expectedResults int, args ...[]byte) ([][]byte, error) methodSpec 252 func (m *Subprocess) Transact(cmd string, expectedNumResults int, args ...[]byte) ([][]byte, error)… func
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
H A D | subprocess.go | 32 Transact(cmd string, expectedResults int, args ...[]byte) ([][]byte, error) methodSpec 251 func (m *Subprocess) Transact(cmd string, expectedNumResults int, args ...[]byte) ([][]byte, error)… func
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/ |
H A D | fuzzer_utils.h | 74 absl::Status Transact(BinderTransportTxCode /*tx_code*/) override { in Transact() function
|
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/ |
H A D | parcel_fuzzer.rs | 44 Transact { code: u32, flag: u32, data: &'a [u8] }, enumerator
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/ |
H A D | fake_binder.cc | 116 absl::Status FakeBinder::Transact(BinderTransportTxCode tx_code) { in Transact() function in grpc_binder::end2end_testing::FakeBinder
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/ |
H A D | binder_android.cc | 203 absl::Status BinderAndroid::Transact(BinderTransportTxCode tx_code) { in Transact() function in grpc_binder::BinderAndroid
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/wire_format/ |
D | binder_android.cc | 203 absl::Status BinderAndroid::Transact(BinderTransportTxCode tx_code) { in Transact() function in grpc_binder::BinderAndroid
|