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

  /frameworks/base/media/mca/filterfw/native/core/
native_program.h 33 typedef int (*ProcessFunctionPtr)(const char**, const int*, int, char*, int, void*);
71 ProcessFunctionPtr process_function_;
native_program.cpp 60 process_function_ = reinterpret_cast<ProcessFunctionPtr>(dlsym(lib_handle_, func_name.c_str()));

Completed in 81 milliseconds