Home
last modified time | relevance | path

Searched refs:tone (Results 1 – 25 of 32) sorted by relevance

12

/hardware/interfaces/tv/tuner/1.0/
DILnb.hal56 * Set the lnb's tone mode.
58 * @param tone the tone mode the Lnb to use.
61 * INVALID_ARGUMENT if the selected tone mode isn't allowed,
64 setTone(LnbTone tone) generates (Result result);
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DLnbTests.cpp81 AssertionResult LnbTests::setTone(LnbTone tone) { in setTone() argument
86 Result status = mLnb->setTone(tone); in setTone()
DLnbTests.h70 AssertionResult setTone(LnbTone tone);
DVtsHalTvTunerV1_0TargetTest.cpp125 ASSERT_TRUE(mLnbTests.setTone(lnbConf.tone)); in broadcastSingleFilterTestWithLnb()
254 ASSERT_TRUE(mLnbTests.setTone(lnbConf.tone)); in recordSingleFilterTestWithLnb()
449 ASSERT_TRUE(mLnbTests.setTone(lnbMap[lnbLive.lnbId].tone)); in TEST_P()
/hardware/interfaces/tv/tuner/aidl/vts/functional/
DLnbTests.cpp76 AssertionResult LnbTests::setTone(LnbTone tone) { in setTone() argument
81 ndk::ScopedAStatus status = mLnb->setTone(tone); in setTone()
DLnbTests.h59 AssertionResult setTone(LnbTone tone);
DVtsHalTvTunerTargetTest.cpp177 ASSERT_TRUE(mLnbTests.setTone(lnbConf.tone)); in broadcastSingleFilterTestWithLnb()
286 ASSERT_TRUE(mLnbTests.setTone(lnbConf.tone)); in recordSingleFilterTestWithLnb()
636 ASSERT_TRUE(mLnbTests.setTone(lnbConfig.tone)); in scrambledBroadcastTestWithLnb()
673 ASSERT_TRUE(mLnbTests.setTone(lnbMap[lnbLive.lnbId].tone)); in TEST_P()
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DILnb.aidl40 void setTone(in android.hardware.tv.tuner.LnbTone tone); in setTone() argument
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DILnb.aidl40 void setTone(in android.hardware.tv.tuner.LnbTone tone); in setTone() argument
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DILnb.aidl40 void setTone(in android.hardware.tv.tuner.LnbTone tone); in setTone() argument
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DILnb.aidl57 void setTone(in LnbTone tone); in setTone() argument
/hardware/interfaces/tv/tuner/1.1/default/
DLnb.h41 virtual Return<Result> setTone(LnbTone tone) override;
/hardware/interfaces/tv/tuner/1.0/default/
DLnb.h47 virtual Return<Result> setTone(LnbTone tone) override;
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal273 * dynamic range of the colors are communicated separately. After tone
281 * dynamic range of the colors are communicated separately. After tone
284 * The tone mapping step and the enhancing step must match
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyInterface.h242 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream) = 0;
/hardware/libhardware/include/hardware/
Daudio_policy.h358 audio_policy_tone_t tone,
/hardware/libhardware/include_all/hardware/
Daudio_policy.h358 audio_policy_tone_t tone,
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal297 * play out-band tone.
300 * @param start true = start play ringback tone, false = stop playing ringback tone
DIRadio.hal315 * Send a DTMF tone
317 * If the implementation is currently playing a tone requested via
318 * startDtmf(), that tone must be cancelled and the new tone
647 * Start playing a DTMF tone. Continue playing DTMF tone until
649 * If a startDtmf() is received while a tone is currently playing,
650 * it must cancel the previous tone and play the new one.
660 * Stop playing a currently playing DTMF tone.
/hardware/broadcom/libbt/include/
Duipc_msg.h721 uint16_t tone[2]; /* left/right 12 bit frequency 0 - 4096Hz */ member
/hardware/nxp/uwb/halimpl/config/
DREADME.md153 Per-country, Enable DDFS tone generation. Default is 0.
/hardware/interfaces/tv/tuner/config/
DTunerTestingConfigReaderV1_0.h113 LnbTone tone; member
357 lnbMap[id].tone = static_cast<LnbTone>(lnbConfig.getTone()); in readLnbConfig1_0()
DTunerTestingConfigAidlReaderV1_0.h144 LnbTone tone; member
468 lnbMap[id].tone = static_cast<LnbTone>(lnbConfig.getTone()); in readLnbConfig1_0()
/hardware/interfaces/audio/5.0/
Dtypes.hal202 /** Level in dBFS produced by a 1000 Hz tone at 94 dB SPL */
/hardware/interfaces/audio/4.0/
Dtypes.hal258 /** Level in dBFS produced by a 1000 Hz tone at 94 dB SPL */

12