HomeSort by relevance Sort by last modified time
    Searched refs:keepComponentAllocated (Results 1 - 7 of 7) 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/include/media/stagefright/
MediaFilter.h 39 virtual void initiateShutdown(bool keepComponentAllocated = false);
CodecBase.h 211 virtual void initiateShutdown(bool keepComponentAllocated = false) = 0;
ACodec.h 62 virtual void initiateShutdown(bool keepComponentAllocated = false);
  /frameworks/av/media/codec2/sfplugin/
CCodec.h 57 virtual void initiateShutdown(bool keepComponentAllocated = false) override;
CCodec.cpp     [all...]
  /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 129 milliseconds