Searched refs:Flush (Results 26 - 50 of 150) sorted by relevance

123456

/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.h30 virtual void Flush();
/haiku/src/system/kernel/arch/arm/paging/
H A DARMVMTranslationMap.h35 virtual void Flush() final;
/haiku/src/tests/kits/storage/
H A DDataIOTest.cpp39 CPPUNIT_ASSERT(bufferedDataIO.Flush() == B_OK);
/haiku/src/apps/soundrecorder/
H A DUpDownButton.cpp83 Flush();
102 Flush();
H A DVolumeSlider.cpp137 Flush();
148 Flush();
/haiku/headers/private/app/
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);
H A DLinkSender.h34 status_t Flush(bigtime_t timeout = B_INFINITE_TIMEOUT, bool needsReply = false);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPECompressCore.cpp38 m_spPredictorX->Flush();
39 m_spPredictorY->Flush();
/haiku/src/kits/network/libnetservices2/
H A DHttpBuffer.cpp47 Flush();
110 method, you should use Flush() to make sure that the read lines are cleared from the beginning
149 HttpBuffer::Flush() noexcept
H A DHttpBuffer.h40 void Flush() noexcept;
/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.cpp72 ConstraintedDataIO::Flush() function in class:ConstraintedDataIO
189 Base64DecodingDataIO::Flush() function in class:Base64DecodingDataIO
/haiku/headers/private/debug/
H A DDebugEventStream.h81 status_t Flush();
/haiku/src/tests/kits/game/chart/
H A DChartView.cpp76 Flush();
/haiku/src/tests/servers/app/
H A Dapp_server_debug.cpp36 return link.Flush();
/haiku/headers/os/support/
H A DBufferIO.h26 virtual status_t Flush();
/haiku/headers/private/media/
H A DMediaWriter.h38 status_t Flush();
H A DWriterPlugin.h20 virtual status_t Flush() = 0;
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.h27 virtual status_t Flush();
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp52 fText->Flush();
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h139 status_t Flush();
223 Flush();
232 Flush();
242 RemoteMessage::Flush() function in class:RemoteMessage
/haiku/src/tests/kits/shared/
H A DFakeJsonDataGenerator.h31 virtual status_t Flush();
/haiku/src/servers/app/
H A DServerWindow.cpp675 fLink.Flush();
701 fLink.Flush();
736 fLink.Flush();
757 fLink.Flush();
778 fLink.Flush();
798 fLink.Flush();
818 fLink.Flush();
843 fLink.Flush();
852 fLink.Flush();
893 fLink.Flush();
[all...]
/haiku/src/kits/media/
H A DMediaWriter.cpp190 MediaWriter::Flush() function in class:MediaWriter
195 return fWriter->Flush();
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp173 gCurrentThreadBarMenu->Window()->Flush();
178 Window()->Flush();
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DPacketQueue.cpp105 PacketQueue::Flush(bigtime_t timeout) function in class:PacketQueue

Completed in 131 milliseconds

123456