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

  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h 46 // If shared memory is being used without pixmaps, synchronize this pixel
51 void Synchronize();
54 // where the full-screen data is captured by Synchronize(), this simply
x_server_pixel_buffer.cc 228 void XServerPixelBuffer::Synchronize() {
  /external/v8/src/snapshot/
startup-serializer.h 63 void Synchronize(VisitorSynchronization::SyncTag tag) override;
deserializer.h 65 void Synchronize(VisitorSynchronization::SyncTag tag) override;
startup-serializer.cc 106 void StartupSerializer::Synchronize(VisitorSynchronization::SyncTag tag) {
110 sink_.Put(kSynchronize, "Synchronize");
deserializer.cc 172 void Deserializer::Synchronize(VisitorSynchronization::SyncTag tag) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdaipp.h 193 virtual HRESULT WINAPI Synchronize(MSDAIPP_SYNC_FLAGS dwFlags) = 0;
201 HRESULT (WINAPI *Synchronize)(ISynchronizeRow *This,MSDAIPP_SYNC_FLAGS dwFlags);
211 #define ISynchronizeRow_Synchronize(This,dwFlags) (This)->lpVtbl->Synchronize(This,dwFlags)
mobsync.h 139 virtual HRESULT WINAPI Synchronize(HWND hWndParent) = 0;
156 HRESULT (WINAPI *Synchronize)(ISyncMgrSynchronize *This,HWND hWndParent);
175 #define ISyncMgrSynchronize_Synchronize(This,hWndParent) (This)->lpVtbl->Synchronize(This,hWndParent)
adojet.h 123 virtual HRESULT WINAPI Synchronize(BSTR target,SyncTypeEnum syncType = jrSyncTypeImpExp,SyncModeEnum syncMode = jrSyncModeIndirect) = 0;
155 HRESULT (WINAPI *Synchronize)(IReplica *This,BSTR target,SyncTypeEnum syncType,SyncModeEnum syncMode);
189 #define IReplica_Synchronize(This,target,syncType,syncMode) (This)->lpVtbl->Synchronize(This,target,syncType,syncMode)
exdisp.h     [all...]
shldisp.h     [all...]
dbdaoint.h 396 STDMETHOD(Synchronize) (BSTR DbPathName,VARIANT ExchangeType) PURE;
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.h 216 void Synchronize(b2BroadPhase* broadPhase, const b2Transform& xf1, const b2Transform& xf2);
b2Body.cpp 437 f->Synchronize(broadPhase, m_xf, m_xf);
450 f->Synchronize(broadPhase, xf1, m_xf);
b2Fixture.cpp 152 void b2Fixture::Synchronize(b2BroadPhase* broadPhase, const b2Transform& transform1, const b2Transform& transform2)
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 71 // Synchronize the current buffer with |last_buffer_|, by copying pixels from
110 // Invalid region from the previous capture. This is used to synchronize the
326 x_server_pixel_buffer_.Synchronize();
391 // Synchronize the current buffer with the previous one since we do not
window_capturer_x11.cc 301 x_server_pixel_buffer_.Synchronize();
  /external/opencv3/modules/videoio/src/
cap_intelperc.cpp 37 if (PXC_STATUS_NO_ERROR > sp->Synchronize())
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 81 void Synchronize(FX_BOOL bSynchronizeElse);
  /external/v8/src/heap/
heap.cc     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 258 void CPDFSDK_Widget::Synchronize(FX_BOOL bSynchronizeElse) {
703 Synchronize(TRUE);
712 Synchronize(TRUE);
724 Synchronize(TRUE);
733 Synchronize(TRUE);
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
  /external/v8/src/
bootstrapper.cc 322 v->Synchronize(VisitorSynchronization::kExtensions);
    [all...]
objects.h     [all...]

Completed in 1243 milliseconds