/external/v4l2_codec2/components/include/v4l2_codec2/components/ |
D | V4L2Decoder.h | 47 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/ |
D | method.cc | 34 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/ |
D | method.h | 249 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/ |
D | default_health_check_service.cc | 203 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()
|
D | default_health_check_service.h | 215 static bool DecodeRequest(const ByteBuffer& request,
|
/external/pigweed/pw_rpc/raw/ |
D | codegen_test.cc | 68 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/ |
D | V4L2Decoder.cpp | 212 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/ |
D | method.h | 408 bool DecodeRequest(const CallContext& context,
|
/external/crosvm/src/crosvm/plugin/ |
D | mod.rs | 105 DecodeRequest(ProtobufError), enumerator
|
D | process.rs | 569 .map_err(CommError::DecodeRequest)?; in handle_socket()
|