Home
last modified time | relevance | path

Searched refs:FileHeaderType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_test.cc253 ASSERT_EQ(std::filesystem::file_size(temp_snoop_log_), sizeof(SnoopLoggerCommon::FileHeaderType)); in TEST_F()
294 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kInformationRe… in TEST_F()
314 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kInformationRe… in TEST_F()
341 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kSdpConnection… in TEST_F()
368 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kAvdtpSuspend.… in TEST_F()
395 sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + 14); in TEST_F()
423 sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + 14); in TEST_F()
486 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kInformationRe… in TEST_F()
510 sizeof(SnoopLoggerCommon::FileHeaderType) + in TEST_F()
514 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kInformationRe… in TEST_F()
[all …]
Dsnoop_logger_socket_thread_test.cc156 sls.Write(&SnoopLoggerCommon::kBtSnoopFileHeader, sizeof(SnoopLoggerCommon::FileHeaderType)); in TEST_F()
185 char recv_buf1[sizeof(SnoopLoggerCommon::FileHeaderType)]; in TEST_F()
222 char recv_buf[sizeof(SnoopLoggerCommon::FileHeaderType)]; in TEST_F()
226 return recv(socket_fd, recv_buf, sizeof(SnoopLoggerCommon::FileHeaderType), 0); in TEST_F()
234 ASSERT_EQ(bytes_read, static_cast<int>(sizeof(SnoopLoggerCommon::FileHeaderType))); in TEST_F()
262 char recv_buf1[sizeof(SnoopLoggerCommon::FileHeaderType)]; in TEST_F()
Dsnoop_logger_common.h34 struct FileHeaderType { struct
40 static constexpr FileHeaderType kBtSnoopFileHeader = { argument
Dsnoop_logger_socket.cc188 sizeof(SnoopLoggerCommon::FileHeaderType)); in InitializeClientSocket()
Dsnoop_logger.cc565 sizeof(SnoopLoggerCommon::FileHeaderType))) { in OpenNextSnoopLogFile()
1304 sizeof(SnoopLoggerCommon::FileHeaderType))) { in DumpSnoozLogToFile()