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

  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 127 int init_ret = 0; local
178 init_ret = new->init(new);
181 if (init_ret) {
182 LOGE("module %s init() failed (%d)\n", new->name, init_ret);

Completed in 1667 milliseconds