Searched refs:Sync (Results 1 - 25 of 168) sorted by path

1234567

/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h239 // the BMediaTrack interface, and then calling Sync() here. It
265 // the BMediaTrack interface, and then calling Sync() here. It
296 // the BMediaTrack interface, and then calling Sync() here. It
331 // the BMediaTrack interface, and then calling Sync() here. It
359 // as retrieved by GetParameterValue, not zero. Sync() will do
368 virtual status_t Sync(int32 seekStream = 0) = 0;
386 // returned, as per Sync(). However because this involves only
388 // then calling Sync(); If seekMode is SEEK_SET then the current
/haiku/headers/os/storage/
H A DNode.h56 status_t Sync();
H A DResources.h63 status_t Sync();
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCMidiInQ.cpp549 m_pMtcSync->Sync();
H A DCMtcSync.cpp160 Sync to MIDI time code
164 void CMtcSync::Sync() function in class:CMtcSync
189 ECHO_DEBUGPRINTF(("\n\tCMtcSync::Sync - data 0x%lx, timestamp 0x%lx\n",
203 ECHO_DEBUGPRINTF(("\tCMtcSync::Sync - quarter-frames out of sequence\n"));
314 ECHO_DEBUGPRINTF(("\n\n\t\t\tCMtcSync::Sync - doubleframe %ld\n",m_dwCurrentDframe));
332 ECHO_DEBUGPRINTF(("\t****** CMtcSync::Sync - double-frames out of sequence\n"));
345 ECHO_DEBUGPRINTF(("\tCMtcSync::Sync - timestamps have wrapped around"));
479 } // Sync
H A DCMtcSync.h67 void Sync();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h142 status_t Sync();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.cpp97 // Sync
99 RootVolume::Sync() function in class:RootVolume
H A DRootVolume.h28 virtual status_t Sync();
H A DShareVolume.cpp438 // Sync
440 ShareVolume::Sync() function in class:ShareVolume
H A DShareVolume.h59 virtual status_t Sync();
H A DVirtualVolume.cpp269 // Sync
271 VirtualVolume::Sync() function in class:VirtualVolume
273 // TODO: Recursively call Sync().
H A DVirtualVolume.h35 virtual status_t Sync();
H A DVolume.cpp202 // Sync
204 Volume::Sync() function in class:Volume
H A DVolume.h67 virtual status_t Sync();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h89 status_t Sync();
H A Dkernel_interface.cpp142 status_t error = volume->Sync();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp63 // Sync
65 Volume::Sync() function in class:Volume
H A DVolume.h39 virtual status_t Sync();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp102 // Sync
104 BeOSKernelVolume::Sync() function in class:BeOSKernelVolume
H A DBeOSKernelVolume.h28 virtual status_t Sync();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp219 // Sync
221 HaikuKernelVolume::Sync() function in class:HaikuKernelVolume
H A DHaikuKernelVolume.h45 virtual status_t Sync();
/haiku/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp162 bufferHeader.Sync();
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp1412 bufferheader.Sync();
1496 bufferheader.Sync();
1581 bufferHeader.Sync();

Completed in 172 milliseconds

1234567