Searched defs:timeoutMsg (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp981 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); local
982 timeoutMsg->setInt32("generation", mGeneration);
983 timeoutMsg->post(kStopTimeoutUs);
H A DMediaCodec.cpp2000 sp<AMessage> timeoutMsg = local
2002 timeoutMsg->setInt32(
2004 timeoutMsg->post(timeoutUs);
2074 sp<AMessage> timeoutMsg = local
2076 timeoutMsg->setInt32(
2078 timeoutMsg->post(timeoutUs);

Completed in 57 milliseconds