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

  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
OMXNodeInstance.h 130 std::atomic_bool mDying;
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 353 mDying(false),
430 if (!mDying.compare_exchange_strong(expected, true)) {
    [all...]

Completed in 1328 milliseconds