Searched refs:Reset (Results 1 - 25 of 137) sorted by path

123456

/haiku/headers/os/bluetooth/
H A DLocalDevice.h63 status_t Reset();
/haiku/headers/os/interface/
H A DAffineTransform.h189 const BAffineTransform& Reset();
H A DStatusBar.h64 virtual void Reset(const char* label = NULL,
/haiku/headers/os/support/
H A DStopWatch.h22 void Reset();
/haiku/headers/private/kernel/
H A Dtracing.h226 void Reset() function in class:TraceEntryIterator
/haiku/src/add-ons/bluetooth/ResetLocalDevice/
H A DResetLocalDevice.cpp22 return "Reset LocalDevice";
29 // you can perform a Reset in all Devices
38 return "Perform a Reset command to the LocalDevice";
52 BluetoothCommand<> Reset(OGF_CONTROL_BASEBAND, OCF_RESET);
58 request.AddData("raw command", B_ANY_TYPE, Reset.Data(), Reset.Size());
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDaffyDuck.cpp129 // Reset - resets the mapping and duck entry circular buffers
133 void CDaffyDuck::Reset() function in class:CDaffyDuck
165 } // Reset
847 pDuck->Reset();
H A DCDaffyDuck.h150 void Reset();
H A DCEchoGals_midi.cpp125 // Reset the MIDI input, but leave it open and enabled
131 m_MidiIn.Reset(pContext);
H A DCMidiInQ.cpp195 // Reset
199 void CMidiInQ::Reset(ECHOGALS_MIDI_IN_CONTEXT *pContext) function in class:CMidiInQ
203 } // void CMidiInQ::Reset()
244 // Reset the buffer pointers
260 Reset(pContext);
H A DCMidiInQ.h124 // Reset the in/out ptrs
126 void Reset(ECHOGALS_MIDI_IN_CONTEXT *pContext);
H A DCMtcSync.cpp71 // Reset the sync state info
73 Reset();
83 void CMtcSync::Reset() function in class:CMtcSync
85 ECHO_DEBUGPRINTF(("\t **** CMtcSync::Reset\n"));
99 } // void CMtcSync::Reset()
204 Reset();
292 Reset();
335 Reset();
346 Reset();
446 // Reset th
[all...]
H A DCMtcSync.h70 // Reset the state of things
72 void Reset();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp100 DirectoryCache::Reset() function in class:DirectoryCache
H A DDirectoryCache.h49 void Reset();
H A DInode.cpp213 fCache->Reset();
H A DReplyInterpreter.h68 inline void Reset();
144 ReplyInterpreter::Reset() function in class:ReplyInterpreter
H A DRequest.cpp154 Request::Reset() function in class:Request
156 fBuilder.Reset();
157 fReply.Reset();
H A DRequest.h29 void Reset();
H A DRequestBuilder.h31 inline void Reset(Procedure proc = ProcCompound);
109 RequestBuilder::Reset(Procedure proc) function in class:RequestBuilder
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DACFCHandler.cpp116 ACFCHandler::Reset() function in class:ACFCHandler
H A DACFCHandler.h50 virtual void Reset();
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCPExtension.cpp104 /*! \brief Reset internal connection state.
109 KPPPLCPExtension::Reset() function in class:KPPPLCPExtension
H A DKPPPOptionHandler.cpp181 //! Reset internal state (e.g.: remove list of rejected values).
183 KPPPOptionHandler::Reset() function in class:KPPPOptionHandler
H A D_KPPPAuthenticationHandler.cpp257 _KPPPAuthenticationHandler::Reset() function in class:_KPPPAuthenticationHandler
261 fLocalAuthenticator->OptionHandler()->Reset();
265 fPeerAuthenticator->OptionHandler()->Reset();
269 fSuggestedPeerAuthenticator->OptionHandler()->Reset();

Completed in 136 milliseconds

123456