Searched refs:getRecommendedLatencyModes (Results 1 – 12 of 12) sorted by relevance
181 AudioLatencyMode[] getRecommendedLatencyModes(); in getRecommendedLatencyModes() method
46 android.media.audio.common.AudioLatencyMode[] getRecommendedLatencyModes(); in getRecommendedLatencyModes() method
29 * getRecommendedLatencyModes() API.54 getRecommendedLatencyModes() generates (Result retval, vec<LatencyMode> modes);
21 * Used by setLatencyMode() and getRecommendedLatencyModes() methods.
57 EXPECT_OK(stream->getRecommendedLatencyModes(returnIn(res, mSupportedLatencyModes))); in SetUp()
158 Return<void> getRecommendedLatencyModes(getRecommendedLatencyModes_cb _hidl_cb) override;
775 Return<void> StreamOut::getRecommendedLatencyModes(getRecommendedLatencyModes_cb _hidl_cb) { in getRecommendedLatencyModes() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
528 ndk::ScopedAStatus getRecommendedLatencyModes(
990 ndk::ScopedAStatus StreamOut::getRecommendedLatencyModes( in getRecommendedLatencyModes() function in aidl::android::hardware::audio::core::StreamOut
3732 ndk::ScopedAStatus status = stream.getStream()->getRecommendedLatencyModes(&supportedModes); in TEST_P()