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 53 void initiateShutdown(bool keepComponentAllocated = false);
  /frameworks/av/media/libstagefright/
ACodec.cpp 192 void onShutdown(bool keepComponentAllocated);
398 void ACodec::initiateShutdown(bool keepComponentAllocated) {
400 msg->setInt32("keepComponentAllocated", keepComponentAllocated);
    [all...]

Completed in 55 milliseconds