Searched refs:entry (Results 26 - 50 of 83) sorted by relevance

1234

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c129 int entry; local
151 entry = inv_find_entry(hd->key);
154 if (entry >= 0 && len >= hd->size) {
155 if (hd->size != ds.hd[entry].size)
160 ds.load[entry](data);
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dworkqueue.cpp135 struct list *entry = works; local
137 static_cast<WorkableInterface *>(entry->data);
139 works = __list_delete(works, entry);
/hardware/interfaces/biometrics/fingerprint/2.1/
H A DIBiometricsFingerprint.hal31 @entry
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.h124 * Returns the offset of the next entry that matches \p tag, starting from the element after \p
130 * Removes the entry at the specified index. Returns true if successful, false if the index was
169 auto entry = authorizationValue(ttag, param); local
170 if (entry.isOk() && static_cast<ValueT>(entry.value()) == value) return true;
181 auto entry = GetEntry(tag); local
182 if (entry.isOk()) return authorizationValue(tag, entry.value());
190 for (auto& entry : set) {
191 push_back(entry);
[all...]
/hardware/interfaces/tv/cec/1.0/
H A DIHdmiCec.hal95 @entry
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp92 struct list *entry, *temp; local
95 list_foreach_safe(buffer_hdrs, entry, temp) {
96 free(entry->data); /* OMX_BUFFERHEADERTYPE */
97 __list_delete(buffer_hdrs, entry);
330 struct list *entry; local
354 entry = list_alloc(buffer_hdr);
355 if (!entry) {
359 "cannot allocate list entry\n", __FUNCTION__,
379 buffer_hdrs = __list_add_tail(buffer_hdrs, entry);
411 struct list *entry; local
507 struct list *entry; local
[all...]
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DDynamicSensorManager.cpp147 auto entry = mPendingReport.emplace(
151 if (entry.second) {
152 submitEvent(nullptr, entry.first->second.generateConnectionEvent(mHandleRange.first));
154 return entry.second;
/hardware/intel/common/libwsbm/src/
H A Dwsbm_fencemgr.c191 struct _WsbmFenceObject *entry; local
198 entry = WSBMLISTENTRY(list, struct _WsbmFenceObject, head);
203 old_signaled_types = wsbmAtomicRead(&entry->signaled_types);
205 old_signaled_types | (signaled_types & entry->fence_type);
210 wsbmAtomicCmpXchg(&entry->signaled_types, old_signaled_types,
214 if (signaled_types == entry->fence_type)
/hardware/interfaces/graphics/composer/2.1/default/
H A DComposerClient.cpp1089 BufferCacheEntry* entry = nullptr; local
1093 entry = &dpy->second.ClientTargets[slot];
1098 entry = &dpy->second.OutputBuffers[slot];
1108 entry = &ly->second.Buffers[slot];
1119 entry = &ly->second.SidebandStream;
1127 if (!entry) {
1132 *outEntry = entry;
1144 BufferCacheEntry* entry; local
1145 Error error = lookupBufferCacheEntryLocked(cache, slot, &entry);
1151 *outHandle = entry
1173 BufferCacheEntry* entry = nullptr; local
[all...]
/hardware/intel/img/psb_video/src/
H A Dtng_jpegdec.c370 uint16_t entry = 0; local
373 /* VLC microcode entry for a valid symbol */
374 entry |= (JPG_OP_VALID_SYMBOL << (JPG_INSTR_SHIFT_WIDTH+JPG_INSTR_OFFSET_WIDTH));
375 entry |= ((symbol_code->code_length - leading - 1) << JPG_INSTR_OFFSET_WIDTH);
376 entry |= symbol_code->symbol;
377 return entry;
383 uint16_t entry = 0; local
385 /* check that the max width read from the VLC entry is valid */
392 entry |= (JPG_OP_DECODE_DIRECT << (JPG_INSTR_SHIFT_WIDTH+JPG_INSTR_OFFSET_WIDTH));
393 entry |
418 uint16_t entry; local
[all...]
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DSubscriptionManager.cpp151 for (const auto& entry : clientValuesMap) {
153 .client = entry.first,
154 .values = entry.second
/hardware/interfaces/camera/common/1.0/default/include/
H A DCameraMetadata.h129 * Update metadata entry. Will create entry if it doesn't exist already, and
147 status_t update(const camera_metadata_ro_entry &entry);
156 * Check if a metadata entry exists for a given tag id
162 * Get metadata entry by tag id
167 * Get metadata entry by tag id, with no editing
172 * Delete metadata entry by tag
184 * 0: Tag entry information only, no data values
185 * 1: Level 0 plus at most 16 data values per entry
212 * Base update entry metho
[all...]
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp1689 ALOGI("getCameraCharacteristics metadata entry count is %zu", entryCount);
2008 ALOGI("template %u metadata entry count is %zu", t, entryCount);
2848 camera_metadata_ro_entry entry; local
2850 ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS, &entry);
2851 if ((0 != rc) || (0 != (entry.count % 4))) {
2855 for (size_t i = 0; i < entry.count; i+=4) {
2857 entry.data.i32[i + 3]) {
2859 AvailableStream s = {entry.data.i32[i+1],
2860 entry.data.i32[i+2], entry
2886 camera_metadata_ro_entry entry; local
2912 camera_metadata_ro_entry entry; local
2943 camera_metadata_ro_entry entry; local
2971 camera_metadata_ro_entry entry; local
[all...]
/hardware/interfaces/audio/effect/2.0/
H A DIEffect.hal28 @entry
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp1209 camera_metadata_ro_entry entry; local
1211 ANDROID_CONTROL_POST_RAW_SENSITIVITY_BOOST, &entry) == 0) {
1214 auto entry = d->mInflightRawBoostPresent.find(frameNumber); local
1215 if (d->mInflightRawBoostPresent.end() == entry) {
1237 auto entry = d->mInflightAETriggerOverrides.find(frameNumber); local
1238 if (d->mInflightAETriggerOverrides.end() != entry) {
1244 d->overrideResultForPrecaptureCancelLocked(entry->second,
1340 auto entry = d->mInflightAETriggerOverrides.find( local
1342 if (d->mInflightAETriggerOverrides.end() != entry) {
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalService.java577 Map.Entry entry = (Map.Entry) it.next();
578 String key = (String) entry.getKey();
579 ArrayList<ThermalZone> tzList = (ArrayList<ThermalZone>) entry.getValue();
H A DThermalManager.java699 // sThermalZonesList since some non thermal zones may not have entry in
700 // sThermalZonesList. This is because such zones only have entry in throttle
750 Map.Entry entry = (Map.Entry) it.next();
751 String key = (String) entry.getKey();
/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal243 @entry
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_QCOMExtns.h183 /** Type of extensions should match an entry from
202 /** Pointer to platform specific entry */
203 void* entry; member in struct:OMX_QCOM_PLATFORM_PRIVATE_ENTRY
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcore.cpp56 * core entry
184 struct list *entry; local
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_audio_calibration.h236 struct audio_cal_hw_delay_entry entry[MAX_HW_DELAY_ENTRIES]; member in struct:audio_cal_hw_delay_data
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_audio_calibration.h254 struct audio_cal_hw_delay_entry entry[MAX_HW_DELAY_ENTRIES]; member in struct:audio_cal_hw_delay_data
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_audio_calibration.h222 struct audio_cal_hw_delay_entry entry[MAX_HW_DELAY_ENTRIES]; member in struct:audio_cal_hw_delay_data
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_audio_calibration.h241 struct audio_cal_hw_delay_entry entry[MAX_HW_DELAY_ENTRIES]; member in struct:audio_cal_hw_delay_data
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_dpb.c1002 struct list_value_t *entry; member in struct:linked_list_t
1013 lp->entry = lvp;
1031 register struct list_value_t *lvp = lp->entry;
1035 lp->end->value = list_value; // replace the end entry
1036 } else if ((lp->begin==lp->end)||(lvp==lp->end)) // replece the begin/end entry and set the entry to NULL
1038 lp->entry->value = list_value;
1039 lp->prev_entry = lp->entry;
1040 lp->entry = NULL;
1042 else if (lvp->value==list_value) // the entry poin
[all...]

Completed in 799 milliseconds

1234