Home
last modified time | relevance | path

Searched defs:DecodeRequest (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/v4l2/include/v4l2_codec2/v4l2/
H A DV4L2Decoder.h61 struct DecodeRequest { struct
62 DecodeRequest(std::unique_ptr<ConstBitstreamBuffer> buffer, DecodeCB decodeCb) in DecodeRequest() argument
85 void pumpDecodeRequest(); argument
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dmethod.cc60 bool NanopbMethod::DecodeRequest(const CallContext& context, in DecodeRequest() function in pw::rpc::internal::NanopbMethod
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/
H A Dmethod.h291 Status DecodeRequest(const CallContext& context, in DecodeRequest() function
/aosp_15_r20/external/grpc-grpc/src/cpp/server/health/
H A Ddefault_health_check_service.cc202 bool DefaultHealthCheckService::HealthCheckServiceImpl::DecodeRequest( in DecodeRequest() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc202 bool DefaultHealthCheckService::HealthCheckServiceImpl::DecodeRequest( in DecodeRequest() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl
/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dmod.rs106 DecodeRequest(protobuf::Error), enumerator
/aosp_15_r20/external/pigweed/pw_rpc/raw/
H A Dcodegen_test.cc149 static bool DecodeRequest(ConstByteSpan request, in DecodeRequest() function in pw::rpc::test::TestService