HomeSort by relevance Sort by last modified time
    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 371 void onShutdown(bool keepComponentAllocated);
684 void ACodec::initiateShutdown(bool keepComponentAllocated) {
686 msg->setInt32("keepComponentAllocated", keepComponentAllocated);
688 if (!keepComponentAllocated) {
    [all...]

Completed in 643 milliseconds