Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/aosp_15_r20/frameworks/base/media/java/android/media/midi/
H A DMidiPortImpl.java97 public static int getPacketType(byte[] buffer, int bufferLength) { in getPacketType()
105 public static int getDataOffset(byte[] buffer, int bufferLength) { in getDataOffset()
114 public static int getDataSize(byte[] buffer, int bufferLength) { in getDataSize()
123 public static long getPacketTimestamp(byte[] buffer, int bufferLength) { in getPacketTimestamp()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dunames.cpp215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 char *buffer, uint16_t bufferLength) { in expandName()
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName()
569 char *buffer, uint16_t bufferLength) { in expandGroupName()
579 char *buffer, uint16_t bufferLength) { in getName()
778 char *buffer, uint16_t bufferLength) { in writeFactorSuffix()
853 char *buffer, uint16_t bufferLength) { in getAlgName()
1451 char *buffer, int32_t bufferLength, in u_charName()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dunames.cpp215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 char *buffer, uint16_t bufferLength) { in expandName()
448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName()
569 char *buffer, uint16_t bufferLength) { in expandGroupName()
579 char *buffer, uint16_t bufferLength) { in getName()
778 char *buffer, uint16_t bufferLength) { in writeFactorSuffix()
853 char *buffer, uint16_t bufferLength) { in getAlgName()
1451 char *buffer, int32_t bufferLength, in u_charName()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DPipedInputStreamTest.java390 int bufferLength = mpis.bufferLength(); in test_Constructor_LPipedOutputStream_I() local
415 int bufferLength = mpis.bufferLength(); in test_Constructor_I() local
444 public int bufferLength() { in bufferLength() method in PipedInputStreamTest.MockPipedInputStream
/aosp_15_r20/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DTransport.java66 private int bufferLength = ServiceConnection.DEFAULT_BUFFER_SIZE; field in Transport
86 public Transport(String url, int timeout, int bufferLength) { in Transport()
114 public Transport(Proxy proxy, String url, int timeout, int bufferLength) { in Transport()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp574 void TextureBufferOperations::fillBufferWithData(glw::GLint *buffer, glw::GLuint bufferLength) in fillBufferWithData()
1053 …erOperationsViaFrambufferReadBack::fillBufferWithData(glw::GLint *buffer, glw::GLuint bufferLength) in fillBufferWithData()
1436 …tureBufferOperationsViaImageStore::fillBufferWithData(glw::GLint *buffer, glw::GLuint bufferLength) in fillBufferWithData()
1560 …tureBufferOperationsViaSSBOWrites::fillBufferWithData(glw::GLint *buffer, glw::GLuint bufferLength) in fillBufferWithData()
/aosp_15_r20/external/python/cpython3/PC/
Dlauncher2.c189 join(wchar_t *buffer, size_t bufferLength, const wchar_t *fragment) in join()
524 findArgv0Length(const wchar_t *buffer, int bufferLength) in findArgv0Length()
554 findArgv0End(const wchar_t *buffer, int bufferLength) in findArgv0End()
706 _decodeShebang(SearchInfo *search, const char *buffer, int bufferLength, bool onlyUtf8, wchar_t **d… in _decodeShebang()
735 _shebangStartsWith(const wchar_t *buffer, int bufferLength, const wchar_t *prefix, const wchar_t **… in _shebangStartsWith()
839 _readIni(const wchar_t *section, const wchar_t *settingName, wchar_t *buffer, int bufferLength) in _readIni()
2322 …andLine(const SearchInfo *search, const EnvironmentInfo *launch, wchar_t *buffer, int bufferLength) in calculateCommandLine()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_avrcp_audio_track_test.cc41 size_t bufferLength; member
81 constexpr size_t bufferLength = 100; in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_avrcp_audio_track.cc44 size_t bufferLength; member
255 int BtifAvrcpAudioTrackWriteData(void* handle, void* audioBuffer, int bufferLength) { in BtifAvrcpAudioTrackWriteData()
/aosp_15_r20/cts/tests/camera/libctscamera2jni/
H A Ddynamic-depth-validate-jni.cpp29 jsize bufferLength = env->GetArrayLength(dynamicDepthBuffer); in Java_android_hardware_camera2_cts_ImageReaderTest_validateDynamicDepthNative() local
/aosp_15_r20/external/pdfium/core/fxcodec/jpx/
H A Djpx_decode_utils.cpp29 OPJ_SIZE_T bufferLength = srcData->src_size - srcData->offset; in opj_read_from_memory() local
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/
H A Dicd_windows_apppackage.c62 UINT32 numPackages = 0, bufferLength = 0; in khrIcdOsVendorsEnumerateAppPackage() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java119 int bufferLength = in.readInt(); in ContextHubMessage() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteBufferWriter.java130 private static boolean needToReallocate(int requestedSize, int bufferLength) { in needToReallocate()
H A DMessageSchema.java798 final int bufferLength = buffer.length; in equals() local
952 final int bufferLength = buffer.length; in hashCode() local
2604 final int bufferLength = buffer.length; in writeFieldsInAscendingOrderProto2() local
2978 final int bufferLength = buffer.length; in writeFieldsInAscendingOrderProto3() local
5502 final int bufferLength = buffer.length; in makeImmutable() local
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteBufferWriter.java130 private static boolean needToReallocate(int requestedSize, int bufferLength) { in needToReallocate()
H A DMessageSchema.java798 final int bufferLength = buffer.length; in equals() local
952 final int bufferLength = buffer.length; in hashCode() local
2604 final int bufferLength = buffer.length; in writeFieldsInAscendingOrderProto2() local
2978 final int bufferLength = buffer.length; in writeFieldsInAscendingOrderProto3() local
5502 final int bufferLength = buffer.length; in makeImmutable() local
/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c265 TNC_UInt32 bufferLength, in TNC_TNCS_GetAttribute()
279 TNC_UInt32 bufferLength, in TNC_TNCS_SetAttribute()
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DCharSequenceInputStreamTest.java136 final int bufferLength = random.nextInt(64); in testBufferedRead() local
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_pt_win32.c1623 ULONG bufferLength = 0; in nvme_identify() local
1714 ULONG bufferLength = 0; in nvme_get_features() local
1793 ULONG bufferLength = 0; in nvme_get_log_page() local
1877 ULONG bufferLength = 0; in nvme_real_pt() local
/aosp_15_r20/external/jackson-databind/attic/
H A DContainerBuilder.java55 public int bufferLength() { in bufferLength() method in ContainerBuilder
/aosp_15_r20/external/lzma/CPP/Windows/
H A DSecurityUtils.h71 DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength) in AdjustPrivileges()
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpUtils.cpp91 void formatDateTime(time_t seconds, char* buffer, int bufferLength) { in formatDateTime()
/aosp_15_r20/external/llvm-libc/src/time/
H A Dtime_utils.h107 size_t bufferLength) { in asctime()
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dton_corr.h137 INT bufferLength; /*!< Length of the r and i buffers. */ member

12345678910>>...15