HomeSort by relevance Sort by last modified time
    Searched refs:keepComponentAllocated (Results 1 - 2 of 2) sorted by null

  /frameworks/av/include/media/stagefright/
ACodec.h 58 void initiateShutdown(bool keepComponentAllocated = false);
  /frameworks/av/media/libstagefright/
ACodec.cpp 218 void onShutdown(bool keepComponentAllocated);
447 void ACodec::initiateShutdown(bool keepComponentAllocated) {
449 msg->setInt32("keepComponentAllocated", keepComponentAllocated);
    [all...]

Completed in 25 milliseconds