Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/
H A Dtime.cc119 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtime.cc119 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros() function
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_grpc_imports.generated.h880 #define gpr_time_from_micros gpr_time_from_micros_import macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs339 pub fn gpr_time_from_micros(us: i64, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_time_from_micros() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs385 pub fn gpr_time_from_micros(us: i64, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_time_from_micros() function