Searched refs:update_info (Results 1 - 12 of 12) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs_info.h28 extern void update_info(char *);
H A Dinfo.h28 extern void update_info(struct dir_ent *);
H A Dunsquashfs_info.c59 void update_info(char *name) function
H A Dinfo.c58 void update_info(struct dir_ent *dir_ent) function
H A Dunsquashfs.c1599 update_info(pathname);
H A Dmksquashfs.c3956 update_info(dir_ent);
/external/libnfc-nci/src/nfc/include/
H A Dce_api.h80 tCE_UPDATE_INFO update_info; member in union:__anon8724
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c224 tCE_UPDATE_INFO update_info; local
378 update_info.status = nfc_status;
379 update_info.p_data = p_cb->ndef_info.p_scratch_buf;
380 update_info.length = p_cb->ndef_info.scratch_ln;
382 p_ce_cb->p_cback (CE_T3T_NDEF_UPDATE_CPLT_EVT, (tCE_DATA *) &update_info);
H A Dce_t4t.c302 ce_data.update_info.status = NFC_STATUS_OK;
303 ce_data.update_info.length = p_t4t->nlen;
304 ce_data.update_info.p_data = p_t4t->p_scratch_buf;
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c76 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length;
77 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data;
142 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length;
143 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data;
145 if (NDEF_MsgValidate (p_ce_data->update_info.p_data, p_ce_data->update_info.length, TRUE) != NDEF_OK)
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c713 int *update_info = va_arg(args, int *); local
715 if (update_info && !ctx->yv12_frame_buffers.use_frame_threads)
719 *update_info = pbi->common.refresh_alt_ref_frame * (int) VP8_ALTR_FRAME
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c906 int *const update_info = va_arg(args, int *); local
914 if (update_info) {
919 *update_info = frame_worker_data->pbi->refresh_frame_flags;

Completed in 237 milliseconds