Home
last modified time | relevance | path

Searched refs:kBufferSize (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc43 static const size_t kBufferSize = 16; member in android::hardware::bluetooth::V1_0::implementation::AsyncFdWatcherSocketTest
84 int n = TEMP_FAILURE_RETRY(read(fd, server_buffer_, kBufferSize - 1)); in ReadIncomingMessage()
97 memset(server_buffer_, 0, kBufferSize); in SetUp()
98 memset(client_buffer_, 0, kBufferSize); in SetUp()
194 char server_buffer_[kBufferSize];
195 char client_buffer_[kBufferSize];
/hardware/interfaces/bluetooth/audio/2.0/default/
DA2dpSoftwareAudioProvider.cpp39 static constexpr uint32_t kBufferSize = kRtpFrameSize * kRtpFrameCount; variable
41 static constexpr uint32_t kDataMqSize = kBufferSize * kBufferCount;
DHearingAidAudioProvider.cpp39 static constexpr uint32_t kBufferSize = kRtpFrameSize * kRtpFrameCount; variable
41 static constexpr uint32_t kDataMqSize = kBufferSize * kBufferCount;
/hardware/google/pixel/usb/
DMonitorFfs.cpp117 char buf[kBufferSize]; in startMonitorFd()
157 int numRead = read(monitorFfs->mInotifyFd, buf, kBufferSize); in startMonitorFd()
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h49 constexpr int kBufferSize = 512; variable
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCompilationCachingTests.cpp991 constexpr size_t kBufferSize = 1000000; in copyCacheFiles() local
992 uint8_t buffer[kBufferSize]; in copyCacheFiles()
1004 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp1000 constexpr size_t kBufferSize = 1000000; in copyCacheFiles() local
1001 uint8_t buffer[kBufferSize]; in copyCacheFiles()
1013 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles()