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

  /frameworks/av/media/libaah_rtp/
aah_decoder_pump.cpp 45 , thread_status_(OK)
72 if (OK != thread_status_) {
73 return thread_status_;
290 // thread_status_.
291 thread_status_ = decoder_->start(format_.get());
292 if (OK != thread_status_) {
294 " (res = %d)", thread_status_);
369 thread_status_ = res;
417 CHECK(OK == thread_status_);
473 thread_status_ = OK
    [all...]
aah_decoder_pump.h 47 bool getStatus() const { return thread_status_; }
88 status_t thread_status_; member in class:android::AAH_DecoderPump

Completed in 28 milliseconds