Searched defs:entry (Results 151 - 175 of 246) sorted by relevance

12345678910

/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java99 * @param entry The recipient entry to get information from.
106 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, argument
108 return bindView(convertView, parent, entry, position, type, constraint, null);
117 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, argument
120 CharSequence[] styledResults = getStyledResults(constraint, entry);
124 CharSequence destinationType = getDestinationType(entry);
138 if (entry.isFirstLevel()) {
143 if (!entry.isFirstLevel()) {
168 if (!PhoneUtil.isPhoneNumber(entry
242 bindIconToView(boolean showImage, RecipientEntry entry, ImageView view, AdapterType type) argument
346 getDestinationType(RecipientEntry entry) argument
469 getStyledResults(@ullable String constraint, RecipientEntry entry) argument
[all...]
H A DRecipientEntry.java27 * Represents one entry inside recipient auto-complete list.
56 * True when this entry is the first entry in a group, which should have a photo and display
62 /** Destination for this contact entry. Would be an email address or a phone number. */
148 * an entry from contacts.
240 * @return the display name for the entry. If the display name source is larger than
327 * Returns if entry represents the same person as this instance. The default implementation
330 public boolean isSamePerson(final RecipientEntry entry) { argument
331 return entry != null && mContactId == entry
[all...]
/frameworks/av/camera/
H A DCameraMetadata.cpp175 ALOGE("Update metadata entry: Unknown tag %d", tag);
179 ALOGE("Mismatched tag type when updating entry %s (%d) of type %s; "
281 status_t CameraMetadata::update(const camera_metadata_ro_entry &entry) { argument
287 if ( (res = checkType(entry.tag, entry.type)) != OK) {
290 return updateImpl(entry.tag, (const void*)entry.data.u8, entry.count);
322 camera_metadata_entry_t entry; local
323 res = find_camera_metadata_entry(mBuffer, tag, &entry);
352 camera_metadata_ro_entry entry; local
358 camera_metadata_entry entry; local
374 camera_metadata_ro_entry entry; local
384 camera_metadata_entry_t entry; local
[all...]
/frameworks/av/include/media/nbaio/
H A DNBLog.h47 EVENT_INTEGER, // integer value entry
48 EVENT_FLOAT, // floating point value entry
50 EVENT_AUTHOR, // author index (present in merged logs) tracks entry's original log
51 EVENT_START_FMT, // logFormat start event: entry includes format string, following
58 // API for handling format entry operations
60 // a formatted entry has the following structure:
61 // * START_FMT entry, containing the format string
62 // * TIMESTAMP entry
63 // * author entry of the thread that generated it (optional, present in merged log)
67 // * END_FMT entry
77 struct entry { struct in class:android::NBLog::FormatEntry
[all...]
/frameworks/av/media/libnbaio/include/
H A DNBLog.h47 EVENT_INTEGER, // integer value entry
48 EVENT_FLOAT, // floating point value entry
50 EVENT_AUTHOR, // author index (present in merged logs) tracks entry's original log
51 EVENT_START_FMT, // logFormat start event: entry includes format string, following
58 // API for handling format entry operations
60 // a formatted entry has the following structure:
61 // * START_FMT entry, containing the format string
62 // * TIMESTAMP entry
63 // * author entry of the thread that generated it (optional, present in merged log)
67 // * END_FMT entry
77 struct entry { struct in class:android::NBLog::FormatEntry
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp150 sp<WebmElement> entry = WebmElement::AudioTrackEntry( local
154 return entry;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp149 camera_metadata_ro_entry_t entry = local
151 if (entry.count == 1) {
152 pipelineMaxDepth = entry.data.u8[0];
159 entry = device->info().find(ANDROID_LENS_INFO_MINIMUM_FOCUS_DISTANCE);
160 if (entry.count > 0 && entry.data.f[0] != 0.) {
189 camera_metadata_ro_entry_t entry; local
190 entry = result.mMetadata.find(ANDROID_SENSOR_TIMESTAMP);
191 nsecs_t timestamp = entry.data.i64[0];
192 if (entry
420 camera_metadata_entry_t entry; local
540 camera_metadata_entry_t entry; local
770 camera_metadata_ro_entry_t entry; local
825 camera_metadata_ro_entry_t entry; local
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java270 * Return specific stats entry.
273 final Entry entry = recycle != null ? recycle : new Entry();
274 entry.bucketStart = bucketStart[i];
275 entry.bucketDuration = bucketDuration;
276 entry.activeTime = getLong(activeTime, i, UNKNOWN);
277 entry.rxBytes = getLong(rxBytes, i, UNKNOWN);
278 entry.rxPackets = getLong(rxPackets, i, UNKNOWN);
279 entry.txBytes = getLong(txBytes, i, UNKNOWN);
280 entry.txPackets = getLong(txPackets, i, UNKNOWN);
281 entry
299 recordData(long start, long end, NetworkStats.Entry entry) argument
[all...]
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp190 ALOGD("Couldn't read zip entry info\n");
301 * An iterator over all shared libraries in a zip file. An entry is
305 * - The entry is under the lib/ directory.
306 * - The entry name ends with ".so" and the entry name starts with "lib",
308 * - The entry filename is "safe" (as determined by isFilenameSafe).
332 // Make sure this entry has a filename.
412 ZipEntryRO entry = NULL; local
413 while ((entry = it->next()) != NULL) {
422 install_status_t ret = callFunc(env, callArg, zipFile, entry, lastSlas
456 ZipEntryRO entry = NULL; local
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java199 FamilyResourceEntry entry, AssetManager mgr, String path) {
201 if (entry instanceof ProviderResourceEntry) {
202 final ProviderResourceEntry providerEntry = (ProviderResourceEntry) entry;
229 (FontFamilyFilesResourceEntry) entry;
955 // The first entry is the default typeface; no sense in
198 createFromResources( FamilyResourceEntry entry, AssetManager mgr, String path) argument
/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp52 // Pointer to the mmapped data where entry definitions are kept.
60 // Flags denote whether the resource entry is public
128 // Don't bother checking if the entry ID is larger than
144 // Find the entry value if it exists for this configuration.
151 // There is an entry for this resource, record it.
170 out_entry->entry = best_entry;
223 // Make sure that there is enough room for the entry offsets.
229 LOG(ERROR) << "Entry offsets overlap actual entry data.";
243 // Check each entry offset.
268 const ResTable_entry* entry local
401 const ResTable_entry* entry = local
[all...]
/frameworks/base/libs/hwui/
H A DTessellationCache.cpp392 const Description& entry, Tessellator tessellator) {
393 Buffer* buffer = mCache.get(entry);
396 sp<TessellationTask> task = new TessellationTask(tessellator, entry);
403 mCache.put(entry, buffer);
441 Description entry(Description::Type::RoundRect, transform, paint);
442 entry.shape.roundRect.width = width;
443 entry.shape.roundRect.height = height;
444 entry.shape.roundRect.rx = rx;
445 entry.shape.roundRect.ry = ry;
446 return getOrCreateBuffer(entry,
391 getOrCreateBuffer( const Description& entry, Tessellator tessellator) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java107 * Resets the notification entry to be re-used.
344 public void add(Entry entry) { argument
346 mEntries.put(entry.notification.getKey(), entry);
348 mGroupManager.onEntryAdded(entry);
440 Entry entry = mEntries.valueAt(i);
441 final StatusBarNotification oldSbn = entry.notification.cloneLight();
442 final String overrideGroupKey = getOverrideGroupKey(entry.key);
444 entry.notification.setOverrideGroupKey(overrideGroupKey);
445 mGroupManager.onEntryUpdated(entry, oldSb
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationInflater.java189 NotificationData.Entry entry = row.getEntry();
196 boolean isNewView = !compareRemoteViews(result.newContentView, entry.cachedContentView);
209 isNewView, remoteViewClickHandler, callback, entry, privateLayout,
219 entry.cachedBigContentView);
232 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
244 entry.cachedHeadsUpContentView);
257 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
268 entry.cachedPublicContentView);
281 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
291 !compareRemoteViews(result.newAmbientView, entry
320 applyRemoteView(final InflationProgress result, final int reInflateFlags, int inflationId, final ExpandableNotificationRow row, final boolean redactAmbient, boolean isNewView, RemoteViews.OnClickHandler remoteViewClickHandler, @Nullable final InflationCallback callback, NotificationData.Entry entry, NotificationContentView parentLayout, View existingView, NotificationViewWrapper existingWrapper, final HashMap<Integer, CancellationSignal> runningInflations, ApplyCallback applyCallback) argument
505 onAsyncInflationFinished(NotificationData.Entry entry) argument
638 onAsyncInflationFinished(NotificationData.Entry entry) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java173 NotificationData.Entry entry,
178 v.mEntry = entry;
172 inflate(Context context, ViewGroup root, NotificationData.Entry entry, RemoteInputController controller) argument
/frameworks/base/tools/aapt/
H A DZipFile.cpp133 * Return the Nth entry in the archive.
144 * Find an entry by name.
307 int entry; local
308 for (entry = 0; entry < mEOCD.mTotalNumEntries; entry++) {
532 * Add an entry by copying it from another zip file. If "padding" is
536 * If "ppEntry" is non-NULL, a pointer to the new entry will be returned.
869 * Mark an entry as deleted.
882 /* mark entry a
1148 uncompress(const ZipEntry* entry) argument
[all...]
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp63 name_out.entry =
66 name_out.entry.assign(name_in.name8, name_in.nameLen);
88 StringPiece entry; local
90 &entry)) {
99 if (entry.empty()) {
106 out_ref->entry = entry;
175 StringPiece entry; local
177 &type, &entry)) {
185 if (entry
494 std::pair<StringPiece, int> entry = GetDevelopmentSdkCodeNameAndVersion(); local
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp442 const llvm::ELF::Elf32_Sym* entry = local
449 st_info = entry->st_info;
450 st_other = entry->st_other;
452 st_name = entry->st_name;
453 st_shndx = entry->st_shndx;
455 st_name = mcld::bswap32(entry->st_name);
456 st_shndx = mcld::bswap16(entry->st_shndx);
936 const llvm::ELF::Elf64_Sym* entry = local
943 st_info = entry->st_info;
944 st_other = entry
[all...]
/frameworks/minikin/libs/minikin/
H A DHyphenator.cpp55 static uint32_t codepoint(uint32_t entry) { return entry >> 11; } argument
56 static uint32_t value(uint32_t entry) { return entry & 0x7ff; } argument
77 static uint32_t len(uint32_t entry) { return entry >> 26; } argument
78 static uint32_t shift(uint32_t entry) { return (entry >> 20) & 0x3f; } argument
79 const uint8_t* buf(uint32_t entry) const {
80 return reinterpret_cast<const uint8_t*>(this) + pattern_offset + (entry
364 uint32_t entry = *p; local
402 uint32_t entry = trie->data[node + c]; local
[all...]
/frameworks/rs/rsov/compiler/
H A DWrapper.cpp218 EntryPointDefinition *entry = b.MakeEntryPointDefinition( local
221 entry->setLocalSize(1, 1, 1);
224 entry->addToInterface(InvocationId);
225 entry->addToInterface(NumWorkgroups);
228 m->addEntryPoint(entry);
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp130 for (auto entry : mEntryPoints) {
131 mEntryPointInsts.push_back(entry->getInstruction());
133 entry->applyExecutionMode(mode);
225 Module *Module::addEntryPoint(EntryPointDefinition *entry) { argument
226 mEntryPoints.push_back(entry);
227 auto newModes = entry->getExecutionModes();
/frameworks/rs/script_api/
H A DGenerateDocumentation.cpp155 DetailedFunctionEntry entry; local
156 entry.info = f->getVersionInfo();
158 entry.htmlDeclaration = getDetailedHtmlDeclaration(*p);
159 const string s = stripHtml(entry.htmlDeclaration);
162 entries->insert(pair<string, DetailedFunctionEntry>(s, entry));
164 if (!mergeVersionInfo(&i->second.info, entry.info)) {
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java552 * Remove an entry from the list by marking it {@code null} and clean up later.
554 private static <T> void removeEntry(ArrayList<T> list, T entry) { argument
555 int id = list.indexOf(entry);
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp80 camera_metadata_ro_entry entry = metadata.find(ANDROID_REQUEST_PARTIAL_RESULT_COUNT); local
81 if (entry.count != 1) {
82 ALOGW("%s: bad count %zu for partial result count", __FUNCTION__, entry.count);
85 mPartialResultCount = entry.data.i32[0];
88 entry = metadata.find(ANDROID_LENS_INFO_SHADING_MAP_SIZE);
89 if (entry.count != 2) {
90 ALOGW("%s: bad count %zu for shading map size", __FUNCTION__, entry.count);
94 mShadingMapSize[0] = entry.data.i32[0];
95 mShadingMapSize[1] = entry.data.i32[1];
/frameworks/av/media/libnbaio/
H A DNBLog.cpp54 NBLog::FormatEntry::FormatEntry(const uint8_t *entry) : mEntry(entry) { argument
55 ALOGW_IF(entry[offsetof(struct entry, type)] != EVENT_START_FMT,
56 "Created format entry with invalid event type %d", entry[offsetof(struct entry, type)]);
62 return (const char*) mEntry + offsetof(entry, data);
66 return mEntry[offsetof(entry, length)];
95 // if there is an author entry, retur
143 iterator(const uint8_t *entry) argument
359 Entry entry = Entry(EVENT_END_FMT, NULL, 0); local
459 log(const NBLog::Entry *entry, bool trusted) argument
[all...]

Completed in 7966 milliseconds

12345678910