OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_boottime_nsec
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/wifilogd/
protocol.h
64
uint64_t
src_boottime_nsec
; // For latency measurement.
member in struct:android::wifilogd::protocol::Command
/system/connectivity/wifilogd/tests/
protocol_unittest.cpp
77
EXPECT_EQ(0U, offsetof(Command,
src_boottime_nsec
));
78
EXPECT_EQ(8U, sizeof(Command::
src_boottime_nsec
));
Completed in 282 milliseconds