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

  /frameworks/av/media/libaah_rtp/
pipe_event.h 24 class PipeEvent {
26 PipeEvent();
27 ~PipeEvent();
46 DISALLOW_EVIL_CONSTRUCTORS(PipeEvent);
pipe_event.cpp 29 PipeEvent::PipeEvent() {
46 PipeEvent::~PipeEvent() {
56 void PipeEvent::clearPendingEvents() {
63 bool PipeEvent::wait(int timeout) {
73 ALOGE("Wait error in PipeEvent; sleeping to prevent overload!");
80 void PipeEvent::setEvent() {

Completed in 23 milliseconds