Home
last modified time | relevance | path

Searched refs:DecodeRequest (Results 1 – 10 of 10) sorted by relevance

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2Decoder.h47 struct DecodeRequest { struct
48 DecodeRequest(std::unique_ptr<ConstBitstreamBuffer> buffer, DecodeCB decodeCb) in DecodeRequest() function
50 DecodeRequest(DecodeRequest&&) = default;
51 ~DecodeRequest() = default;
86 std::queue<DecodeRequest> mDecodeRequests;
/external/pigweed/pw_rpc/nanopb/
Dmethod.cc34 if (!DecodeRequest(context, request, request_struct)) { in CallSynchronousUnary()
50 if (!DecodeRequest(context, request, request_struct)) { in CallUnaryRequest()
60 bool NanopbMethod::DecodeRequest(const CallContext& context, in DecodeRequest() function in pw::rpc::internal::NanopbMethod
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/
Dmethod.h249 if (!DecodeRequest(context, request, request_struct).ok()) { in CallSynchronousUnary()
268 if (!DecodeRequest(context, request, request_struct).ok()) { in CallUnaryRequest()
281 Status DecodeRequest(const CallContext& context, in DecodeRequest() function
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc203 bool DefaultHealthCheckService::HealthCheckServiceImpl::DecodeRequest( in DecodeRequest() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl
307 if (!service_->DecodeRequest(request_, &service_name)) { in OnCallReceived()
396 if (!service_->DecodeRequest(request_, &service_name_)) { in OnCallReceived()
Ddefault_health_check_service.h215 static bool DecodeRequest(const ByteBuffer& request,
/external/pigweed/pw_rpc/raw/
Dcodegen_test.cc68 if (!DecodeRequest(request, integer, status)) { in TestUnaryRpc()
95 ASSERT_TRUE(DecodeRequest(request, integer, status)); in TestServerStreamRpc()
149 static bool DecodeRequest(ConstByteSpan request, in DecodeRequest() function in pw::rpc::test::TestService
/external/v4l2_codec2/components/
DV4L2Decoder.cpp212 mDecodeRequests.push(DecodeRequest(std::move(buffer), std::move(decodeCb))); in decode()
228 mDecodeRequests.push(DecodeRequest(nullptr, std::move(drainCb))); in drain()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/internal/
Dmethod.h408 bool DecodeRequest(const CallContext& context,
/external/crosvm/src/crosvm/plugin/
Dmod.rs105 DecodeRequest(ProtobufError), enumerator
Dprocess.rs569 .map_err(CommError::DecodeRequest)?; in handle_socket()