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

  /frameworks/native/libs/vr/libdisplay/
vsync_client.cpp 37 int VSyncClient::GetFd() { return event_fd(); }
  /external/google-breakpad/src/common/linux/tests/
auto_testfile.h 87 int GetFd() {
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.cc 165 SOCKET UdpSocketPosix::GetFd() { return _socket; }
udp_socket2_win.h 65 SOCKET GetFd() { return _socket;}
  /hardware/libhardware/modules/camera/3_4/arc/
frame_buffer.h 92 int GetFd() const { return fd_.get(); }
  /art/runtime/
common_runtime_test.cc 121 int ScratchFile::GetFd() const {
  /art/runtime/jit/
profile_compilation_info_test.cc 96 uint32_t GetFd(const ScratchFile& file) {
97 return static_cast<uint32_t>(file.GetFd());
289 ASSERT_TRUE(saved_info.Save(GetFd(profile)));
357 ASSERT_TRUE(info1.Load(GetFd(profile)));
376 ASSERT_TRUE(info2.Load(GetFd(profile)));
402 ASSERT_TRUE(saved_info.Save(GetFd(profile)));
408 ASSERT_TRUE(loaded_info.Load(GetFd(profile)));
418 ASSERT_TRUE(saved_info.Save(GetFd(profile)));
424 ASSERT_TRUE(loaded_info2.Load(GetFd(profile)));
459 ASSERT_TRUE(info1.Save(profile.GetFd()));
    [all...]
  /frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp 326 int GetFd() const { return event_fd(); }
  /art/profman/
profile_assistant_test.cc 109 ASSERT_TRUE(info->Save(GetFd(profile)));
136 ASSERT_TRUE(info->Save(GetFd(profile)));
187 int GetFd(const ScratchFile& file) const {
188 return static_cast<int>(file.GetFd());
194 ASSERT_TRUE(file_info.Load(GetFd(file)));
275 argv_str.push_back("--dump-output-to-fd=" + std::to_string(GetFd(output_file)));
376 std::vector<int> profile_fds({ GetFd(profile)});
377 int reference_profile_fd = GetFd(reference_profile);
402 std::vector<int> profile_fds({ GetFd(profile)});
403 int reference_profile_fd = GetFd(reference_profile)
    [all...]

Completed in 914 milliseconds