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

  /external/perfetto/include/perfetto/base/
task_runner.h 36 // AddFileDescriptorWatch(), are executed on the same sequence (either on the
61 virtual void AddFileDescriptorWatch(int fd, std::function<void()>) = 0;
android_task_runner.h 58 void AddFileDescriptorWatch(int fd, std::function<void()>) override;
unix_task_runner.h 53 void AddFileDescriptorWatch(int fd, std::function<void()>) override;
  /external/perfetto/src/base/
task_runner_unittest.cc 140 TYPED_TEST(TaskRunnerTest, AddFileDescriptorWatch) {
143 task_runner.AddFileDescriptorWatch(pipe.read_fd.get(),
153 task_runner.AddFileDescriptorWatch(pipe.read_fd.get(),
170 task_runner.AddFileDescriptorWatch(pipe.read_fd.get(),
183 task_runner.AddFileDescriptorWatch(
186 task_runner.AddFileDescriptorWatch(
198 task_runner.AddFileDescriptorWatch(
203 task_runner.AddFileDescriptorWatch(pipe2.read_fd.get(),
217 task_runner.AddFileDescriptorWatch(
220 task_runner.AddFileDescriptorWatch(
    [all...]
android_task_runner.cc 34 AddFileDescriptorWatch(immediate_event_.get(),
36 AddFileDescriptorWatch(delayed_timer_.get(),
180 void AndroidTaskRunner::AddFileDescriptorWatch(int fd,
unix_task_runner.cc 55 AddFileDescriptorWatch(control_read_.get(), [] {
230 void UnixTaskRunner::AddFileDescriptorWatch(int fd,
  /external/perfetto/src/base/test/
test_task_runner.h 61 void AddFileDescriptorWatch(int fd, std::function<void()> callback) override;
test_task_runner.cc 104 void TestTaskRunner::AddFileDescriptorWatch(int fd,
106 task_runner_.AddFileDescriptorWatch(fd, std::move(callback));
  /external/perfetto/src/perfetto_cmd/
perfetto_cmd.cc 401 task_runner_.AddFileDescriptorWatch(
  /external/perfetto/src/ipc/
unix_socket.cc 197 task_runner_->AddFileDescriptorWatch(*fd_, [weak_ptr]() {
  /external/perfetto/src/ftrace_reader/
ftrace_controller_unittest.cc 86 MOCK_METHOD2(AddFileDescriptorWatch, void(int fd, std::function<void()>));

Completed in 343 milliseconds