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

  /frameworks/base/media/mca/filterfw/native/core/
native_program.h 54 bool CallSetValue(const std::string& key, const std::string& value);
native_program.cpp 126 bool NativeProgram::CallSetValue(const std::string& key, const std::string& value) {
  /frameworks/base/media/mca/filterfw/jni/
jni_native_program.cpp 116 return ToJBool(program && program->CallSetValue(c_key, c_value));

Completed in 3621 milliseconds