![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqnxsndhelpers_p.h>
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 |
Definition at line 60 of file qqnxsndhelpers_p.h.
|
default |
| QnxSndHelpers::WakePipe::~WakePipe | ( | ) |
Definition at line 23 of file qqnxsndhelpers.cpp.
References close().
|
noexcept |
Definition at line 40 of file qqnxsndhelpers.cpp.
Referenced by ~WakePipe().
|
noexcept |
Definition at line 59 of file qqnxsndhelpers.cpp.
Referenced by QnxSndHelpers::pollPcm(), and waitForWake().
|
inlinenoexcept |
Definition at line 73 of file qqnxsndhelpers_p.h.
Referenced by open().
| bool QnxSndHelpers::WakePipe::open | ( | ) |
Definition at line 28 of file qqnxsndhelpers.cpp.
References isOpen().
|
inlinenoexcept |
Definition at line 72 of file qqnxsndhelpers_p.h.
Referenced by QnxSndHelpers::pollPcm().
|
noexcept |
Definition at line 67 of file qqnxsndhelpers.cpp.
References drain().
|
noexcept |
Definition at line 49 of file qqnxsndhelpers.cpp.