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

1 2

  /frameworks/base/libs/hwui/
TextureCache.cpp 89 if (iter.value()->isInUse == ownerToken) {
90 iter.value()->isInUse = nullptr;
141 if (oldest && !oldest->isInUse) {
158 } else if (!texture->isInUse && bitmap->getGenerationID() != texture->generation) {
171 texture->isInUse = ownerToken;
Texture.h 191 void* isInUse = nullptr;
Caches.cpp 130 if (!program || !program->isInUse()) {
Program.h 373 inline bool isInUse() const {
  /frameworks/base/core/tests/coretests/src/android/os/
MessageQueueTest.java 46 if (!msg.isInUse()) {
48 "msg.isInuse is false, should always be true, #" + msg.what));
126 if (!msg.isInUse()) {
128 "msg.isInuse is false, should always be true, #" + msg.what));
174 if (newMsg.isInUse() != false) {
176 "newMsg.isInUse is true should be false after copyFrom"));
227 if (msg.isInUse() != true) {
229 "msg.isInUse is false should be true after when processing %d",
  /frameworks/base/core/java/android/os/
Message.java 279 if (isInUse()) {
467 /*package*/ boolean isInUse() {
MessageQueue.java 539 if (msg.isInUse()) {
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 430 if (ps.isInUse()) {
441 if (ss.isInUse()) {
465 if (ps.isInUse() || ps.tmpNumInUse > 0) {
    [all...]
ServiceState.java 114 } else if (isInUse()) {
195 public boolean isInUse() {
ProcessState.java 334 public boolean isInUse() {
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 884 inline bool isInUse() const { return mInUse; }
    [all...]
InputReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /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/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 536 milliseconds

1 2