Searched refs:framesLost (Results 1 – 5 of 5) sorted by relevance
173 virtual status_t getInputFramesLost(uint32_t *framesLost) = 0;
308 status_t StreamInHalLocal::getInputFramesLost(uint32_t *framesLost) { in getInputFramesLost() argument309 *framesLost = mStream->get_input_frames_lost(mStream); in getInputFramesLost()
185 virtual status_t getInputFramesLost(uint32_t *framesLost);
214 virtual status_t getInputFramesLost(uint32_t *framesLost);
782 status_t StreamInHalHidl::getInputFramesLost(uint32_t *framesLost) { in getInputFramesLost() argument784 return processReturn("getInputFramesLost", mStream->getInputFramesLost(), framesLost); in getInputFramesLost()