Searched defs:IPA_Pool_Init_Args (Results 1 – 1 of 1) sorted by relevance
28 struct IPA_Pool_Init_Args struct30 MS_U32 heap_id; //in: maybe shared with more than one pools which based on this heap31 …PAPOOL_NAME_MAX_LONG]; //global identify name for pool to shared between multiple process (char*)33 MS_U64 offset_in_heap; //in: pool location in heap address heap34 MS_U64 len; //in: pool length inheap address heap36 MS_U32 map_usage;// MAP_USAGE_APPLICATION or MAP_USAGE_UTOPIA or both38 MS_U32 pool_handle_id; //out: generate pool id based on heap specified by heap id39 MS_U32 miu; //out: miu id this heap belongs, index from 0.40 MS_U32 heap_type;//out: return heap type to application (enum IPA_HEAP_TYPE )41 MS_S32 error_code; // error code when failed[all …]