Searched refs:Flush (Results 1 - 25 of 150) sorted by path

123456

/haiku/headers/os/locale/
H A DTextEncoding.h36 status_t Flush(char* output, size_t& outputLength);
/haiku/headers/os/media/
H A DMediaTrack.h183 // Flush all buffered encoded datas to disk. You should call it after
186 status_t Flush();
/haiku/headers/os/support/
H A DBufferIO.h26 virtual status_t Flush();
H A DBufferedDataIO.h26 status_t Flush();
H A DDataIO.h20 virtual status_t Flush();
/haiku/headers/private/app/
H A DLinkSender.h34 status_t Flush(bigtime_t timeout = B_INFINITE_TIMEOUT, bool needsReply = false);
H A DServerLink.h24 * - Calling EndMessage() is optional, implied by Flush() or StartMessage().
25 * - If you are sending just one message you only need to test Flush() == B_OK
26 * - If you are buffering multiple messages without calling Flush() you must
28 * Check Flush() at the end.
53 status_t Flush(bigtime_t timeout = B_INFINITE_TIMEOUT,
151 ServerLink::Flush(bigtime_t timeout, bool needsReply) function in class:BPrivate::ServerLink
153 return fSender->Flush(timeout, needsReply);
/haiku/headers/private/debug/
H A DDebugEventStream.h81 status_t Flush();
/haiku/headers/private/media/
H A DMediaWriter.h38 status_t Flush();
H A DWriterPlugin.h20 virtual status_t Flush() = 0;
/haiku/headers/private/support/
H A DCompressionAlgorithm.h110 virtual status_t Flush();
/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.cpp108 link.Flush();
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestChannel.cpp42 error = Flush();
59 status_t Flush() function in class:RequestChannel::ChannelWriter
192 error = writer.Flush();
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DPacketQueue.cpp105 PacketQueue::Flush(bigtime_t timeout) function in class:PacketQueue
H A DPacketQueue.h44 void Flush(bigtime_t timeout);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPECompressCore.cpp38 m_spPredictorX->Flush();
39 m_spPredictorY->Flush();
H A DAPEDecompress.cpp336 m_spNewPredictorX->Flush();
337 m_spNewPredictorY->Flush();
H A DNNFilter.cpp29 void CNNFilter::Flush() function in class:CNNFilter
32 m_rbInput.Flush();
33 m_rbDeltaM.Flush();
H A DNNFilter.h17 void Flush();
H A DNewPredictor.cpp54 int CPredictorCompressNormal::Flush() function in class:CPredictorCompressNormal
56 if (m_pNNFilter) m_pNNFilter->Flush();
57 if (m_pNNFilter1) m_pNNFilter1->Flush();
58 if (m_pNNFilter2) m_pNNFilter2->Flush();
60 m_rbPrediction.Flush();
61 m_rbAdapt.Flush();
62 m_Stage1FilterA.Flush(); m_Stage1FilterB.Flush();
182 int CPredictorDecompressNormal3930to3950::Flush() function in class:CPredictorDecompressNormal3930to3950
184 if (m_pNNFilter) m_pNNFilter->Flush();
305 int CPredictorDecompress3950toCurrent::Flush() function in class:CPredictorDecompress3950toCurrent
[all...]
H A DNewPredictor.h29 int Flush();
57 int Flush();
84 int Flush();
H A DPredictor.h14 virtual int Flush() = 0;
27 virtual int Flush() = 0;
H A DRollBuffer.h29 Flush();
33 void Flush() function in class:CRollBuffer
77 Flush();
85 void Flush() function in class:CRollBufferFast
H A DScaledFirstOrderFilter.h8 __inline void Flush() function in class:CScaledFirstOrderFilter
H A DStartFilter.h19 void Flush() function in class:CStartFilter
21 m_rbInputA.Flush();
22 m_rbInputB.Flush();
27 m_Stage1FilterA1.Flush();
28 m_Stage1FilterA2.Flush();
29 m_Stage1FilterA3.Flush();
31 m_Stage1FilterB1.Flush();
32 m_Stage1FilterB2.Flush();
33 m_Stage1FilterB3.Flush();

Completed in 96 milliseconds

123456