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

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp1000 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); local
1001 timeoutMsg->setInt32("generation", mGeneration);
1002 timeoutMsg->post(kStopTimeoutUs);
H A DMediaCodec.cpp2288 sp<AMessage> timeoutMsg = local
2290 timeoutMsg->setInt32(
2292 timeoutMsg->post(timeoutUs);
2362 sp<AMessage> timeoutMsg = local
2364 timeoutMsg->setInt32(
2366 timeoutMsg->post(timeoutUs);

Completed in 117 milliseconds