Home
last modified time | relevance | path

Searched refs:ending (Results 1 – 8 of 8) 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.cpp114 static bool ends_with(const string& str, const string& ending) { in ends_with() argument
115 if (str.length() >= ending.length()) { in ends_with()
116 return str.compare(str.length()-ending.length(), ending.length(), ending) == 0; in ends_with()
/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/base/proto/src/
Dwifi.proto2304 // New connection request is issued before ending previous connecting request.
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t111 * the same; for odd number of padding, padding to the ending is bigger
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto5476 // SUBTYPE: 0 is starting time, 1 is ending time
/frameworks/base/cmds/statsd/src/
Datoms.proto3714 /* Time between hysteresis and active mitigation ending, in seconds. */