OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAttribute
(Results
26 - 32
of
32
) sorted by null
1
2
/frameworks/av/media/libstagefright/rtsp/
MyHandler.h
59
static bool
GetAttribute
(const char *s, const char *key, AString *value) {
308
if (!
GetAttribute
(transport.c_str(),
327
if (!
GetAttribute
(transport.c_str(),
652
if (
GetAttribute
(
[
all
...]
MyTransmitter.h
52
static bool
GetAttribute
(const char *s, const char *key, AString *value) {
491
CHECK(
GetAttribute
(transport.c_str(), "server_port", &value));
496
CHECK(
GetAttribute
(transport.c_str(), "source", &value));
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h
153
const StunAttribute*
GetAttribute
(StunAttributeType type) const;
/frameworks/base/media/mca/filterfw/native/core/
shader_program.h
232
ProgramVar
GetAttribute
(const std::string& name) const;
shader_program.cpp
941
ProgramVar ShaderProgram::
GetAttribute
(const std::string& name) const {
[
all
...]
/frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h
213
const StunAttribute*
GetAttribute
(int type) const;
Completed in 225 milliseconds
1
2