Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:msg2

961     sp<AMessage> msg2 = new AMessage(sendWhat, id());
962 msg2->setInt32("generation", msgGeneration);
963 msg2->post(delayUs < 0 ? 0 : delayUs);