Home
last modified time | relevance | path

Searched refs:innerReply (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DStreamHalAidl.cpp439 StreamDescriptor::Reply* innerReply = reply ?: &localReply; in resume() local
441 sendCommand(makeHalCommand<HalCommand::Tag::burst>(0), innerReply)); in resume()
442 if (innerReply->state != StreamDescriptor::State::ACTIVE) { in resume()
444 __func__, toString(innerReply->state).c_str()); in resume()