/hardware/libhardware/tests/camera3/ |
H A D | camera3tests.cpp | 36 camera_metadata_entry entry; local 40 ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE, &entry)) 42 int pixel_array_w = entry.data.i32[0]; 43 int pixel_array_h = entry.data.i32[1]; 48 ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE, &entry)) 50 int active_array_w = entry.data.i32[0]; 51 int active_array_h = entry.data.i32[1]; 64 camera_metadata_entry entry; local 67 ANDROID_CONTROL_MODE, &entry))
|
/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | vendor_modules.cpp | 40 struct dirent* entry; local 41 while ((entry = readdir(dir))) { 42 ALOGD("checking file %s", entry->d_name); 43 string fullpath = directory + "/" + entry->d_name;
|
/hardware/libhardware/modules/camera/3_4/ |
H A D | format_metadata_factory_test.cpp | 41 camera_metadata_ro_entry_t entry = metadata.find(tag); local 42 EXPECT_EQ(entry.count, count);
|
H A D | v4l2_camera.cpp | 44 camera_metadata_ro_entry_t entry; local 45 get_camera_metadata_ro_entry(metadata, i, &entry); 46 keys.push_back(entry.tag);
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | test_common.h | 38 camera_metadata_ro_entry_t entry = metadata.find(tag); local 39 ASSERT_EQ(entry.count, size); 41 GetDataPointer(entry, &data);
|
H A D | metadata_common.h | 42 // Updates the entry for |tag| in |metadata| (functionally similar to 54 // metadata entry with an incorrect amount of data (e.g. filling a tag 118 // GetDataPointer(entry, val) 121 // Gets the data pointer of a given metadata entry into |*val|. 123 static void GetDataPointer(camera_metadata_ro_entry_t& entry, argument 125 *val = entry.data.u8; 128 static void GetDataPointer(camera_metadata_ro_entry_t& entry, argument 130 *val = entry.data.i32; 133 static void GetDataPointer(camera_metadata_ro_entry_t& entry, argument 135 *val = entry 138 GetDataPointer(camera_metadata_ro_entry_t& entry, const int64_t** val) argument 143 GetDataPointer(camera_metadata_ro_entry_t& entry, const double** val) argument 148 GetDataPointer(camera_metadata_ro_entry_t& entry, const camera_metadata_rational_t** val) argument 176 camera_metadata_ro_entry_t entry = metadata.find(tag); local 207 camera_metadata_ro_entry_t entry = metadata.find(tag); local 256 camera_metadata_ro_entry_t entry = metadata.find(tag); local 280 camera_metadata_ro_entry_t entry = metadata.find(tag); local [all...] |
/hardware/intel/common/wrs_omxil_core/utils/src/ |
H A D | queue.c | 54 void __queue_push_head(struct queue *queue, struct list *entry) argument 56 queue->head = __list_add_head(queue->head, entry); 65 struct list *entry = list_alloc(data); local 67 if (!entry) 70 queue->head = __list_add_head(queue->head, entry); 79 void __queue_push_tail(struct queue *queue, struct list *entry) argument 81 queue->tail = list_add_tail(queue->tail, entry); 95 struct list *entry = list_alloc(data); local 97 if (!entry) 100 queue->tail = __list_add_tail(queue->tail, entry); 113 struct list *entry = queue->head; local 128 struct list *entry; local 142 struct list *entry = queue->tail; local 157 struct list *entry; local 181 struct list *entry; local 193 struct list *entry; local [all...] |
H A D | workqueue.cpp | 135 struct list *entry = works; local 137 static_cast<WorkableInterface *>(entry->data); 139 works = __list_delete(works, entry);
|
H A D | list.c | 23 void __list_init(struct list *entry) argument 25 if (entry) { 26 entry->prev = NULL; 27 entry->next = NULL; 28 entry->data = NULL; 53 void __list_free(struct list *entry) argument 55 free(entry); 87 struct list *entry; local 90 list_foreach(list, entry) { 96 return entry; 111 __list_add_before(struct list *entry, struct list *new) argument 127 __list_add_after(struct list *entry, struct list *new) argument 193 __list_remove(struct list *list, struct list *entry) argument 215 __list_delete(struct list *list, struct list *entry) argument [all...] |
/hardware/interfaces/drm/1.0/default/include/ |
H A D | PluginLoader.h | 35 PluginLoader(const char *dir, const char *entry) { argument 51 T *plugin = loadOne(path, entry); 74 T* loadOne(const char *path, const char *entry) { argument 82 (CreateFactoryFunc)library->lookup(entry); 84 ALOGV("Found plugin factory entry %s in %s", entry, path);
|
/hardware/interfaces/gnss/1.0/default/ |
H A D | GnssMeasurement.cpp | 53 auto entry = legacyGnssData->measurements[i]; local 54 auto state = static_cast<GnssMeasurementState>(entry.state); 62 .flags = entry.flags, 63 .svid = entry.svid, 64 .constellation = static_cast<GnssConstellationType>(entry.constellation), 65 .timeOffsetNs = entry.time_offset_ns, 67 .receivedSvTimeInNs = entry.received_sv_time_in_ns, 68 .receivedSvTimeUncertaintyInNs = entry.received_sv_time_uncertainty_in_ns, 69 .cN0DbHz = entry.c_n0_dbhz, 70 .pseudorangeRateMps = entry 128 auto entry = gpsData->measurements[i]; local [all...] |
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/ |
H A D | main.c | 67 IPAERR("Infinite loop detected, entry\n"); 140 uint8_t is_base_entry_valid(u32 tbl_hdl, u16 entry) argument 144 if (entry > 149 entry -= 157 return (Read16BitFieldValue(tbl_ptr[entry].ip_cksm_enbl, 161 uint8_t is_index_entry_valid(u32 tbl_hdl, u16 entry) argument 165 if (entry > 170 entry -= 178 if (Read16BitFieldValue(tbl_ptr[entry].tbl_entry_nxt_indx, 214 IPAERR("Invalid next index found, entry [all...] |
/hardware/intel/common/libwsbm/src/ |
H A D | wsbm_mm.c | 57 struct _WsbmMMNode *entry; local 60 entry = WSBMLISTENTRY(tail_node, struct _WsbmMMNode, ml_entry); 62 if (!entry->free) 65 return entry->size; 72 struct _WsbmMMNode *entry; local 75 entry = WSBMLISTENTRY(tail_node, struct _WsbmMMNode, ml_entry); 77 if (!entry->free) 80 if (entry->size <= size) 83 entry->size -= size; 220 struct _WsbmMMNode *entry; local 277 struct _WsbmMMNode *entry; local [all...] |
H A D | wsbm_fencemgr.c | 191 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/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | storage_manager.c | 129 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/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | storage_manager.c | 129 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/libhardware/modules/camera/3_0/ |
H A D | VendorTags.cpp | 37 // Describes a single vendor tag entry 110 // Get a static handle to a specific vendor tag entry 176 const Entry* entry = getEntry(tag); local 178 if (entry == NULL) 181 return entry->name; 186 const Entry* entry = getEntry(tag); local 188 if (entry == NULL) 191 return entry->type;
|
/hardware/qcom/msm8998/json-c/ |
H A D | json_object.h | 72 struct lh_entry *entry; member in struct:json_object_iter 349 for(struct lh_entry *entry ## key = json_object_get_object(obj)->head, *entry_next ## key = NULL; \ 350 ({ if(entry ## key) { \ 351 key = (char*)entry ## key->k; \ 352 val = (struct json_object*)entry ## key->v; \ 353 entry_next ## key = entry ## key->next; \ 354 } ; entry ## key; }); \ 355 entry ## key = entry_next ## key ) 362 struct lh_entry *entry ## key; \ 364 for(entry ## ke [all...] |
/hardware/intel/common/utils/ISV/omx/ |
H A D | isv_omxcore.cpp | 56 * core entry 184 struct list *entry; local
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
H A D | wrs_omxcore.cpp | 65 struct list *entry; local 88 entry = list_alloc(cmodule); 89 if (!entry) 91 head = __list_add_tail(head, entry); 111 struct list *entry, *next; local 113 list_foreach_safe(head, entry, next) { 114 CModule *cmodule = static_cast<CModule *>(entry->data); 116 head = __list_delete(head, entry); 170 struct list *entry; local 174 entry 196 struct list *entry; local 312 struct list *entry; local 353 struct list *entry; local [all...] |
/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | authorization_set.h | 124 * 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/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_Conntrack_NATApp.cpp | 155 /* Add back the cached NAT-entry */ 256 /* Delete the entry from Nat table on connection close */ 282 IPACMDBG_H("Deleted Nat entry(%d) Successfully\n", cnt); 286 IPACMDBG_H("Deleted Nat entry(%d) only from cache\n", cnt); 298 /* Add new entry to the nat table on new connection */ 406 IOffloadManager::ConntrackTimeoutUpdater::natTimeoutUpdate_t entry; local 490 entry.proto = IOffloadManager::ConntrackTimeoutUpdater::UDP;; 494 entry.proto = IOffloadManager::ConntrackTimeoutUpdater::TCP; 499 entry.src.ipAddr = htonl(rule->private_ip); 500 entry 768 DeleteTempEntry(const nat_table_entry *entry) argument [all...] |
/hardware/interfaces/camera/common/1.0/default/ |
H A D | CameraMetadata.cpp | 176 ALOGE("Update metadata entry: Unknown tag %d", tag); 180 ALOGE("Mismatched tag type when updating entry %s (%d) of type %s; " 282 status_t CameraMetadata::update(const camera_metadata_ro_entry &entry) { argument 288 if ( (res = checkType(entry.tag, entry.type)) != OK) { 291 return updateImpl(entry.tag, (const void*)entry.data.u8, entry.count); 323 camera_metadata_entry_t entry; local 324 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...] |
H A D | CameraModule.cpp | 47 camera_metadata_entry entry = chars.find(ANDROID_CONTROL_AVAILABLE_SCENE_MODES); local 48 if (entry.count > 1 || entry.data.u8[0] != ANDROID_CONTROL_SCENE_MODE_DISABLED) { 56 entry = chars.find(ANDROID_CONTROL_AE_AVAILABLE_MODES); 57 if (entry.count > 0) { 58 for (size_t i = 0; i < entry.count; i++) { 59 if (entry.data.u8[i] == ANDROID_CONTROL_AE_MODE_OFF) { 65 entry = chars.find(ANDROID_CONTROL_AF_AVAILABLE_MODES); 66 if (entry.count > 0) { 67 for (size_t i = 0; i < entry 138 camera_metadata_entry entry = chars.find(ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS); local 198 camera_metadata_entry entry = chars.find(ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE); local 226 camera_metadata_entry entry = chars.find(keyTag); local [all...] |
/hardware/intel/common/wrs_omxil_core/base/src/ |
H A D | portbase.cpp | 92 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...] |