Searched defs:partial (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java116 public boolean partial; field in class:UserInfo
234 partial = orig.partial;
263 dest.writeInt(partial ? 1 : 0);
289 partial = source.readInt() != 0;
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp707 ssize_t partial = (nRead+512) % 512; local
708 if (partial > 0) {
709 ssize_t remainder = 512 - partial;
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java260 // 1 means partial result is not supported.
1148 * This method is called when an image capture makes partial forward progress; some
1453 /** Map frame numbers to list of partial results */
1516 * <p>It keeps a track of all the partial results already created for a particular
1520 * @param result the total or partial result
1521 * @param partial {@true} if the result is partial, {@code false} if total
1524 public void updateTracker(long frameNumber, CaptureResult result, boolean partial, argument
1526 if (!partial) {
1550 * Attempt to pop off all of the partial result
[all...]
/frameworks/base/core/java/android/os/
H A DDebug.java2149 * @param partial If false, sets all static fields, otherwise, only set
2156 public static void setFieldsOn(Class<?> cl, boolean partial) { argument
2163 if (!partial || field.getAnnotation(DebugProperty.class) != null) {
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1000 std::shared_ptr<resource_policy::ClientDescriptor<String8, sp<BasicClient>>>* partial) {
1185 *partial = clientDescriptor;
1321 std::shared_ptr<resource_policy::ClientDescriptor<String8, sp<BasicClient>>> partial; local
1324 /*out*/&partial)) != NO_ERROR) {
1421 finishConnectLocked(client, partial);
2446 const sp<BasicClient>& value, const CameraService::DescriptorPtr& partial) {
2447 return makeClientDescriptor(partial->getKey(), value, partial->getCost(),
2448 partial->getConflicting(), partial
996 handleEvictionsLocked(const String8& cameraId, int clientPid, apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName, sp<BasicClient>* client, std::shared_ptr<resource_policy::ClientDescriptor<String8, sp<BasicClient>>>* partial) argument
2445 makeClientDescriptor( const sp<BasicClient>& value, const CameraService::DescriptorPtr& partial) argument
[all...]

Completed in 1122 milliseconds