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.cc262 ASSERT_EQ(std::filesystem::file_size(temp_snoop_log_), sizeof(SnoopLoggerCommon::FileHeaderType)); in TEST_F()
303 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kInformationRe… in TEST_F()
323 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kInformationRe… in TEST_F()
350 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kSdpConnection… in TEST_F()
377 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kAvdtpSuspend.… in TEST_F()
404 sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + 14); in TEST_F()
432 sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + 14); in TEST_F()
495 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kInformationRe… in TEST_F()
519 sizeof(SnoopLoggerCommon::FileHeaderType) + in TEST_F()
523 …sizeof(SnoopLoggerCommon::FileHeaderType) + sizeof(SnoopLogger::PacketHeaderType) + kInformationRe… in TEST_F()
[all …]
Dsnoop_logger_socket_thread_test.cc168 sls.Write(&SnoopLoggerCommon::kBtSnoopFileHeader, sizeof(SnoopLoggerCommon::FileHeaderType)); in TEST_F()
197 char recv_buf1[sizeof(SnoopLoggerCommon::FileHeaderType)]; in TEST_F()
234 char recv_buf[sizeof(SnoopLoggerCommon::FileHeaderType)]; in TEST_F()
238 return recv(socket_fd, recv_buf, sizeof(SnoopLoggerCommon::FileHeaderType), 0); in TEST_F()
246 ASSERT_EQ(bytes_read, static_cast<int>(sizeof(SnoopLoggerCommon::FileHeaderType))); in TEST_F()
274 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.cc191 sizeof(SnoopLoggerCommon::FileHeaderType)); in InitializeClientSocket()
Dsnoop_logger.cc570 sizeof(SnoopLoggerCommon::FileHeaderType))) { in OpenNextSnoopLogFile()
1304 sizeof(SnoopLoggerCommon::FileHeaderType))) { in DumpSnoozLogToFile()