Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QnxSndHelpers::WakePipe Class Reference

#include <qqnxsndhelpers_p.h>

Collaboration diagram for QnxSndHelpers::WakePipe:

Public Member Functions

 WakePipe ()=default
 ~WakePipe ()
bool open ()
void close () noexcept
void wake () const noexcept
void drain () const noexcept
void waitForWake () const noexcept
int readFd () const noexcept
bool isOpen () const noexcept

Detailed Description

Definition at line 60 of file qqnxsndhelpers_p.h.

Constructor & Destructor Documentation

◆ WakePipe()

QnxSndHelpers::WakePipe::WakePipe ( )
default

◆ ~WakePipe()

QnxSndHelpers::WakePipe::~WakePipe ( )

Definition at line 23 of file qqnxsndhelpers.cpp.

References close().

Here is the call graph for this function:

Member Function Documentation

◆ close()

void QnxSndHelpers::WakePipe::close ( )
noexcept

Definition at line 40 of file qqnxsndhelpers.cpp.

Referenced by ~WakePipe().

Here is the caller graph for this function:

◆ drain()

void QnxSndHelpers::WakePipe::drain ( ) const
noexcept

Definition at line 59 of file qqnxsndhelpers.cpp.

Referenced by QnxSndHelpers::pollPcm(), and waitForWake().

Here is the caller graph for this function:

◆ isOpen()

bool QnxSndHelpers::WakePipe::isOpen ( ) const
inlinenoexcept

Definition at line 73 of file qqnxsndhelpers_p.h.

Referenced by open().

Here is the caller graph for this function:

◆ open()

bool QnxSndHelpers::WakePipe::open ( )

Definition at line 28 of file qqnxsndhelpers.cpp.

References isOpen().

Here is the call graph for this function:

◆ readFd()

int QnxSndHelpers::WakePipe::readFd ( ) const
inlinenoexcept

Definition at line 72 of file qqnxsndhelpers_p.h.

Referenced by QnxSndHelpers::pollPcm().

Here is the caller graph for this function:

◆ waitForWake()

void QnxSndHelpers::WakePipe::waitForWake ( ) const
noexcept

Definition at line 67 of file qqnxsndhelpers.cpp.

References drain().

Here is the call graph for this function:

◆ wake()

void QnxSndHelpers::WakePipe::wake ( ) const
noexcept

Definition at line 49 of file qqnxsndhelpers.cpp.


The documentation for this class was generated from the following files: