/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/ |
H A D | client_channel.h | 27 int event_fd; member
|
/aosp12/system/extras/simpleperf/ |
H A D | event_selection_set.cpp | 91 std::unique_ptr<EventFd> event_fd = in IsDumpingRegsForTracepointEventsSupported() local 569 std::unique_ptr<EventFd> event_fd = EventFd::OpenEventFile( in OpenEventFilesOnGroup() local 680 for (auto& event_fd : selection.event_fds) { in ApplyAddrFilters() local 695 for (auto& event_fd : selection.event_fds) { in ApplyTracepointFilters() local 706 static bool ReadCounter(EventFd* event_fd, CounterInfo* counter) { in ReadCounter() 724 for (auto& event_fd : selection.event_fds) { in ReadCounters() local 756 for (auto& event_fd : selection.event_fds) { in PrepareToReadMmapEventData() local
|
H A D | cpu_hotplug_test.cpp | 260 std::unique_ptr<EventFd> event_fd = in TEST() local 316 std::unique_ptr<EventFd> event_fd = in TEST() local 404 std::unique_ptr<EventFd> event_fd = EventFd::OpenEventFile( in TEST() local 456 std::unique_ptr<EventFd> event_fd = in TEST() local
|
H A D | test_util.cpp | 59 std::unique_ptr<EventFd> event_fd = in HasNonZeroInstructionEventCount() local
|
H A D | RecordReadThread.cpp | 170 KernelRecordReader::KernelRecordReader(EventFd* event_fd) : event_fd_(event_fd) { in KernelRecordReader() 426 for (auto& event_fd : event_fds) { in HandleRemoveEventFds() local 583 EventFd* event_fd = reader.GetEventFd(); in ReadAuxDataFromKernelBuffer() local
|
H A D | cmd_list.cpp | 62 std::unique_ptr<EventFd> event_fd = in IsEventTypeSupported() local
|
H A D | event_fd.cpp | 181 bool EventFd::ShareMappedBuffer(const EventFd& event_fd, bool report_error) { in ShareMappedBuffer()
|
H A D | RecordReadThread_test.cpp | 192 MockEventFd event_fd(attr, 0, buffer.data(), buffer.size(), false); in TEST() local
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
H A D | client_channel.h | 25 int event_fd() const override { in event_fd() function
|
H A D | channel_event_set.h | 51 BorrowedHandle event_fd() const { return epoll_fd_.Borrow(); } in event_fd() function
|
/aosp12/frameworks/native/libs/vr/libdvr/ |
H A D | dvr_buffer_queue_internal.h | 73 int event_fd() const { return consumer_queue_->queue_fd(); } in event_fd() function
|
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/ |
H A D | buffer_hub_queue_client.cpp | 180 int32_t event_fd; in WaitForBuffers() local 210 Status<void> BufferHubQueue::HandleBufferEvent(size_t slot, int event_fd, in HandleBufferEvent()
|
/aosp12/system/bt/osi/src/ |
H A D | reactor.cc | 44 int event_fd; member
|
/aosp12/frameworks/native/libs/vr/libpdx/ |
H A D | client.cpp | 114 int Client::event_fd() const { in event_fd() function in android::pdx::Client
|
H A D | client_tests.cpp | 178 TEST_F(ClientChannelTest, event_fd) { in TEST_F() argument
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | hardware_composer.cpp | 656 const pdx::LocalHandle& event_fd, int requested_events, int timeout_ms) { in PostThreadPollInterruptible() 1221 LocalHandle& event_fd = display_info->driver_vsync_event_fd; in GetVsyncTime() local
|
/aosp12/frameworks/native/libs/vr/libdvr/tests/ |
H A D | dvr_buffer_queue-test.cpp | 374 int event_fd = api_.ReadBufferQueueGetEventFd(read_queue); in TEST_F() local
|