Home | Sort by relevance Sort by last modified time |
/external/perfetto/test/ | |
test_helper.h | 62 std::function<void()> on_connect_callback_; member in class:perfetto::TestHelper |
/frameworks/native/libs/vr/libpdx/ | |
client_tests.cpp | 122 if (on_connect_callback_) 123 on_connect_callback_(channel.get()); 128 on_connect_callback_ = callback; 135 std::function<void(MockClientChannel*)> on_connect_callback_; member in class:__anon46424::ClientChannelFactoryTest |