Searched refs:entries (Results 1 - 25 of 32) sorted by relevance

12

/hardware/intel/bootstub/
H A Dimr_toc.h15 imr_toc_entry_t entries[8]; /* pick reasonable size to make gcc happy */ member in struct:__anon518
H A Dbootstub.c319 if (vxe_fw_size > imr6_toc.entries[IMR_TOC_ENTRY_VXE_FW].size) {
330 vxe_fw_load_adrs = IMR6_START_ADDRESS + imr6_toc.entries[IMR_TOC_ENTRY_VXE_FW].start_offset;
412 mb.drives_addr = IMR6_START_ADDRESS + imr6_toc.entries[IMR_TOC_ENTRY_XEN_EXTRA].start_offset;
413 mb.drives_length = imr6_toc.entries[IMR_TOC_ENTRY_XEN_EXTRA].size;
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dqcedev.h106 uint32_t entries; member in struct:qcedev_cipher_op_req
124 uint32_t entries; member in struct:qcedev_sha_op_req
H A Dmsm_ipa.h786 uint8_t entries; member in struct:ipa_ioc_nat_dma_cmd
/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h262 * available, and should have BLOB_REQUIRES_FILE_SYSTEM. Other requirements entries will be added
321 keymaster_blob_t* entries; member in struct:__anon1843
604 free((uint8_t*)chain->entries[i].data);
605 chain->entries[i].data = NULL;
606 chain->entries[i].data_length = 0;
608 free(chain->entries);
609 chain->entries = NULL;
H A Dcamera2.h266 * buffer will have room for entries number of metadata entries, plus
271 size_t entries, size_t data_bytes,
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dqcedev.h186 uint32_t entries; member in struct:qcedev_cipher_op_req
202 * @entries (IN): Number of buf_info entries in the data array
212 uint32_t entries; member in struct:qcedev_sha_op_req
H A Dmsm_ipa.h1284 * @table_entries: input parameter, ipv4 rules table size in entries
1330 * @entries: number of dma commands in use
1334 uint8_t entries; member in struct:ipa_ioc_nat_dma_cmd
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsmb_ispif.h110 struct msm_ispif_params_entry entries[MAX_PARAM_ENTRIES]; member in struct:msm_ispif_param_data
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsmb_ispif.h84 struct msm_ispif_params_entry entries[MAX_PARAM_ENTRIES]; member in struct:msm_ispif_param_data
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_ispif.h110 struct msm_ispif_params_entry entries[MAX_PARAM_ENTRIES]; member in struct:msm_ispif_param_data
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_ispif.h84 struct msm_ispif_params_entry entries[MAX_PARAM_ENTRIES]; member in struct:msm_ispif_param_data
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsmb_ispif.h114 struct msm_ispif_params_entry entries[MAX_PARAM_ENTRIES]; member in struct:msm_ispif_param_data
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsmb_ispif.h88 struct msm_ispif_params_entry entries[MAX_PARAM_ENTRIES]; member in struct:msm_ispif_param_data
/hardware/intel/common/libmix/mix_audio/src/
H A Dintel_sst_ioctl.h288 unsigned int entries; member in struct:snd_sst_mmap_buffs
299 unsigned int entries; member in struct:snd_sst_buffs
H A Dmixaudio.c1558 g_message("Input entries=%d. Output entries=%d", iovincnt, iovoutcnt);
1573 ibuf.entries = iovincnt;
1577 obuf.entries = iovoutcnt;
/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp58 SIMPLEQ_ENTRY(handle_entry) entries; member in struct:handle_entry
238 SIMPLEQ_REMOVE_HEAD(&pending_flush_items_head, entries);
373 SIMPLEQ_INSERT_TAIL(&pending_flush_items_head, the_entry, entries);
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp111 size_t entries = get_camera_metadata_entry_count(*slotEntry); local
114 camera_metadata_t *copy = allocate_camera_metadata(entries, dataBytes);
218 size_t entries, size_t bytes,
221 allocate_camera_metadata(entries, bytes);
217 producer_dequeue(const camera2_frame_queue_dst_ops_t * , size_t entries, size_t bytes, camera_metadata_t **buffer) argument
H A Dcamera2_utils.h96 size_t entries, size_t bytes,
/hardware/qcom/audio/hal/
H A Daudio_hw.h168 struct error_log_entry entries[ERROR_LOG_ENTRIES]; member in struct:error_log
H A Daudio_hw.c385 if (code == log->entries[log->idx].code &&
386 now - log->entries[log->idx].last_time < one_second) {
387 log->entries[log->idx].count++;
388 log->entries[log->idx].last_time = now;
393 if (++log->idx >= ARRAY_SIZE(log->entries)) {
396 log->entries[log->idx].count = 1;
397 log->entries[log->idx].code = code;
398 log->entries[log->idx].first_time = now;
399 log->entries[log->idx].last_time = now;
413 for (size_t i = 0; i < ARRAY_SIZE(log->entries);
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dp2p.h245 uint8 num_entries; /* # of channel entries */
246 wifi_p2p_chanlist_entry_t entries[WIFI_P2P_CHANLIST_SE_MAX_ENTRIES]; member in struct:wifi_p2p_chanlist_se_s
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp1230 //status == 0 means "no block entries found"
1274 if (status == 0) //no entries found
1300 if (status == 0) //no entries found
1351 //status == 0 means "no block entries found"
1866 //first count the seek head entries
1906 //now parse the entries and void elements
3853 //status == 0 means "no block entries found"
4099 //landed on empty cluster (no entries)
5566 //landed on empty cluster (no entries)
6489 return 1; //no more entries
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h1072 __u32 entries; member in struct:v4l2_enc_idx
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h1488 __u32 entries; member in struct:v4l2_enc_idx

Completed in 461 milliseconds

12