HomeSort by relevance Sort by last modified time
    Searched full:unfreeze (Results 1 - 21 of 21) sorted by null

  /external/toybox/toys/other/
fsfreeze.c 14 Freeze or unfreeze a filesystem.
17 -u unfreeze
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRoot.java 49 public void unfreeze(); method in interface:GLRoot
GLRootView.java 534 unfreeze(); method
572 public void unfreeze() { method in class:GLRootView
594 // We need to unfreeze in the following methods and in onPause().
596 // the GLThread will wait on main thread to call unfreeze and cause dead
600 unfreeze(); method
606 unfreeze(); method
612 unfreeze(); method
618 unfreeze(); method
625 unfreeze(); method
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/
AvailableTicketCounter.java 83 * propagated to callbacks until a matching call to {@link #unfreeze}.
96 public void unfreeze() { method in class:AvailableTicketCounter
DynamicRingBuffer.java 113 mAvailableTicketCount.unfreeze();
211 mAvailableTicketCount.unfreeze();
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyautodoc.swg 36 AUTODOC(dup, "Create a duplicate of the class and unfreeze it if needed");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
volume.py 296 def unfreeze(self): member in class:Volume
314 status = self.unfreeze()
  /external/libchrome/sandbox/win/src/sidestep/
preamble_patcher_with_stub.cpp 70 // wait a bit and try again, then unfreeze all threads once we've patched.
  /external/kernel-headers/original/uapi/linux/
hyperv.h 63 VSS_OP_THAW, /* Unfreeze the file systems */
vfio.h 492 * - unfreeze IO/DMA for frozen PE;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h     [all...]
tom.h 170 virtual HRESULT WINAPI Unfreeze(__LONG32 *pCount) = 0;
200 HRESULT (WINAPI *Unfreeze)(ITextDocument *This,__LONG32 *pCount);
232 #define ITextDocument_Unfreeze(This,pCount) (This)->lpVtbl->Unfreeze(This,pCount)
    [all...]
ocidl.h     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 298 mActivity.getGLRoot().unfreeze();
    [all...]
  /system/core/libmemunreachable/
MemUnreachable.cpp 305 // memory state is still consistent. Unfreeze the original thread so it
  /external/libevent/include/event2/
buffer.h 822 @param at_front If true, we unfreeze the front of the buffer. If false,
823 we unfreeze the back.
  /frameworks/base/core/java/android/app/
UiAutomation.java 90 /** Rotation constant: Unfreeze rotation (rotating the device changes its rotation state). */
511 * unfreeze the rotation (rotating the device changes its rotation
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 665 pw.println(" Unfreeze battery state, returning to current hardware values.");
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
WindowStateAnimator.java     [all...]
  /external/toybox/generated/
help.h 215 #define HELP_fsfreeze "usage: fsfreeze {-f | -u} MOUNTPOINT\n\nFreeze or unfreeze a filesystem.\n\n-f freeze\n-u unfreeze\n\n"
    [all...]

Completed in 640 milliseconds