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

/frameworks/base/libs/hwui/
H A DTexture.cpp28 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
35 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
H A DTexture.h101 bool isInUse; member in class:android::uirenderer::Texture
H A DRenderState.cpp111 if (mCaches->currentProgram->isInUse()) {
H A DTextureCache.cpp135 iter.value()->isInUse = false;
170 if (oldest && !oldest->isInUse) {
190 } else if (!texture->isInUse && bitmap->getGenerationID() != texture->generation) {
202 texture->isInUse = true;
H A DProgram.h345 inline bool isInUse() const { function in class:android::uirenderer::Program
H A DOpenGLRenderer.cpp3433 if (!program->isInUse()) {
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java44 if (!msg.isInUse()) {
124 if (!msg.isInUse()) {
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",
/frameworks/base/core/java/android/os/
H A DMessage.java277 if (isInUse()) {
465 /*package*/ boolean isInUse() { method in class:Message
H A DMessageQueue.java319 if (msg.isInUse()) {
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java1332 if (ps.isInUse()) {
1343 if (ss.isInUse()) {
1367 if (ps.isInUse() || ps.mTmpNumInUse > 0) {
2214 if (activeOnly && !proc.isInUse()) {
2242 if (activeOnly && !proc.isInUse()) {
2255 if (activeOnly && !svc.isInUse()) {
2324 if (activeOnly && !proc.isInUse()) {
2547 if (activeOnly && !proc.isInUse()) {
3092 public boolean isInUse() { method in class:ProcessStats.ProcessState
3574 public boolean isInUse() { method in class:ProcessStats.ServiceState
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java151 } else if (service.isInUse()) {
/frameworks/native/services/inputflinger/
H A DInputReader.h873 inline bool isInUse() const { return mInUse; } function in class:android::MultiTouchMotionAccumulator::Slot
H A DInputReader.cpp6085 if (!inSlot->isInUse()) {

Completed in 391 milliseconds