Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dmessage_buffer.h40 explicit ScopedRewinder(NONNULL MessageBuffer* buffer) : buffer_(buffer) {} in ScopedRewinder()
52 bool Append(NONNULL const uint8_t* data, uint16_t data_len);
95 void AppendRawBytes(NONNULL const void* data_start, size_t data_len);
Draw_os.h39 NONNULL struct timespec* tspec) const;
45 virtual int Nanosleep(NONNULL const struct timespec* req,
Dcommand_processor.h55 virtual bool ProcessCommand(NONNULL const void* input_buf,
63 bool CopyCommandToLog(NONNULL const void* command_buffer, size_t command_len);
Dlocal_utils.h43 #define NONNULL [[gnu::nonnull]] /* NOLINT(whitespace/braces) */ macro
46 #define NONNULL macro
76 T CopyFromBufferOrDie(NONNULL const void* buf, size_t buf_len) { in CopyFromBufferOrDie()
Dos.h86 virtual std::tuple<size_t, Errno> ReceiveDatagram(int fd, NONNULL void* buf,
96 virtual std::tuple<size_t, Errno> Write(int fd, NONNULL const void* buf,
Dbyte_buffer.h47 ByteBuffer<SizeBytes>& AppendOrDie(NONNULL const void* data, in AppendOrDie()
Dcommand_processor.cpp88 std::string GetStringFromMemoryReader(NONNULL MemoryReader* buffer_reader, in GetStringFromMemoryReader()