Home
last modified time | relevance | path

Searched defs:max_size_bytes (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/webrtc/api/
H A Drtc_event_log_output_file.cc34 size_t max_size_bytes) in RtcEventLogOutputFile()
41 RtcEventLogOutputFile::RtcEventLogOutputFile(FILE* file, size_t max_size_bytes) in RtcEventLogOutputFile()
45 size_t max_size_bytes) in RtcEventLogOutputFile()
H A Dpeer_connection_interface.h1573 virtual bool StartAecDump(FILE* file, int64_t max_size_bytes) { in StartAecDump()
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/
H A Dinline_var_len_entry_queue.h80 #define PW_VARIABLE_LENGTH_ENTRY_QUEUE_DECLARE(variable, max_size_bytes) \ argument
228 #define _PW_VAR_QUEUE_DATA_SIZE_UINT32(max_size_bytes) \ argument
231 #define _PW_VAR_QUEUE_DATA_SIZE_BYTES(max_size_bytes) \ argument
443 size_type max_size_bytes() const { in max_size_bytes() function
479 constexpr BasicInlineVarLenEntryQueue(uint32_t max_size_bytes) in BasicInlineVarLenEntryQueue()
/aosp_15_r20/external/pigweed/pw_containers/pw_containers_private/
H A Dinline_var_len_entry_queue_test_oracle.h31 InlineVarLenEntryQueueTestOracle(uint32_t max_size_bytes) in InlineVarLenEntryQueueTestOracle()
76 uint32_t max_size_bytes() const { return max_size_bytes_; } in max_size_bytes() function
/aosp_15_r20/external/federated-compute/fcp/client/opstats/
H A Dpds_backed_opstats_db.cc170 const int64_t max_size_bytes, in PruneOldDataUntilBelowSizeLimit()
209 int64_t max_size_bytes) { in Create()
H A Dpds_backed_opstats_db.h68 LogManager& log_manager, int64_t max_size_bytes, in PdsBackedOpStatsDb()
H A Dpds_backed_opstats_db_test.cc464 int64_t max_size_bytes = 30; in TEST_F() local
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/android/
H A Dion_metric.proto27 optional double max_size_bytes = 4; field
H A Dfastrpc_metric.proto27 optional double max_size_bytes = 4; field
H A Ddma_heap_metric.proto32 optional double max_size_bytes = 3; field
/aosp_15_r20/external/pigweed/pw_multisink/
H A Dutil.cc41 size_t max_size_bytes) { in UnsafeDumpMultiSinkLogsFromEnd()
H A Dmultisink.cc231 const Function<void(ConstByteSpan)>& callback, size_t max_size_bytes) { in UnsafeForEachEntryFromEnd()
/aosp_15_r20/external/webrtc/net/dcsctp/rx/
H A Dreassembly_queue.cc54 size_t max_size_bytes, in ReassemblyQueue()
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_factory.cc186 bool PeerConnectionFactory::StartAecDump(FILE* file, int64_t max_size_bytes) { in StartAecDump()
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DPeerConnection.java1205 public boolean startRtcEventLog(int file_descriptor, int max_size_bytes) { in startRtcEventLog()
1334 private native boolean nativeStartRtcEventLog(int file_descriptor, int max_size_bytes); in nativeStartRtcEventLog()
/aosp_15_r20/bionic/libc/malloc_debug/
H A DPointerData.cpp145 static size_t max_size_bytes = g_debug->config().backtrace_max_size_bytes(); in ShouldBacktraceAllocSize() local
/aosp_15_r20/external/webrtc/media/base/
H A Dfake_media_engine.cc484 int64_t max_size_bytes) { in StartAecDump()
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/
H A Dperfetto_merged_metrics.proto997 optional double max_size_bytes = 3; field
1046 optional double max_size_bytes = 4; field
1424 optional double max_size_bytes = 4; field
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dpeer_connection.cc886 int max_size_bytes) { in JNI_PeerConnection_StartRtcEventLog()
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_voice_engine.cc602 int64_t max_size_bytes) { in StartAecDump()
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc1465 int max_size_bytes) { in ProcessDebugDump()