Home
last modified time | relevance | path

Searched refs:process_function_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_program.cpp34 process_function_(NULL), in NativeProgram()
60 process_function_ = reinterpret_cast<ProcessFunctionPtr>(dlsym(lib_handle_, func_name.c_str())); in BindProcessFunction()
61 if (!process_function_) { in BindProcessFunction()
107 if (process_function_) { in CallProcess()
108 return process_function_(const_cast<const char**>(&inputs[0]), in CallProcess()
H A Dnative_program.h71 ProcessFunctionPtr process_function_; variable