Home
last modified time | relevance | path

Searched defs:gpr_time_from_seconds (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/
H A Dtime.cc127 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtime.cc127 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds() function
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_grpc_imports.generated.h889 #define gpr_time_from_seconds gpr_time_from_seconds_import macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs348 pub fn gpr_time_from_seconds(s: i64, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_time_from_seconds() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs394 pub fn gpr_time_from_seconds(s: i64, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_time_from_seconds() function