Searched refs:ending (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libnblog/include/media/nblog/ |
D | Entry.h | 40 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/ |
D | WorkDirectory.cpp | 117 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/ |
D | README.md | 24 | `AnalyticsAction` | URL: `std::string` ending with .event, Value: `std::string`, action: A func…
|
/frameworks/proto_logging/stats/enums/appsearch/ |
D | enums.proto | 55 // document(s) or not when ending the session) can be determined by other atom fields, e.g.
|
/frameworks/av/media/libnblog/ |
D | Entry.cpp | 254 buffer[offsetof(entry, data) + sizeof(HistTsEntryWithAuthor) + offsetof(ending, length)] in copyWithAuthor()
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 183 /* Time between hysteresis and active mitigation ending, in seconds. */
|
/frameworks/proto_logging/stats/atoms/input/ |
D | input_atoms.proto | 67 * The ending point is taken inside InputDispatcher, just after the input event
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2179 // 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/ |
D | metrics_constants.proto | 5492 // SUBTYPE: 0 is starting time, 1 is ending time
|