Home
last modified time | relevance | path

Searched defs:bufferCapacity (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DTraceBuffer.java104 public TraceBuffer(int bufferCapacity) { in TraceBuffer()
108 public TraceBuffer(int bufferCapacity, Consumer<T> protoDequeuedCallback) { in TraceBuffer()
112 public TraceBuffer(int bufferCapacity, ProtoProvider protoProvider, in TraceBuffer()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
H A DTraceBufferTest.java92 final int bufferCapacity = objectSize * 2 + 1; in test_addItemMustOverwriteOne() local
128 final int bufferCapacity = objectSize * 2; in test_addItemMustOverwriteMultiple() local
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DAnalyzerActivity.java100 int bufferCapacity = outStream.getBufferCapacityInFrames(); in getCommonTestReport() local
101 …rt.append(String.format(Locale.getDefault(), "out.buffer.capacity.frames = %d\n", bufferCapacity)); in getCommonTestReport() local
H A DStreamConfigurationView.java406 int bufferCapacity = Integer.parseInt(text); in applyToModel() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dulocbuilder.cpp114 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLocaleID()
130 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLanguageTag()
H A Duloc.cpp733 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue()
863 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue()
H A Ducnvsel.cpp284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dulocbuilder.cpp114 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLocaleID()
129 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLanguageTag()
H A Duloc.cpp709 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue()
849 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue()
H A Ducnvsel.cpp284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
H A DSharedFlow.kt284 …val bufferCapacity = if (bufferCapacity0 < 0) Int.MAX_VALUE else bufferCapacity0 // coerce to MAX_… in emit() constant
314 private val bufferCapacity: Int, constant in kotlinx.coroutines.flow.SharedFlowImpl
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DAudioTrackLatencyTest.java140 int bufferCapacity = track.getBufferCapacityInFrames(); in testSetBufferSizeOnTrack() local
458 int bufferCapacity = track.getBufferCapacityInFrames(); in testGetUnderrunCount() local
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaaudio/src/aaudio-aidl-cpp-source/gen/include/aaudio/
DStreamParameters.h39 int32_t bufferCapacity = 0; variable
/aosp_15_r20/frameworks/av/media/libaaudio/tests/
H A Dtest_recovery.cpp34 int32_t bufferCapacity; in main() local
H A Dtest_open_params.cpp49 int32_t bufferCapacity; in testOpenOptions() local
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Duniset.h302 int32_t bufferCapacity = 0; // capacity of buffer variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/
H A Duniset.h298 int32_t bufferCapacity = 0; // capacity of buffer variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/
H A Duniset.h298 int32_t bufferCapacity = 0; // capacity of buffer variable
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/
H A Duniset.h302 int32_t bufferCapacity = 0; // capacity of buffer variable
/aosp_15_r20/external/icu/icu4c/source/common/unicode/
H A Duniset.h302 int32_t bufferCapacity = 0; // capacity of buffer variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/
H A Duniset.h298 int32_t bufferCapacity = 0; // capacity of buffer variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/
H A Duniset.h298 int32_t bufferCapacity = 0; // capacity of buffer variable
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityMetrics.java156 public int bufferCapacity() { in bufferCapacity() method in IpConnectivityMetrics
/aosp_15_r20/frameworks/base/core/java/com/android/internal/protolog/
H A DLegacyProtoLogImpl.java86 public LegacyProtoLogImpl(File file, String viewerConfigFilename, int bufferCapacity, in LegacyProtoLogImpl()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dnumber_capi.cpp178 unumf_resultToString(const UFormattedNumber* uresult, char16_t* buffer, int32_t bufferCapacity, in unumf_resultToString()

12345678910>>...15