Home
last modified time | relevance | path

Searched refs:Channel (Results 1 – 17 of 17) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/
Dcalibrations.py22 from acts.controllers.monsoon_lib.sampling.enums import Channel
35 Channel.values,
86 Channel.values,
92 if key[0] == Channel.AUX and key[1] == Origin.ZERO:
122 if channel == Channel.MAIN:
124 elif channel == Channel.USB:
126 elif channel == Channel.AUX:
Dtransformers.py35 from acts.controllers.monsoon_lib.sampling.enums import Channel
410 data.get(Channel.MAIN, Origin.REFERENCE, Granularity.COARSE)
411 data.get(Channel.MAIN, Origin.ZERO, Granularity.COARSE)
434 for channel in Channel.values:
463 main_voltage_index = HvpmMeasurement.get_index(Channel.MAIN,
465 usb_voltage_index = HvpmMeasurement.get_index(Channel.USB,
/tools/netsim/src/backend/
Dpacket_streamer_client.cc44 std::shared_ptr<grpc::Channel> packet_stream_channel;
47 std::shared_ptr<grpc::Channel> CreateGrpcChannel() { in CreateGrpcChannel()
68 bool GrpcChannelReady(const std::shared_ptr<grpc::Channel> &channel) { in GrpcChannelReady()
106 std::shared_ptr<grpc::Channel> GetChannel(NetsimdOptions options) { in GetChannel()
131 std::shared_ptr<grpc::Channel> CreateChannel(NetsimdOptions options) { in CreateChannel()
135 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel()
Dpacket_streamer_client.h59 std::shared_ptr<grpc::Channel> CreateChannel(NetsimdOptions);
62 std::shared_ptr<grpc::Channel> CreateChannel(
Dgrpc_client.cc55 std::shared_ptr<grpc::Channel> channel_;
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/
Dcalibrations.py25 from acts.controllers.monsoon_lib.sampling.enums import Channel
44 Channel.values,
74 for channel in Channel.values:
87 pairs = itertools.product(Channel.values, Granularity.values)
Dstock_transformers.py33 from acts.controllers.monsoon_lib.sampling.enums import Channel
343 data.get(Channel.MAIN, Origin.REFERENCE, Granularity.COARSE)
344 data.get(Channel.MAIN, Origin.ZERO, Granularity.COARSE)
358 for channel in Channel.values:
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DTesting.kt4 import kotlinx.coroutines.channels.Channel
112 val warningChannel = Channel<String>(Channel.UNLIMITED) in <lambda>()
113 val resultChannel = Channel<TestResult>(Channel.UNLIMITED) in <lambda>()
/tools/tradefederation/core/common_util/com/android/tradefed/cache/remote/
DByteStreamDownloader.java34 import io.grpc.Channel;
46 private final Channel mChannel;
52 Channel channel, in ByteStreamDownloader()
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dcalibration_test.py24 from acts.controllers.monsoon_lib.sampling.enums import Channel
29 C = Channel.MAIN
32 C2 = Channel.USB
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/
Denums.py63 class Channel: class
/tools/netsim/src/frontend/
Dfrontend_client_stub.cc40 std::shared_ptr<grpc::Channel> channel = in NewFrontendClient()
Dfrontend_client.cc47 std::shared_ptr<grpc::Channel> channel = in NewFrontendStub()
/tools/netsim/rust/proto/src/
Dpacket_streamer_grpc.rs34 pub fn new(channel: ::grpcio::Channel) -> Self { in new()
Dfrontend_grpc.rs122 pub fn new(channel: ::grpcio::Channel) -> Self { in new()
/tools/netsim/proto/netsim/
Dhci_packet.proto46 // Isochronous Channel, a data transmissions that are time-sensitive
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/
Dnetsim_client.py18 _Channel = grpc.Channel