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

  /frameworks/base/media/mca/filterfw/native/core/
native_program.cpp 36 teardown_function_(NULL),
99 teardown_function_ = reinterpret_cast<TeardownFunctionPtr>(dlsym(lib_handle_, func_name.c_str()));
100 return teardown_function_ != NULL;
154 if (teardown_function_) {
155 teardown_function_(user_data_);
native_program.h 73 TeardownFunctionPtr teardown_function_; member in class:android::filterfw::NativeProgram

Completed in 45 milliseconds