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

/frameworks/base/libs/hwui/
H A DTextureCache.cpp94 if (iter.value()->isInUse == ownerToken) {
95 iter.value()->isInUse = nullptr;
131 if (oldest && !oldest->isInUse) {
152 } else if (!texture->isInUse && bitmap->getGenerationID() != texture->generation) {
165 texture->isInUse = ownerToken;
H A DTexture.h142 void* isInUse = nullptr; member in class:android::uirenderer::Texture
H A DCaches.cpp130 if (!program || !program->isInUse()) {
H A DProgram.h337 inline bool isInUse() const { function in class:android::uirenderer::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.java277 if (isInUse()) {
465 /*package*/ boolean isInUse() { method in class:Message
H A DMessageQueue.java537 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.java333 public boolean isInUse() { method in class:ProcessState
/frameworks/native/services/inputflinger/
H A DInputReader.h934 inline bool isInUse() const { return mInUse; } function in class:android::MultiTouchMotionAccumulator::Slot
H A DInputReader.cpp6651 if (!inSlot->isInUse()) {

Completed in 3950 milliseconds