HomeSort by relevance Sort by last modified time
    Searched refs:ResetReasonEvent (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/util/nanotool/
resetreasonevent.cpp 17 #include "resetreasonevent.h"
24 /* ResetReasonEvent *************************************************************/
26 std::unique_ptr<ResetReasonEvent> ResetReasonEvent::FromBytes(
28 auto event = std::unique_ptr<ResetReasonEvent>(new ResetReasonEvent());
34 uint32_t ResetReasonEvent::GetReason() const {
resetreasonevent.h 29 class ResetReasonEvent : public ReadEventResponse {
32 * Constructs and populates a ResetReasonEvent instance. Returns nullptr if
37 static std::unique_ptr<ResetReasonEvent> FromBytes(
nanomessage.h 38 ResetReasonEvent = 0x00000403,
nanomessage.cpp 25 #include "resetreasonevent.h"
122 return ResetReasonEvent::FromBytes(buffer);
171 return (event_type == static_cast<uint32_t>(EventType::ResetReasonEvent));

Completed in 346 milliseconds