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

  /hardware/ti/omap4-aah/camera/inc/
BufferSourceAdapter.h 49 mDestroying = false;
67 mDestroying = true;
76 if (!mDestroying) {
88 bool mDestroying;
95 mDestroying = false;
110 mDestroying = true;
126 while (mFrames.empty() && !mDestroying) mFramesCondition.wait(mFramesMutex);
127 if (!mDestroying) {
151 bool mDestroying;
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_bufferqueue.h 69 if (!mDestroying) {
98 mDestroying = true;
camera_test_surfacetexture.h 153 if (!mDestroying) {
175 mDestroying = true;
camera_test.h 389 mDestroying(false), mRestartCapture(false),
398 mDestroying = true;
451 bool mDestroying;
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 317 boolean mDestroying;
    [all...]
AppWindowToken.java 162 || win.mDestroying) {
248 && !win.mDestroying && win.isDrawnLw()) {
WindowAnimator.java 337 + " destroying=" + win.mDestroying
    [all...]
WindowManagerService.java     [all...]
WindowStateAnimator.java 480 mWin.mDestroying = true;
    [all...]

Completed in 292 milliseconds