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

  /external/webrtc/talk/media/devices/
yuvframescapturer.cc 80 // Check if Run() is finished.
81 bool Finished() const {
157 return frames_generator_thread && !frames_generator_thread->Finished();
filevideocapturer.cc 144 // Check if Run() is finished.
145 bool Finished() const {
258 return file_read_thread_ && !file_read_thread_->Finished();
  /frameworks/base/libs/hwui/
Animator.h 81 bool isFinished() { return mPlayState == PlayState::Finished; }
94 // NotStarted -> Running/Reversing -> Finished
98 // Note: For mStagingState, the Finished state (optional) is only set when the animation is
102 // NotStart -> Running/Reversing-> Finished
114 Finished,
  /frameworks/native/include/input/
InputTransport.h 116 struct Finished {
121 return sizeof(Finished);
123 } finished; member in union:android::InputMessage::Body
158 * Try again after the consumer has sent a finished signal indicating that it has
251 /* Receives the finished signal from the consumer in reply to the original dispatch signal.
308 /* Sends a finished signal to the publisher to inform it that the message
309 * with the specified sequence number has finished being process and whether
418 // batch with the previous one. When the finished signal is sent, we traverse the
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 506 bool Finished = false;
507 while (DE.isValidOffset(Offset) && !Finished) {
    [all...]
  /libcore/ojluni/src/main/java/sun/security/ssl/
HandshakeMessage.java 114 * Also used by CertificateVerify and Finished during the handshake.
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 223 /// top-level declaration is finished.
685 assert(isActive && "Parsing action was finished!");
692 assert(isActive && "Parsing action was finished!");
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 1701 milliseconds