HomeSort by relevance Sort by last modified time
    Searched refs:TeardownFunctionPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
native_program.h 35 typedef void (*TeardownFunctionPtr)(void*);
73 TeardownFunctionPtr teardown_function_;
native_program.cpp 99 teardown_function_ = reinterpret_cast<TeardownFunctionPtr>(dlsym(lib_handle_, func_name.c_str()));

Completed in 73 milliseconds