Searched defs:timeoutMsg (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libstagefright/
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);
H A DMediaCodecSource.cpp1000 sp<AMessage> timeoutMsg = new AMessage(kWhatStopStalled, mReflector); local
1001 timeoutMsg->setInt32("generation", mGeneration);
1002 timeoutMsg->post(kStopTimeoutUs);

Completed in 60 milliseconds