OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateItem
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/foundation/
AMessage.cpp
188
AMessage::Item *AMessage::
allocateItem
(const char *name) {
270
Item *item =
allocateItem
(name); \
297
Item *item =
allocateItem
(name);
309
Item *item =
allocateItem
(name);
325
Item *item =
allocateItem
(name);
335
Item *item =
allocateItem
(name);
1078
Item *it =
allocateItem
(name);
1096
Item *it =
allocateItem
(other->mItems[ix].mName);
[
all
...]
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AMessage.h
300
Item *
allocateItem
(const char *name);
Completed in 861 milliseconds