Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/core/java/android/content/pm/
DUserInfo.java267 public boolean partial; field in UserInfo
451 if (partial || !isEnabled()) { in supportsSwitchTo()
512 partial = orig.partial; in UserInfo()
543 + (partial ? " (partial)" : "") in toFullString()
568 dest.writeBoolean(partial); in writeToParcel()
597 partial = source.readBoolean(); in UserInfo()
/frameworks/native/services/vr/performanced/
Dstdio_filebuf.h149 case std::codecvt_base::partial: in __getchar()
167 } while (__r == std::codecvt_base::partial); in __getchar()
203 case std::codecvt_base::partial: in pbackfail()
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/
DTotalCaptureResultWrapper.java52 for (CaptureResult partial : totalResult.getPartialResults()) { in TotalCaptureResultWrapper()
53 mPartials.add(new CaptureResultWrapper(partial)); in TotalCaptureResultWrapper()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserInfoTest.java216 userInfo.partial = false; in testGetUserName()
242 userInfo.partial = true; in testSupportSwitchTo_partial()
370 user.partial = true; in createUser()
388 assertEquals("partial not preserved", one.partial, two.partial); in assertUserInfoEquals()
/frameworks/base/core/java/android/hardware/camera2/impl/
DFrameNumberTracker.java148 public void updateTracker(long frameNumber, CaptureResult result, boolean partial, in updateTracker() argument
150 if (!partial) { in updateTracker()
DCameraAdvancedExtensionSessionImpl.java436 for (CaptureResult partial : totalResult.getPartialResults()) { in initializeParcelable()
437 ret.partials.add(initializeParcelable(partial)); in initializeParcelable()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.h58 AString getFullCipherUri(const AString &partial);
DM3UParser.cpp1002 AString M3UParser::getFullCipherUri(const AString &partial) { in getFullCipherUri() argument
1004 if (MakeURL(mBaseURI.c_str(), partial.c_str(), &full)) { in getFullCipherUri()
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java1610 boolean partial = true; in dumpLocked()
1613 partial = false; in dumpLocked()
1617 partial = false; in dumpLocked()
1621 partial = false; in dumpLocked()
1623 if (partial) { in dumpLocked()
2152 boolean partial = true; in dumpCheckinLocked()
2155 partial = false; in dumpCheckinLocked()
2159 partial = false; in dumpCheckinLocked()
2163 partial = false; in dumpCheckinLocked()
2165 if (partial) { in dumpCheckinLocked()
[all …]
/frameworks/base/core/proto/android/os/
Dbatterystats.proto286 // The total elapsed time that a partial wakelock was held. This duration
804 // the case of wakelock.partial.duration_ms) or overestimate (in the case of
805 // wakelock.partial.total_duration_ms) the total time, due to overlapping
811 // The total duration that the app spent holding partial wakelocks.
814 // The total duration that the app spent holding partial wakelocks while the
836 // for partial wakelocks.
837 optional TimerProto partial = 3; field
839 // These fields are for tracking partial wakelocks (see above), but only
/frameworks/base/services/core/java/com/android/server/am/
Dflags.aconfig113 description: "Migrate full updates to partial updates where possible"
/frameworks/native/services/surfaceflinger/
Dsurfaceflinger_flags_new.aconfig49 description: "Ignore local transform when mirroring a partial hierarchy"
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1175 if ((ui.partial || ui.guestToRemove) && ui.id != UserHandle.USER_SYSTEM) { in cleanupPartialUsers()
1180 ui.partial = true; in cleanupPartialUsers()
1208 ui.partial = true; in cleanupPreCreatedUsers()
1373 if (userId != currentUser && userData.info.isFull() && !userData.info.partial in getPreviousFullUserToEnterForeground()
1425 if ((excludePartial && ui.partial) in getUsersInternal()
1534 if (profile.partial) { in getProfileIdsLU()
2891 if (userData != null && userData.info.partial && !mRemovingUserIds.get(userId)) { in getUserInfoLU()
2902 if (userData != null && userData.info.partial && !mRemovingUserIds.get(userId)) { in getUserDataLU()
3036 if (userData == null || userData.info.partial) { in setUserName()
3147 if (targetUserInfo == null || targetUserInfo.partial) { in getUserIcon()
[all …]
DUserManagerServiceShellCommand.java237 user.partial ? " (partial)" : "", in runList()
/frameworks/base/services/backup/java/com/android/server/backup/utils/
DTarBackupReader.java568 long partial = (size + 512) % 512; in skipTarPadding() local
569 if (partial > 0) { in skipTarPadding()
570 final int needed = 512 - (int) partial; in skipTarPadding()
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp712 ssize_t partial = (nRead+512) % 512; in write_tarfile() local
713 if (partial > 0) { in write_tarfile()
714 ssize_t remainder = 512 - partial; in write_tarfile()
/frameworks/base/ravenwood/
Dapi-maintainers.md26 // “keep partial”, this method is not supported under Ravenwood and
/frameworks/native/services/surfaceflinger/FrontEnd/
Dreadme.md104 to support short circuiting parts of the hierarchy, partial hierarchy updates and fast paths
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1915 std::shared_ptr<resource_policy::ClientDescriptor<std::string, sp<BasicClient>>>* partial) { in handleEvictionsLocked() argument
2124 *partial = clientDescriptor; in handleEvictionsLocked()
2483 std::shared_ptr<resource_policy::ClientDescriptor<std::string, sp<BasicClient>>> partial; in connectHelper() local
2486 systemNativeClient, /*out*/&clientTmp, /*out*/&partial)) != NO_ERROR) { in connectHelper()
2701 finishConnectLocked(client, partial, oomScoreOffset, systemNativeClient); in connectHelper()
5191 const sp<BasicClient>& value, const CameraService::DescriptorPtr& partial, in makeClientDescriptor() argument
5193 return makeClientDescriptor(partial->getKey(), value, partial->getCost(), in makeClientDescriptor()
5194 partial->getConflicting(), partial->getPriority().getScore(), in makeClientDescriptor()
5195 partial->getOwnerId(), partial->getPriority().getState(), oomScoreOffset, in makeClientDescriptor()
DCameraService.h660 const CameraService::DescriptorPtr& partial, int oomScoreOffset,
967 std::shared_ptr<resource_policy::ClientDescriptor<std::string, sp<BasicClient>>>* partial);
/frameworks/base/core/java/android/os/
DDebug.java2453 public static void setFieldsOn(Class<?> cl, boolean partial) { in setFieldsOn() argument
2460 if (!partial || field.getAnnotation(DebugProperty.class) != null) { in setFieldsOn()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags29 # This is logged when the partial wake lock (keeping the device awake
/frameworks/base/core/proto/android/service/
Dprocstats.proto69 // Data completeness. e.g. "complete", "partial", shutdown", or "sysprops".
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_extension_atoms.proto74 // The instance id to track multiple partial impression event.
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig162 …description: "Allows recent apps selected for partial screenshare to be launched in split screen m…
383 description: "Enable the task switcher feature for partial screen sharing"

12