HomeSort by relevance Sort by last modified time
    Searched defs:on_connect_callback_ (Results 1 - 2 of 2) sorted by null

  /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

Completed in 97 milliseconds