OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTimestampNow
(Results
1 - 5
of
5
) sorted by null
/hardware/google/av/codec2/vndk/bufferpool/
BufferPoolClient.cpp
118
BufferCache() : mCreating(false), mActive(0), mLastChangeUs(
getTimestampNow
()) {}
122
mLastChangeUs =
getTimestampNow
();
127
mLastChangeUs =
getTimestampNow
();
168
mExpireUs =
getTimestampNow
() + kCacheTtlUs;
177
mExpireUs =
getTimestampNow
() + kCacheTtlUs;
188
int64_t now =
getTimestampNow
();
243
mLastEvictCacheUs(
getTimestampNow
()) {
257
mLastEvictCacheUs(
getTimestampNow
()) {
445
*timestampUs =
getTimestampNow
();
462
int64_t now =
getTimestampNow
();
[
all
...]
BufferStatus.h
38
int64_t
getTimestampNow
();
BufferStatus.cpp
30
int64_t
getTimestampNow
() {
ClientManager.cpp
144
ClientCache() : mConnecting(false), mLastCleanUpUs(
getTimestampNow
()) {}
164
int64_t timeoutUs =
getTimestampNow
() + kRegisterTimeoutUs;
214
} while (
getTimestampNow
() < timeoutUs);
377
int64_t now =
getTimestampNow
();
AccessorImpl.cpp
233
: mTimestampUs(
getTimestampNow
()),
372
mTimestampUs =
getTimestampNow
();
Completed in 261 milliseconds