Home
last modified time | relevance | path

Searched defs:Configuration (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_interface.h45 struct Configuration { struct
50 Configuration& operator=(const Configuration&) = delete; argument
54 bool audio = false;
55 bool receiver_only = false;
58 Clock* clock = nullptr;
60 ReceiveStatisticsProvider* receive_statistics = nullptr;
64 Transport* outgoing_transport = nullptr;
67 RtcpIntraFrameObserver* intra_frame_callback = nullptr;
70 RtcpLossNotificationObserver* rtcp_loss_notification_observer = nullptr;
74 RtcpBandwidthObserver* bandwidth_callback = nullptr;
[all …]
H A Drtcp_sender.h48 struct Configuration { struct
56 bool audio = false;
59 uint32_t local_media_ssrc = 0;
61 Clock* clock = nullptr;
64 Transport* outgoing_transport = nullptr;
67 bool non_sender_rtt_measurement = false;
78 std::function<void(TimeDelta)> schedule_next_rtcp_send_evaluation_function;
80 RtcEventLog* event_log = nullptr;
81 absl::optional<TimeDelta> rtcp_report_interval;
82 ReceiveStatisticsProvider* receive_statistics = nullptr;
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Da2dp_offload_manager.h33 struct Configuration { struct
55 void StartA2dpOffload(const Configuration& config, argument
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h53 struct Configuration { struct
54 struct GetVar {
64 struct PartitionInfo {
78 struct PackedInfoTest {
92 struct PackedInfo {
98 struct CommandTest {
129 bool ParseXml(const std::string& file, Configuration* config); argument
/aosp_15_r20/external/swiftshader/src/System/
H A DSwiftConfig.hpp25 struct Configuration struct
27 enum class AffinityPolicy : int
38 uint32_t threadCount = 0;
41 uint64_t affinityMask = 0xFFFFFFFFFFFFFFFFu;
42 AffinityPolicy affinityPolicy = AffinityPolicy::AnyOf;
46 bool enableSpirvProfiling = false;
48 uint64_t spvProfilingReportPeriodMs = 1000;
50 std::string spvProfilingReportDir = "";
/aosp_15_r20/hardware/interfaces/audio/aidl/default/include/core-impl/
H A DModule.h36 struct Configuration { struct
52 return createInstance(type, std::make_unique<Configuration>()); in createInstance() argument
/aosp_15_r20/system/chre/test/simulation/
H A Dsensor_test.cc42 struct Configuration { in TEST_F() struct
43 uint32_t sensorHandle; in TEST_F()
44 uint64_t interval; in TEST_F()
45 enum chreSensorConfigureMode mode; in TEST_F()
109 struct Configuration { in TEST_F() struct
110 uint32_t sensorHandle; in TEST_F()
111 uint64_t interval; in TEST_F()
112 enum chreSensorConfigureMode mode; in TEST_F()
/aosp_15_r20/external/openscreen/cast/standalone_receiver/
H A Dcast_service.h44 struct Configuration { struct
64 explicit CastService(Configuration config); argument
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dsender_session.h95 struct Configuration { struct
99 IPAddress remote_address;
102 Client* const client;
106 Environment* environment;
132 explicit SenderSession(Configuration config); argument
/aosp_15_r20/external/skia/bazel/exporter/build_proto/analysis_v2/
H A Danalysis_v2.pb.go48Configuration []*Configuration `protobuf:"bytes,5,rep,name=configuration,proto3" json:"conf… member
687 type Configuration struct { struct
688 state protoimpl.MessageState
689 sizeCache protoimpl.SizeCache
690 unknownFields protoimpl.UnknownFields
694 Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
696 Mnemonic string `protobuf:"bytes,2,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
698 …`protobuf:"bytes,3,opt,name=platform_name,json=platformName,proto3" json:"platform_name,omitempty"`
700 Checksum string `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"`
702 IsTool bool `protobuf:"varint,5,opt,name=is_tool,json=isTool,proto3" json:"is_tool,omitempty"`
[all …]
/aosp_15_r20/prebuilts/bazel/common/proto/analysis_v2/
Danalysis_v2.pb.go48Configuration []*Configuration `protobuf:"bytes,5,rep,name=configuration,proto3" json:"conf… member
707 type Configuration struct { struct
708 state protoimpl.MessageState
709 sizeCache protoimpl.SizeCache
710 unknownFields protoimpl.UnknownFields
714 Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
716 Mnemonic string `protobuf:"bytes,2,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
718 …`protobuf:"bytes,3,opt,name=platform_name,json=platformName,proto3" json:"platform_name,omitempty"`
720 Checksum string `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"`
722 IsTool bool `protobuf:"varint,5,opt,name=is_tool,json=isTool,proto3" json:"is_tool,omitempty"`
[all …]
/aosp_15_r20/external/libchrome/mojo/core/embedder/
H A Dconfiguration.h19 struct Configuration { struct
23 bool is_broker_process = false;
32 bool force_direct_shared_memory_allocation = false;
35 size_t max_mapping_table_size = 1000000;
38 size_t max_message_num_bytes = 256 * 1024 * 1024;
41 size_t max_shared_memory_num_bytes = 1024 * 1024 * 1024;
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/gcp/
H A Dobservability_logging_sink.h65 struct Configuration { struct
69 struct ParsedMethod {
93 std::vector<Configuration> client_configs_; argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/gcp/
Dobservability_logging_sink.h67 struct Configuration { struct
71 struct ParsedMethod {
95 std::vector<Configuration> client_configs_; argument
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cIncompleteTextureAccessTests.hpp116 static const struct Configuration struct in gl4cts::IncompleteTextureAccess::SamplerTest
118 glw::GLenum texture_target;
119 const glw::GLchar *sampler_template;
120 const glw::GLchar *fetch_template;
121 glw::GLfloat expected_result[4];
122 bool is_shadow;
/aosp_15_r20/external/aws-sdk-java-v2/docs/
H A DLaunchChangelog.md209 ### 1.3.1. Client HTTP Configuration
231 ### 1.3.2. Client HTTP Proxy Configuration
248 ### 1.3.3. Client Override Configuration
268 ### 1.3.4. Client Override Retry Configuration
280 ### 1.3.5. Async Configuration
290 ### 1.3.6. Other Options
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-macros/src/
Dentry.rs70 struct Configuration { struct
81 impl Configuration { argument
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dnanomessage.h185 struct Configuration : public Event { struct
186 uint64_t latency;
187 uint32_t rate;
188 uint8_t sensor_type;
189 uint8_t command;
190 uint16_t flags;
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dstr_matcher.rs385 struct Configuration { struct
386 mode: MatchMode,
387 ignore_leading_whitespace: bool,
388 ignore_trailing_whitespace: bool,
389 case_policy: CasePolicy,
390 times: Option<Box<dyn Matcher<ActualT = usize>>>,
417 impl Configuration { implementation
578 impl Default for Configuration { implementation
/aosp_15_r20/external/ltp/testcases/network/
H A DREADME.md29 ### FTP and telnet setup
47 ### HTTP setup
50 ### NFS setup
58 ### TI-RPC / Sun RPC setup
/aosp_15_r20/frameworks/av/media/audio/aconfig/
H A DREADME.md8 ### Namespaces
28 ### Naming convention
63 ### Visibility
69 ### Packaging preference
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/share/doc/clippy/
H A DREADME.md156 ## Configuration section in Clippy
158 ### Allowing/denying lints
207 ### Configure the behavior of some lints
238 ### Specifying the minimum supported Rust version
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/share/doc/clippy/
H A DREADME.md156 ## Configuration section in Clippy
158 ### Allowing/denying lints
207 ### Configure the behavior of some lints
238 ### Specifying the minimum supported Rust version
/aosp_15_r20/prebuilts/rust/darwin-x86/1.81.0/share/doc/clippy/
H A DREADME.md156 ## Configuration section in Clippy
158 ### Allowing/denying lints
207 ### Configure the behavior of some lints
238 ### Specifying the minimum supported Rust version
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/share/doc/clippy/
H A DREADME.md156 ## Configuration section in Clippy
158 ### Allowing/denying lints
207 ### Configure the behavior of some lints
238 ### Specifying the minimum supported Rust version

12345678910>>...27