HomeSort by relevance Sort by last modified time
    Searched full:update_info (Results 1 - 22 of 22) sorted by null

  /external/squashfs-tools/squashfs-tools/
info.h 28 extern void update_info(struct dir_ent *);
unsquashfs_info.h 28 extern void update_info(char *);
info.c 58 void update_info(struct dir_ent *dir_ent) function
unsquashfs_info.c 59 void update_info(char *name) function
unsquashfs.c     [all...]
mksquashfs.c     [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
JcopOsDownload.cpp 225 JcopOs_ImageInfo_t update_info = (JcopOs_ImageInfo_t )gpJcopOs_Dwnld_Context->Image_info; local
227 update_info.index = 0x00;
228 update_info.cur_state = 0x00;
232 status = GetJcopOsState(&update_info, &seq_counter);
243 status = (*this.*(JcopOs_dwnld_seqhandler[seq_counter]))(&update_info, status, &trans_info );
Ala.cpp 286 Ala_ImageInfo_t update_info = (Ala_ImageInfo_t )gpAla_Dwnld_Context->Image_info; local
294 status = (*(seq_handler[seq_counter]))(&update_info, status, &trans_info );
390 Ala_ImageInfo_t update_info = (Ala_ImageInfo_t )gpAla_Dwnld_Context->Image_info; local
398 status = (*(seq_handler[seq_counter]))(&update_info, status, &trans_info );
425 Ala_ImageInfo_t update_info = (Ala_ImageInfo_t )gpAla_Dwnld_Context->Image_info; local
433 status = (*(seq_handler[seq_counter]))(&update_info, status, &trans_info );
466 Ala_ImageInfo_t update_info = (Ala_ImageInfo_t )gpAla_Dwnld_Context-> local
476 strcat(update_info.fls_RespPath, dest);
478 update_info.bytes_wrote = 0xAA;
482 update_info.bytes_wrote = 0x55
    [all...]
  /system/nfc/src/nfc/include/
ce_api.h 66 tCE_UPDATE_INFO update_info; member in union:__anon3540
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 494 int *const update_info = va_arg(args, int *); local
496 if (update_info) {
498 *update_info = ctx->pbi->refresh_frame_flags;
  /hardware/nxp/secure_element/ls_client/src/
LsLib.cpp 92 Lsc_ImageInfo_t update_info; local
95 memset(&update_info, 0, sizeof(Lsc_ImageInfo_t));
97 strcat(update_info.fls_RespPath, dest);
100 update_info.bytes_wrote = 0xAA;
102 update_info.bytes_wrote = 0x55;
107 // memcpy(update_info.fls_path, (char*)Lsc_path, sizeof(Lsc_path));
108 strcat(update_info.fls_path, name);
110 update_info.fls_path);
117 status = (*(seq_handler[seq_counter]))(&update_info, status, &trans_info);
125 LSC_CloseChannel(&update_info, LSCSTATUS_FAILED, &trans_info)
    [all...]
  /system/nfc/src/nfa/ce/
nfa_ce_act.cc 89 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length;
90 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data;
171 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length;
172 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data;
174 if (NDEF_MsgValidate(p_ce_data->update_info.p_data,
175 p_ce_data->update_info.length, true) != NDEF_OK)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_isp.h 217 struct msm_vfe_axi_stream_cfg_update_info update_info[MAX_NUM_STREAM]; member in struct:msm_vfe_axi_stream_update_cmd
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 568 int *update_info = va_arg(args, int *); local
570 if (update_info) {
573 *update_info = pbi->common.refresh_alt_ref_frame * (int)VP8_ALTR_FRAME +
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_isp.h 346 update_info[MSM_ISP_STATS_MAX]; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_isp.h 382 update_info[MSM_ISP_STATS_MAX]; member in union:msm_vfe_axi_stream_update_cmd::__anon51687
  /hardware/qcom/msm8998/original-kernel-headers/media/
msmb_isp.h 411 update_info[MSM_ISP_STATS_MAX]; member in union:msm_vfe_axi_stream_update_cmd::__anon51962
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_isp.h 240 struct msm_vfe_axi_stream_cfg_update_info update_info[MAX_NUM_STREAM]; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_isp.h 367 struct msm_vfe_axi_stream_cfg_update_info update_info[MSM_ISP_STATS_MAX]; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_isp.h 409 struct msm_vfe_axi_stream_cfg_update_info update_info[MSM_ISP_STATS_MAX]; member in union:msm_vfe_axi_stream_update_cmd::__anon51536
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msmb_isp.h 440 struct msm_vfe_axi_stream_cfg_update_info update_info[MSM_ISP_STATS_MAX]; member in union:msm_vfe_axi_stream_update_cmd::__anon51828
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]

Completed in 1611 milliseconds