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

  /frameworks/native/libs/gui/
StreamSplitter.cpp 58 : mIsAbandoned(false), mMutex(), mReleaseCondition(),
120 if (mIsAbandoned) {
225 if (mIsAbandoned) {
254 if (!mIsAbandoned) {
257 mIsAbandoned = true;
BufferQueueProducer.cpp 55 if (mCore->mIsAbandoned) {
84 if (mCore->mIsAbandoned) {
138 if (mCore->mIsAbandoned) {
381 if (mCore->mIsAbandoned) {
424 if (mCore->mIsAbandoned) {
465 if (mCore->mIsAbandoned) {
583 if (mCore->mIsAbandoned) {
739 if (mCore->mIsAbandoned) {
773 if (mCore->mIsAbandoned) {
828 if (mCore->mIsAbandoned) {
    [all...]
BufferQueueConsumer.cpp 213 if (mCore->mIsAbandoned) {
398 if (mCore->mIsAbandoned) {
421 mCore->mIsAbandoned = true;
439 if (mCore->mIsAbandoned) {
BufferQueueCore.cpp 47 mIsAbandoned(false),
  /frameworks/native/include/gui/
StreamSplitter.h 164 // mIsAbandoned is set to true when an output dies. Once the StreamSplitter
168 bool mIsAbandoned;
BufferQueueCore.h 142 // mIsAbandoned indicates that the BufferQueue will no longer be used to
148 bool mIsAbandoned;
  /frameworks/av/media/libstagefright/
MediaSync.cpp 49 : mIsAbandoned(false),
613 && !mIsAbandoned && !mReturnPendingInputFrame) {
622 if (mIsAbandoned) {
737 if (mIsAbandoned) {
785 if (!mIsAbandoned) {
791 mIsAbandoned = true;
  /frameworks/av/include/media/stagefright/
MediaSync.h 188 // mIsAbandoned is set to true when the input or output dies.
191 bool mIsAbandoned;

Completed in 241 milliseconds