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

123456

/haiku-fatelf/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.h37 status_t Flush();
H A DCachedBlock.cpp92 CachedBlock::Flush() function in class:CachedBlock
/haiku-fatelf/src/add-ons/opengl/swpipe/
H A DGalliumContext.h73 void Flush();
/haiku-fatelf/src/apps/soundrecorder/
H A DUpDownButton.cpp83 Flush();
102 Flush();
H A DVolumeSlider.cpp137 Flush();
148 Flush();
/haiku-fatelf/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-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPECompressCore.cpp38 m_spPredictorX->Flush();
39 m_spPredictorY->Flush();
/haiku-fatelf/headers/os/support/
H A DBufferIO.h26 virtual status_t Flush();
/haiku-fatelf/headers/private/debug/
H A DDebugEventStream.h81 status_t Flush();
/haiku-fatelf/headers/private/media/
H A DWriterPlugin.h20 virtual status_t Flush() = 0;
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.h27 virtual status_t Flush();
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DImageCache.cpp67 void ImageCache::Flush() { function in class:ImageCache
H A DLink.h129 void Flush();
/haiku-fatelf/src/preferences/joysticks/
H A DMessageWin.cpp52 fText->Flush();
/haiku-fatelf/src/servers/app/drawing/html5/
H A DCanvasMessage.h135 status_t Flush();
213 Flush();
222 Flush();
232 CanvasMessage::Flush() function in class:CanvasMessage
/haiku-fatelf/src/servers/app/drawing/remote/
H A DRemoteMessage.h135 status_t Flush();
217 Flush();
226 Flush();
236 RemoteMessage::Flush() function in class:RemoteMessage
/haiku-fatelf/src/tests/kits/game/chart/
H A DChartView.cpp76 Flush();
/haiku-fatelf/src/tests/servers/app/
H A Dapp_server_debug.cpp36 return link.Flush();
/haiku-fatelf/src/apps/processcontroller/
H A DTeamBarMenu.cpp188 gCurrentThreadBarMenu->Window()->Flush();
193 Window()->Flush();
/haiku-fatelf/src/kits/media/
H A DMediaWriter.cpp183 MediaWriter::Flush() function in class:MediaWriter
188 return fWriter->Flush();
/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DPacketQueue.cpp105 PacketQueue::Flush(bigtime_t timeout) function in class:PacketQueue
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/
H A DFileKax.cpp88 Flush();
217 myCurrWriteCluster.Flush();
230 void FileMatroska::Flush() function in class:FileMatroska
409 myCurrReadCluster.Flush();
/haiku-fatelf/src/kits/app/
H A DCursor.cpp167 link.Flush();
/haiku-fatelf/src/servers/app/
H A DMessageLooper.cpp93 return link.Flush(timeout);

Completed in 268 milliseconds

123456