Searched refs:ending (Results 1 – 8 of 8) 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 | 114 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/ |
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/base/proto/src/ |
D | wifi.proto | 2304 // New connection request is issued before ending previous connecting request.
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 111 * the same; for odd number of padding, padding to the ending is bigger
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 5476 // SUBTYPE: 0 is starting time, 1 is ending time
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 3714 /* Time between hysteresis and active mitigation ending, in seconds. */
|