Searched refs:Channel (Results 1 – 17 of 17) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/ |
D | calibrations.py | 22 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:
|
D | transformers.py | 35 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/ |
D | packet_streamer_client.cc | 44 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()
|
D | packet_streamer_client.h | 59 std::shared_ptr<grpc::Channel> CreateChannel(NetsimdOptions); 62 std::shared_ptr<grpc::Channel> CreateChannel(
|
D | grpc_client.cc | 55 std::shared_ptr<grpc::Channel> channel_;
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/ |
D | calibrations.py | 25 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)
|
D | stock_transformers.py | 33 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/ |
D | Testing.kt | 4 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/ |
D | ByteStreamDownloader.java | 34 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/ |
D | calibration_test.py | 24 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/ |
D | enums.py | 63 class Channel: class
|
/tools/netsim/src/frontend/ |
D | frontend_client_stub.cc | 40 std::shared_ptr<grpc::Channel> channel = in NewFrontendClient()
|
D | frontend_client.cc | 47 std::shared_ptr<grpc::Channel> channel = in NewFrontendStub()
|
/tools/netsim/rust/proto/src/ |
D | packet_streamer_grpc.rs | 34 pub fn new(channel: ::grpcio::Channel) -> Self { in new()
|
D | frontend_grpc.rs | 122 pub fn new(channel: ::grpcio::Channel) -> Self { in new()
|
/tools/netsim/proto/netsim/ |
D | hci_packet.proto | 46 // Isochronous Channel, a data transmissions that are time-sensitive
|
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/ |
D | netsim_client.py | 18 _Channel = grpc.Channel
|