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

  /frameworks/av/media/libaah_rtp/
aah_rx_player_core.cpp 70 res = thread_wrapper_->run("TRX_Player", PRIORITY_AUDIO);
80 thread_wrapper_->requestExit(); // set the exit pending flag
84 res = thread_wrapper_->requestExitAndWait(); // block until thread exit.
231 while (!thread_wrapper_->exitPending()) {
272 if (thread_wrapper_->exitPending()) {
287 while (!thread_wrapper_->exitPending()) {
373 if (!thread_wrapper_->exitPending()) {
383 if (!thread_wrapper_->exitPending()) {
aah_rx_player.cpp 38 thread_wrapper_ = new ThreadWrapper(*this);
62 if (thread_wrapper_ == NULL) {
aah_rx_player.h 273 sp<ThreadWrapper> thread_wrapper_; member in class:android::AAH_RXPlayer

Completed in 1065 milliseconds