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 88 void MediaFilter::initiateShutdown(bool keepComponentAllocated) {
90 msg->setInt32("keepComponentAllocated", keepComponentAllocated);
683 int32_t keepComponentAllocated;
684 CHECK(msg->findInt32("keepComponentAllocated", &keepComponentAllocated));
685 if (!keepComponentAllocated || mState == UNINITIALIZED) {
  /frameworks/av/media/libstagefright/
ACodec.cpp 319 void onShutdown(bool keepComponentAllocated);
621 void ACodec::initiateShutdown(bool keepComponentAllocated) {
623 msg->setInt32("keepComponentAllocated", keepComponentAllocated);
625 if (!keepComponentAllocated) {
    [all...]

Completed in 40 milliseconds