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

  /frameworks/base/libs/hwui/
Texture.cpp 28 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
35 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
Texture.h 101 bool isInUse;
RenderState.cpp 111 if (mCaches->currentProgram->isInUse()) {
TextureCache.cpp 135 iter.value()->isInUse = false;
170 if (oldest && !oldest->isInUse) {
190 } else if (!texture->isInUse && bitmap->getGenerationID() != texture->generation) {
202 texture->isInUse = true;
Program.h 345 inline bool isInUse() const {
OpenGLRenderer.cpp     [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
MessageQueueTest.java 44 if (!msg.isInUse()) {
46 "msg.isInuse is false, should always be true, #" + msg.what));
124 if (!msg.isInUse()) {
126 "msg.isInuse is false, should always be true, #" + msg.what));
172 if (newMsg.isInUse() != false) {
174 "newMsg.isInUse is true should be false after copyFrom"));
225 if (msg.isInUse() != true) {
227 "msg.isInUse is false should be true after when processing %d",
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
Timers.java 76 if (!timer.isInUse()) {
TimerObj.java 230 public boolean isInUse() {
  /frameworks/base/core/java/android/os/
Message.java 277 if (isInUse()) {
465 /*package*/ boolean isInUse() {
MessageQueue.java 319 if (msg.isInUse()) {
  /external/smack/asmack-master/lib/
jstun.jar 
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessStatsService.java 151 } else if (service.isInUse()) {
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 873 inline bool isInUse() const { return mInUse; }
    [all...]
InputReader.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 283 milliseconds