HomeSort by relevance Sort by last modified time
    Searched refs:Commit (Results 151 - 175 of 377) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_interface.h 144 * Op: Returns release fence for this frame. Should be called after Commit() on
157 * Op: Returns retire fence for this commit. Should be called after Commit() on
349 * Commit the params set via Perform(). Also resets the properties after commit. Needs to be
354 virtual int Commit(bool synchronous) = 0;
  /hardware/qcom/display/msm8909w_3100/sdm/include/core/
display_interface.h 234 Commit() in response to it from a separate thread. There is no data associated with this
240 @sa DisplayInterface::Commit
288 followed by Commit().
294 @sa Commit
298 /*! @brief Method to commit layers of a frame submitted in a former call to Prepare().
308 to Commit() to eventually become signaled, so the client's wait on fences can be released to
317 virtual DisplayError Commit(LayerStack *layer_stack) = 0;
319 /*! @brief Method to flush any pending buffers/fences submitted previously via Commit() call.
328 @sa Commit
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
comp_manager.h 57 DisplayError Commit(Handle display_ctx, HWLayers *hw_layers);
resource_default.h 56 virtual DisplayError Commit(Handle display_ctx, HWLayers *hw_layers);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_device_drm.h 74 virtual DisplayError Commit(HWLayers *hw_layers);
128 // Call on each validate and commit to register layer buffers
140 // prepare and commit. It should not be used for caching in future due to fd recycling
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_device.h 79 virtual DisplayError Commit(HWLayers *hw_layers);
  /hardware/qcom/display/msm8996/sdm/include/core/
display_interface.h 206 Commit() in response to it from a separate thread. There is no data associated with this
212 @sa DisplayInterface::Commit
257 followed by Commit().
263 @sa Commit
267 /*! @brief Method to commit layers of a frame submitted in a former call to Prepare().
277 to Commit() to eventually become signaled, so the client's wait on fences can be released to
286 virtual DisplayError Commit(LayerStack *layer_stack) = 0;
288 /*! @brief Method to flush any pending buffers/fences submitted previously via Commit() call.
297 @sa Commit
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.h 61 DisplayError Commit(LayerStack *layer_stack);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.h 71 virtual DisplayError Commit(HWLayers *hw_layers);
  /hardware/qcom/display/msm8998/sdm/include/core/
display_interface.h 228 Commit() in response to it from a separate thread. There is no data associated with this
234 @sa DisplayInterface::Commit
279 followed by Commit().
285 @sa Commit
289 /*! @brief Method to commit layers of a frame submitted in a former call to Prepare().
299 to Commit() to eventually become signaled, so the client's wait on fences can be released to
308 virtual DisplayError Commit(LayerStack *layer_stack) = 0;
310 /*! @brief Method to flush any pending buffers/fences submitted previously via Commit() call.
319 @sa Commit
  /hardware/qcom/display/msm8998/sdm/libs/core/
comp_manager.h 57 DisplayError Commit(Handle display_ctx, HWLayers *hw_layers);
resource_default.h 56 virtual DisplayError Commit(Handle display_ctx, HWLayers *hw_layers);
display_primary.cpp 130 DisplayError DisplayPrimary::Commit(LayerStack *layer_stack) {
135 // Enabling auto refresh is async and needs to happen before commit ioctl
146 error = DisplayBase::Commit(layer_stack);
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.h 71 virtual DisplayError Commit(HWLayers *hw_layers);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_device.h 79 virtual DisplayError Commit(HWLayers *hw_layers);
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs.py 185 prefs.Commit()
188 commit, respectively, upon entering and leaving the context.
230 """True if properties have changed and a commit would be needed."""
243 A empty xml document, which may be modified and saved on |commit|, is
260 def Commit(self):
357 self.Commit()
  /external/mdnsresponder/mDNSWindows/ControlPanel/
BrowsingPage.cpp 196 Commit();
203 // CBrowsingPage::Commit
207 CBrowsingPage::Commit()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmscreen.h     [all...]
sqloledb.h 366 virtual HRESULT WINAPI Commit(WINBOOL fDone) = 0;
375 HRESULT (WINAPI *Commit)(IRowsetFastLoad *This,WINBOOL fDone);
386 #define IRowsetFastLoad_Commit(This,fDone) (This)->lpVtbl->Commit(This,fDone)
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_db_writer.cc 377 TF_RETURN_WITH_CONTEXT_IF_ERROR(txn_->Commit(), "flushing ",
436 return txn.Commit();
753 TF_RETURN_IF_ERROR(txn.Commit());
777 return txn.Commit();
854 return txn.Commit();
896 TF_RETURN_WITH_CONTEXT_IF_ERROR(txn->Commit(), "flushing ",
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 189 prefs.Commit()
192 commit, respectively, upon entering and leaving the context.
234 """True if properties have changed and a commit would be needed."""
247 A empty xml document, which may be modified and saved on |commit|, is
264 def Commit(self):
374 self.Commit()
shared_prefs_test.py 114 prefs.Commit()
  /prebuilts/go/darwin-x86/src/runtime/
mem_windows.go 68 // Commit failed. See SysUnused.
77 throw("runtime: failed to commit pages")
  /prebuilts/go/linux-x86/src/runtime/
mem_windows.go 68 // Commit failed. See SysUnused.
77 throw("runtime: failed to commit pages")
  /external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 20 #include "clang/Edit/Commit.h"
148 edit::Commit commit(Editor);
155 commit.insertFromRange(Hint.RemoveRange.getBegin(),
159 commit.remove(Hint.RemoveRange);
163 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
165 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
169 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable();
183 if (!Editor.commit(commit)) {
    [all...]

Completed in 333 milliseconds

1 2 3 4 5 67 8 91011>>