Searched defs:NativeProgram (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_program.cpp29 NativeProgram::NativeProgram() function in class:android::filterfw::NativeProgram
40 NativeProgram::~NativeProgram() {
45 bool NativeProgram::OpenLibrary(const std::string& lib_name) {
49 ALOGE("NativeProgram: Error opening library: '%s': %s", lib_name.c_str(), dlerror());
57 bool NativeProgram::BindProcessFunction(const std::string& func_name) {
62 ALOGE("NativeProgram: Could not find process function symbol: '%s'!", func_name.c_str());
68 bool NativeProgram::BindInitFunction(const std::string& func_name) {
75 bool NativeProgram
[all...]
H A Dnative_program.h37 class NativeProgram { class in namespace:android::filterfw
40 NativeProgram();
42 ~NativeProgram();
78 DISALLOW_COPY_AND_ASSIGN(NativeProgram);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeProgram.java26 public class NativeProgram extends Program { class in inherits:Program
36 public NativeProgram(String nativeLibName, String nativeFunctionPrefix) { method in class:NativeProgram
72 throw new RuntimeException("Could not initialize NativeProgram!");
79 throw new RuntimeException("Could not tear down NativeProgram!");
88 throw new RuntimeException("Could not reset NativeProgram!");
100 throw new RuntimeException("NativeProgram already torn down!");
107 throw new RuntimeException("NativeProgram got non-native frame as input "+ i +"!");
116 throw new RuntimeException("NativeProgram got non-native output frame!");
128 throw new RuntimeException("NativeProgram already torn down!");
142 throw new RuntimeException("NativeProgram alread
[all...]

Completed in 685 milliseconds