HomeSort by relevance Sort by last modified time
    Searched refs:WaitForPropertyCreation (Results 1 - 4 of 4) sorted by null

  /system/core/base/include/android-base/
properties.h 71 bool WaitForPropertyCreation(const std::string& key, std::chrono::milliseconds relative_timeout =
  /system/core/base/
properties.cpp 130 static const prop_info* WaitForPropertyCreation(const std::string& key,
149 const prop_info* pi = WaitForPropertyCreation(key, relative_timeout, start_time);
168 bool WaitForPropertyCreation(const std::string& key,
171 return (WaitForPropertyCreation(key, relative_timeout, start_time) != nullptr);
properties_test.cpp 186 TEST(properties, WaitForPropertyCreation) {
192 ASSERT_TRUE(android::base::WaitForPropertyCreation(
199 ASSERT_FALSE(android::base::WaitForPropertyCreation(
  /frameworks/native/vulkan/libvulkan/
driver.cpp 828 android::base::WaitForPropertyCreation(timestamp_property);
    [all...]

Completed in 284 milliseconds