Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioHardwareStub.h60 virtual unsigned int getInputFramesLost() const { return 0; } in getInputFramesLost() function
DAudioHardwareGeneric.h94 virtual unsigned int getInputFramesLost() const { return 0; } in getInputFramesLost() function
DAudioDumpInterface.h97 virtual unsigned int getInputFramesLost() const;
DAudioDumpInterface.cpp554 unsigned int AudioStreamInDump::getInputFramesLost() const in getInputFramesLost() function in android::AudioStreamInDump
556 if (mFinalStream != 0 ) return mFinalStream->getInputFramesLost(); in getInputFramesLost()
Daudio_hw_hal.cpp392 return in->legacy_in->getInputFramesLost(); in in_get_input_frames_lost()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h186 virtual unsigned int getInputFramesLost() const = 0;
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h110 Return<uint32_t> getInputFramesLost() override;
/hardware/interfaces/audio/2.0/
DIStreamIn.hal133 getInputFramesLost() generates (uint32_t framesLost);
/hardware/qcom/audio/legacy/alsa_sound/
DAudioHardwareALSA.h395 virtual unsigned int getInputFramesLost() const;
DAudioStreamInALSA.cpp614 unsigned int AudioStreamInALSA::getInputFramesLost() const in getInputFramesLost() function in android_audio_legacy::AudioStreamInALSA
Daudio_hw_hal.cpp411 return in->qcom_in->getInputFramesLost(); in in_get_input_frames_lost()
/hardware/interfaces/audio/4.0/
DIStreamIn.hal139 getInputFramesLost() generates (uint32_t framesLost);
/hardware/interfaces/audio/6.0/
DIStreamIn.hal139 getInputFramesLost() generates (uint32_t framesLost);
/hardware/interfaces/audio/5.0/
DIStreamIn.hal139 getInputFramesLost() generates (uint32_t framesLost);
/hardware/interfaces/audio/7.0/
DIStreamIn.hal150 getInputFramesLost() generates (uint32_t framesLost);
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp446 Return<uint32_t> StreamIn::getInputFramesLost() { in getInputFramesLost() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1615 auto ret = stream->getInputFramesLost(); in TEST_P()