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

  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.h 416 // the case of a timeout. If we're interrupted, kPostThreadInterrupted will be
423 // calls return kPostThreadInterrupted.
537 static constexpr int kPostThreadInterrupted = 1;
hardware_composer.cpp 668 return kPostThreadInterrupted;
890 ALOGE_IF(error < 0 && error != kPostThreadInterrupted,
893 // If the sleep was interrupted (error == kPostThreadInterrupted),
    [all...]

Completed in 173 milliseconds