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

1 2

  /frameworks/base/libs/hwui/
TextureCache.cpp 87 if (iter.value()->isInUse == ownerToken) {
88 iter.value()->isInUse = nullptr;
139 if (oldest && !oldest->isInUse) {
156 } else if (!texture->isInUse && bitmap->getGenerationID() != texture->generation) {
169 texture->isInUse = ownerToken;
Texture.h 172 void* isInUse = nullptr;
Caches.cpp 130 if (!program || !program->isInUse()) {
Program.h 359 inline bool isInUse() const { return mUse; }
  /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/media/java/android/media/audiofx/
DynamicsProcessing.java 344 public boolean isInUse() {
351 sb.append(String.format(" Stage InUse: %b\n", isInUse()));
352 if (isInUse()) {
375 mBandCount = isInUse() ? bandCount : 0;
390 if (isInUse()) {
723 if (isInUse()) {
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMessage.java 86 * Convenience method to provide access to the private {@code Message.isInUse()}
97 public boolean isInUse() {
98 return directlyOn(realMessage, Message.class, "isInUse");
  /cts/tests/tests/media/src/android/media/cts/
DynamicsProcessingTest.java 163 final boolean inUse = eq.isInUse();
183 final boolean inUse = mbc.isInUse();
202 boolean inUse = eq.isInUse();
222 final boolean inUse = limiter.isInUse();
    [all...]
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.cpp 90 mPreEqInUse = pChannel->getPreEq()->isInUse();
91 mMbcInUse = pChannel->getMbc()->isInUse();
92 mPostEqInUse = pChannel->getPostEq()->isInUse();
93 mLimiterInUse = pChannel->getLimiter()->isInUse();
DPBase.cpp 133 if (isInUse()) {
DPBase.h 49 bool isInUse() const {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowMessageTest.java 188 assertThat(sMsg.isInUse()).isFalse();
190 assertThat(sMsg.isInUse()).isTrue();
  /frameworks/base/core/java/android/os/
Message.java 281 if (isInUse()) {
485 /*package*/ boolean isInUse() {
MessageQueue.java 540 if (msg.isInUse()) {
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 464 if (ps.isInUse()) {
475 if (ss.isInUse()) {
499 if (ps.isInUse() || ps.tmpNumInUse > 0) {
    [all...]
ServiceState.java 114 } else if (isInUse()) {
195 public boolean isInUse() {
ProcessState.java 325 public boolean isInUse() {
    [all...]
  /frameworks/av/media/libeffects/dynamicsproc/
EffectDynamicsProcessing.cpp 755 values[0].i = pEq->isInUse();
824 values[0].i = pMbc->isInUse();
    [all...]
  /frameworks/native/cmds/lshal/
ListCommand.cpp 191 bool isInUse = match.str(1) != "1";
201 if (isInUse) {
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 900 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/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 

Completed in 590 milliseconds

1 2