Home
last modified time | relevance | path

Searched refs:ending (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libnblog/include/media/nblog/
DEntry.h40 struct ending { struct
73 static const size_t kOverhead = sizeof(entry) + sizeof(ending);
75 static const ssize_t kPreviousLengthOffset = - sizeof(ending) +
76 offsetof(ending, length);
/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp117 static bool ends_with(const string& str, const string& ending) { in ends_with() argument
118 if (str.length() >= ending.length()) { in ends_with()
119 return str.compare(str.length()-ending.length(), ending.length(), ending) == 0; in ends_with()
/frameworks/av/services/mediametrics/fuzzer/
DREADME.md24 | `AnalyticsAction` | URL: `std::string` ending with .event, Value: `std::string`, action: A func…
/frameworks/proto_logging/stats/enums/appsearch/
Denums.proto55 // document(s) or not when ending the session) can be determined by other atom fields, e.g.
/frameworks/av/media/libnblog/
DEntry.cpp254 buffer[offsetof(entry, data) + sizeof(HistTsEntryWithAuthor) + offsetof(ending, length)] in copyWithAuthor()
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal183 /* Time between hysteresis and active mitigation ending, in seconds. */
/frameworks/proto_logging/stats/atoms/input/
Dinput_atoms.proto67 * The ending point is taken inside InputDispatcher, just after the input event
/frameworks/proto_logging/stats/
Datoms.proto2179 // New connection request is issued before ending previous connecting request.
4447 // Streaming ending timestamp offset to the beginning of this session
6759 /* Time between hysteresis and active mitigation ending, in seconds. */
16808 optional State state = 4; // Represents the state of an event (beginning/ending)
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto5492 // SUBTYPE: 0 is starting time, 1 is ending time