OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keepComponentAllocated
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/filters/
MediaFilter.cpp
96
void MediaFilter::initiateShutdown(bool
keepComponentAllocated
) {
98
msg->setInt32("
keepComponentAllocated
",
keepComponentAllocated
);
619
int32_t
keepComponentAllocated
;
620
CHECK(msg->findInt32("
keepComponentAllocated
", &
keepComponentAllocated
));
621
if (!
keepComponentAllocated
|| mState == UNINITIALIZED) {
627
if (
keepComponentAllocated
) {
/frameworks/av/media/libstagefright/
ACodec.cpp
368
void onShutdown(bool
keepComponentAllocated
);
681
void ACodec::initiateShutdown(bool
keepComponentAllocated
) {
683
msg->setInt32("
keepComponentAllocated
",
keepComponentAllocated
);
685
if (!
keepComponentAllocated
) {
[
all
...]
Completed in 119 milliseconds