Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 15 of 15) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dosmemapi.c101 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32); in os_memoryAlloc() local
105 …("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size); in os_memoryAlloc()
114 if (total_size < 6 * 4096) in os_memoryAlloc()
116 if (total_size < 2 * 4096) in os_memoryAlloc()
119 blk = kmalloc(total_size, flags); in os_memoryAlloc()
136 blk = vmalloc(total_size); in os_memoryAlloc()
144 os_profile (OsContext, 4, total_size); in os_memoryAlloc()
149 *(__u32 *)((unsigned char *)blk + total_size - sizeof(__u32)) = MEM_BLOCK_END; in os_memoryAlloc()
299 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32); in os_memoryAlloc4HwDma() local
308 blk = kmalloc(total_size, flags | GFP_DMA); in os_memoryAlloc4HwDma()
[all …]
/hardware/invensense/libsensors_iio/software/core/mllite/
Dstorage_manager.c38 size_t total_size; /**< Size in bytes to store non volatile data */ member
50 ds.total_size = sizeof(struct data_header_t); in inv_init_storage_manager()
82 ds.total_size += size + sizeof(struct data_header_t); in inv_register_load_store()
94 *size = ds.total_size; in inv_get_mpl_state_size()
175 if (sz >= ds.total_size) { in inv_save_mpl_states()
192 ds.total_size - sizeof(struct data_header_t)); in inv_save_mpl_states()
194 hd->size = ds.total_size; in inv_save_mpl_states()
/hardware/ril/mock-ril/src/cpp/
Dmsgheader.pb.cpp312 int total_size = 0; in ByteSize() local
317 total_size += 1 + in ByteSize()
324 total_size += 1 + in ByteSize()
331 total_size += 1 + in ByteSize()
338 total_size += 1 + in ByteSize()
345 total_size += in ByteSize()
350 _cached_size_ = total_size; in ByteSize()
352 return total_size; in ByteSize()
/hardware/qcom/media/mm-video/vidc/common/src/
Dextra_data_handler.cpp231 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; in parse_sliceinfo() local
251 if (slice_offset != total_size) { in parse_sliceinfo()
257 total_size += slice_size; in parse_sliceinfo()
261 if (pBufHdr->nFilledLen != total_size) { in parse_sliceinfo()
263 "total slices size[%d]", pBufHdr->nFilledLen, total_size); in parse_sliceinfo()
/hardware/qcom/gps/loc_api/libloc_api/
Dloc_eng_xtra.cpp126 predicted_orbits_data_ptr->total_size = length; in qct_loc_eng_inject_xtra_data()
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_common.xdr674 rpc_uint32 total_size;
783 rpc_uint32 total_size;
Dloc_api_common_xdr.c1146 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_predicted_orbits_data_s_type()
1387 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_efs_data_s_type()
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
Dloc_api_common.h703 rpc_uint32 total_size; member
831 rpc_uint32 total_size; member
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
Dloc_api_rpcgen_common_rpc.h766 rpc_uint32 total_size; member
911 rpc_uint32 total_size; member
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_common.xdr738 rpc_uint32 total_size;
862 rpc_uint32 total_size;
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
Dloc_api_rpcgen_common_xdr.c1172 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_predicted_orbits_data_s_type()
1440 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_efs_data_s_type()
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_common.xdr635 rpc_uint32 total_size;
Dloc_api_common_xdr.c1077 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_predicted_orbits_data_s_type()
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
Dloc_api_common.h676 rpc_uint32 total_size; member
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpcAdapter.cpp823 predicted_orbits_data_ptr->total_size = length; in setXtraData()