HomeSort by relevance Sort by last modified time
    Searched refs:OnStop (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/base/
worker.h 48 // lifetime of a OnStart()/OnStop() pair.
58 virtual void OnStop() = 0;
worker.cc 28 // destructed, so OnStop() cannot be called.
58 OnStop();
  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 323 void OnStop() override {
428 void OnStop() override {
pulseaudiosoundsystem.cc 489 virtual void OnStop() {
856 virtual void OnStop() {
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 128 self.Bind(wx.EVT_BUTTON, self.OnStop, id=self.btnStop.GetId())
245 def OnStop(self, event):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h 323 virtual HRESULT WINAPI OnStop(void) = 0;
332 HRESULT (WINAPI *OnStop)(IOleCacheControl *This);
343 #define IOleCacheControl_OnStop(This) (This)->lpVtbl->OnStop(This)
    [all...]
oledb.h     [all...]

Completed in 311 milliseconds