Home
last modified time | relevance | path

Searched refs:otherType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
DFrameNumberTracker.java85 int otherType = (requestType + i) % CaptureRequest.REQUEST_TYPE_COUNT; in update() local
86 if (!mPendingFrameNumbersWithOtherType[otherType].isEmpty() && errorFrameNumber in update()
87 == mPendingFrameNumbersWithOtherType[otherType].element()) { in update()
88 mPendingFrameNumbersWithOtherType[otherType].remove(); in update()
/frameworks/av/services/mediaresourcemanager/
DClientImportanceReclaimPolicy.cpp76 MediaResourceType otherType = (type == MediaResource::Type::kSecureCodec) ? in getClients() local
80 otherType, subType, MediaResource::SubType::kUnspecifiedSubType, in getClients()
DProcessPriorityReclaimPolicy.cpp86 MediaResourceType otherType = (type == MediaResource::Type::kSecureCodec) ? in getClients() local
89 otherType, subType, in getClients()
DDefaultResourceModel.cpp140 MediaResourceType otherType = in getCodecClients() local
143 mediaResource.type = otherType; in getCodecClients()
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java716 public static boolean isCompatibleActivityType(int currentType, int otherType) { in isCompatibleActivityType() argument
717 if (currentType == otherType) { in isCompatibleActivityType()
725 return currentType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED; in isCompatibleActivityType()