HomeSort by relevance Sort by last modified time
    Searched defs:RpcLogRecord (Results 1 - 2 of 2) sorted by null

  /system/chre/apps/wifi_offload/
rpc_log_record.cc 21 RpcLogRecord::RpcLogRecord()
24 bool RpcLogRecord::operator==(const RpcLogRecord &other) const {
32 flatbuffers::Offset<RpcLogRecord::FbsType> RpcLogRecord::Serialize(
38 bool RpcLogRecord::Deserialize(const RpcLogRecord::FbsType &fbs_record) {
50 LOGE("Failed to deserialize RpcLogRecord. Invalid record type %" PRIu8,
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
rpc_log_record.h 26 class RpcLogRecord {
59 using FbsType = fbs::RpcLogRecord;
61 RpcLogRecord();
62 ~RpcLogRecord() = default;
64 bool operator==(const RpcLogRecord &other) const;
66 flatbuffers::Offset<RpcLogRecord::FbsType> Serialize(
69 bool Deserialize(const RpcLogRecord::FbsType &fbs_record);

Completed in 197 milliseconds