HomeSort by relevance Sort by last modified time
    Searched full:retire (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/native/services/surfaceflinger/
FenceTracker.h 78 // timestamp from the retire fence
82 // primary display retire fence for this frame
DispSync.h 28 // Ignore present (retire) fences if the device doesn't have support for the
77 // This method should be called with the retire fence from each HWComposer
FenceTracker.cpp 50 outString->appendFormat("- Retire\t%" PRId64 "\n",
53 outString->append("- Retire\tNot signaled\n");
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_cp.c 320 SM_STATE(CP, RETIRE)
322 SM_ENTRY(CP, RETIRE);
323 /* RETIRE state machine not keep with Figure 12-2 in
399 SM_ENTER(CP, RETIRE);
417 SM_ENTER(CP, RETIRE);
  /external/libbrillo/brillo/dbus/
async_event_sequencer.cc 98 CHECK_EQ(1U, handlers_retired) << "Tried to retire invalid handler "
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp_ext.h 344 * Frame buffer device provides retire fence handle if
346 * retire fence when current layers are swapped with new layers
348 * retire fence and release fences are triggered at the same
350 * (on pingpong done) and retire fence (on rdptr done)
  /docs/source.android.com/src/devices/graphics/
implement.jd 433 <em>Retire fence</em> - one per the entire frame, this is filled in by the
436 operation has completed. The retire fence signals when the next set operation
439 <p>The retire fence can be used to determine how long each frame appears on the
491 VSYNC <li> <em>Feedback</em> - Retire fence signal timestamps from Hardware
494 <h5 id=vsync_retire_offset>VSYNC/Retire Offset</h5>
496 <p>The signal timestamp of retire fences must match HW VSYNC even on devices
500 <p>?Smart? panels often have a delta. Retire fence is the end of direct memory
506 characteristics. Time from retire fence timestamp to HW Vsync signal is
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayContext.cpp 196 // update release fence and retire fence
224 // display; we don't distinguish between release and retire, and all
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.cpp 196 // update release fence and retire fence
224 // display; we don't distinguish between release and retire, and all
  /external/autotest/client/site_tests/hardware_PerfCounterVerification/
hardware_PerfCounterVerification.py 32 Each loop iteration should retire a constant number of additional
  /external/v8/src/ic/
stub-cache.cc 55 // If the primary entry has useful data in it, we retire it to the
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.h 96 // Previous buffer to release after getting an updated retire fence
HWComposer.h 116 // get the retire fence for the previous frame (i.e., corresponding to the
HWComposer_hwc1.h 141 // Get the retire fence for the last committed frame. This fence will
  /system/connectivity/shill/dhcp/
dhcp_provider.h 126 // Retire |pid| from the set of recently retired PIDs.
  /external/v8/src/
compilation-cache.h 200 // take place. This is used to retire entries from the cache to
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 216 // We may consider retire this proprietary format, after all it's size is only
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
layer1.py 168 you are finished using a grant, you retire it. When you want
185 :param retiring_principal: Principal given permission to retire the
755 Retires a grant. You can retire a grant when you're done using
    [all...]
  /external/llvm/lib/Target/X86/
X86ScheduleBtVer2.td 20 let MicroOpBufferSize = 64; // Retire Control Unit
  /prebuilts/go/darwin-x86/src/runtime/
runtime1.go 55 // TODO: Retire in favor of GOOS== checks.
  /prebuilts/go/linux-x86/src/runtime/
runtime1.go 55 // TODO: Retire in favor of GOOS== checks.
  /external/gmock/src/
gmock-spec-builders.cc 98 // We can take this short-cut as we never retire an expectation
108 prerequisite->Retire();
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 98 // We can take this short-cut as we never retire an expectation
108 prerequisite->Retire();
  /system/core/libpixelflinger/
trap.cpp 992 int retire = 0; local
1042 if (retire) {
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 26 * Retire this concept, and start treating the payload instructions

Completed in 930 milliseconds

1 2 3