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

1 2

  /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() {
  /system/bt/vendor_libs/test_vendor_lib/include/
async_manager.h 43 // Synchronize(const CriticalCallback&) member function to execute code inside
83 // class's user's resposability to ensure that no calls to Synchronize are
87 void Synchronize(const CriticalCallback&);
  /external/v8/src/snapshot/
startup-serializer.h 63 void Synchronize(VisitorSynchronization::SyncTag tag) override;
deserializer.h 67 void Synchronize(VisitorSynchronization::SyncTag tag) override;
startup-serializer.cc 115 void StartupSerializer::Synchronize(VisitorSynchronization::SyncTag tag) {
119 sink_.Put(kSynchronize, "Synchronize");
deserializer.cc 191 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)
adojet.h 145 virtual HRESULT STDMETHODCALLTYPE Synchronize (BSTR target, SyncTypeEnum syncType = jrSyncTypeImpExp, SyncModeEnum syncMode = jrSyncModeIndirect) = 0;
176 HRESULT (STDMETHODCALLTYPE *Synchronize) (IReplica *This, BSTR target, SyncTypeEnum syncType, SyncModeEnum syncMode);
212 #define IReplica_Synchronize(This, target, syncType, syncMode) ((This)->lpVtbl ->Synchronize (This, target, syncType, syncMode))
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)
exdisp.h     [all...]
shldisp.h     [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.h 48 void Synchronize(bool bSynchronizeElse);
cpdfsdk_widget.cpp 278 void CPDFSDK_Widget::Synchronize(bool bSynchronizeElse) {
692 Synchronize(true);
701 Synchronize(true);
713 Synchronize(true);
722 Synchronize(true);
    [all...]
cpdfsdk_interform.cpp 214 pWidget->Synchronize(bSynchronizeElse);
  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 57 // Synchronize decrements with Wait.
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 57 // Synchronize decrements with Wait.
  /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();
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 516 void AsyncManager::Synchronize(const CriticalCallback& critical) {
  /external/v8/src/heap/
heap.cc     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 895 // Synchronize with channel ops and copy the part of
1050 // Synchronize with scang.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack.go 895 // Synchronize with channel ops and copy the part of
1050 // Synchronize with scang.
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 633 milliseconds

1 2