OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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