Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h77 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
DStreamOut.h76 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
DStream.h84 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp236 Return<void> StreamIn::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
237 return mStreamCommon->getSupportedProfiles(_hidl_cb); in getSupportedProfiles()
DStreamOut.cpp243 Return<void> StreamOut::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
244 return mStreamCommon->getSupportedProfiles(_hidl_cb); in getSupportedProfiles()
DStream.cpp218 Return<void> Stream::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::Stream
/hardware/interfaces/audio/7.0/
DIStream.hal62 getSupportedProfiles()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1442 auto ret = stream->getSupportedProfiles(returnIn(res, profiles));
1457 auto ret = stream->getSupportedProfiles(returnIn(res, profiles));