OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsServiceExpired
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/vr/libpdx/
service_tests.cpp
190
EXPECT_FALSE(message.
IsServiceExpired
());
212
EXPECT_FALSE(message.
IsServiceExpired
());
343
EXPECT_FALSE(message.
IsServiceExpired
());
345
EXPECT_TRUE(message.
IsServiceExpired
());
/frameworks/native/libs/vr/libpdx/private/pdx/
service.h
328
bool
IsServiceExpired
() const { return service_.expired(); }
Completed in 83 milliseconds