Searched refs:isInUse (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextureCache.cpp87 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;
H A DTexture.h192 void* isInUse = nullptr; member in class:android::uirenderer::Texture
H A DCaches.cpp130 if (!program || !program->isInUse()) {
H A DProgram.h373 inline bool isInUse() const { function in class:android::Program
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java46 if (!msg.isInUse()) {
126 if (!msg.isInUse()) {
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/
H A DMessage.java279 if (isInUse()) {
467 /*package*/ boolean isInUse() { method in class:Message
H A DMessageQueue.java539 if (msg.isInUse()) {
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java430 if (ps.isInUse()) {
441 if (ss.isInUse()) {
465 if (ps.isInUse() || ps.tmpNumInUse > 0) {
1273 if (activeOnly && !proc.isInUse()) {
1301 if (activeOnly && !proc.isInUse()) {
1315 if (activeOnly && !svc.isInUse()) {
1364 if (activeOnly && !proc.isInUse()) {
1548 if (activeOnly && !proc.isInUse()) {
H A DServiceState.java114 } else if (isInUse()) {
195 public boolean isInUse() { method in class:ServiceState
H A DProcessState.java331 public boolean isInUse() { method in class:ProcessState
/frameworks/native/cmds/lshal/
H A DListCommand.cpp139 bool isInUse = match.str(1) != "1"; variable
149 if (isInUse) {
/frameworks/native/services/inputflinger/
H A DInputReader.h901 inline bool isInUse() const { return mInUse; } function in class:android::MultiTouchMotionAccumulator::Slot
H A DInputReader.cpp6881 if (!inSlot->isInUse()) {

Completed in 364 milliseconds