/frameworks/av/media/libeffects/hapticgenerator/aidl/ |
D | EffectHapticGenerator.cpp | 73 ndk::ScopedAStatus HapticGeneratorImpl::commandImpl(CommandId command) { in commandImpl() 76 case CommandId::START: in commandImpl() 79 case CommandId::STOP: in commandImpl() 82 case CommandId::RESET: in commandImpl()
|
D | EffectHapticGenerator.h | 33 ndk::ScopedAStatus commandImpl(CommandId command) REQUIRES(mImplMutex) override;
|
/frameworks/av/media/libeffects/loudness/aidl/ |
D | EffectLoudnessEnhancer.cpp | 73 ndk::ScopedAStatus LoudnessEnhancerImpl::commandImpl(CommandId command) { in commandImpl() 76 case CommandId::START: in commandImpl() 79 case CommandId::STOP: in commandImpl() 82 case CommandId::RESET: in commandImpl()
|
D | EffectLoudnessEnhancer.h | 33 ndk::ScopedAStatus commandImpl(CommandId command) REQUIRES(mImplMutex) override;
|
/frameworks/av/media/libeffects/downmix/aidl/ |
D | EffectDownmix.cpp | 74 ndk::ScopedAStatus DownmixImpl::commandImpl(CommandId command) { in commandImpl() 77 case CommandId::START: in commandImpl() 80 case CommandId::STOP: in commandImpl() 83 case CommandId::RESET: in commandImpl()
|
D | EffectDownmix.h | 34 ndk::ScopedAStatus commandImpl(CommandId command) REQUIRES(mImplMutex) override;
|
/frameworks/av/media/libeffects/visualizer/aidl/ |
D | Visualizer.cpp | 88 ndk::ScopedAStatus VisualizerImpl::commandImpl(CommandId command) { in commandImpl() 91 case CommandId::START: in commandImpl() 94 case CommandId::STOP: in commandImpl() 97 case CommandId::RESET: in commandImpl()
|
D | Visualizer.h | 35 ndk::ScopedAStatus commandImpl(CommandId command) REQUIRES(mImplMutex) override;
|
/frameworks/av/media/libaudiohal/tests/ |
D | EffectProxy_test.cpp | 37 using ::aidl::android::hardware::audio::effect::CommandId; 211 EXPECT_TRUE(proxy->command(CommandId::START).isOk()); in TEST_F() 215 EXPECT_TRUE(proxy->command(CommandId::STOP).isOk()); in TEST_F() 271 EXPECT_TRUE(proxy->command(CommandId::START).isOk()); in TEST_F() 281 EXPECT_TRUE(proxy->command(CommandId::STOP).isOk()); in TEST_F()
|
D | EffectHalVersionCompatibility_test.cpp | 36 using aidl::android::hardware::audio::effect::CommandId; 155 MOCK_METHOD(ndk::ScopedAStatus, command, (CommandId id), (override));
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/ |
D | EffectReverb.cpp | 364 ndk::ScopedAStatus EffectReverb::commandImpl(CommandId command) { in commandImpl() 367 case CommandId::START: in commandImpl() 370 case CommandId::STOP: in commandImpl() 373 case CommandId::RESET: in commandImpl()
|
D | EffectReverb.h | 45 ndk::ScopedAStatus commandImpl(CommandId command) REQUIRES(mImplMutex) override;
|
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/effect-mock/ |
D | EffectMock.h | 30 ndk::ScopedAStatus command(CommandId) override { return ndk::ScopedAStatus::ok(); } in command() argument
|
/frameworks/av/media/libeffects/preprocessing/aidl/ |
D | EffectPreProcessing.cpp | 420 ndk::ScopedAStatus EffectPreProcessing::commandImpl(CommandId command) { in commandImpl() 423 case CommandId::START: in commandImpl() 426 case CommandId::STOP: in commandImpl() 429 case CommandId::RESET: in commandImpl()
|
D | EffectPreProcessing.h | 46 ndk::ScopedAStatus commandImpl(CommandId command) REQUIRES(mImplMutex) override;
|
/frameworks/av/media/libeffects/dynamicsproc/aidl/ |
D | DynamicsProcessing.h | 39 ndk::ScopedAStatus commandImpl(CommandId command) REQUIRES(mImplMutex) override;
|
D | DynamicsProcessing.cpp | 247 ndk::ScopedAStatus DynamicsProcessingImpl::commandImpl(CommandId command) { in commandImpl() 250 case CommandId::START: in commandImpl() 253 case CommandId::STOP: in commandImpl() 256 case CommandId::RESET: in commandImpl()
|
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/ |
D | EffectBundleAidl.cpp | 431 ndk::ScopedAStatus EffectBundleAidl::commandImpl(CommandId command) { in commandImpl() 434 case CommandId::START: in commandImpl() 437 case CommandId::STOP: in commandImpl() 440 case CommandId::RESET: in commandImpl()
|
D | EffectBundleAidl.h | 52 ndk::ScopedAStatus commandImpl(CommandId command) REQUIRES(mImplMutex) override;
|
/frameworks/av/media/libaudiohal/impl/ |
D | EffectProxy.cpp | 31 using ::aidl::android::hardware::audio::effect::CommandId; 158 command(CommandId::STOP); in close() 220 ndk::ScopedAStatus EffectProxy::command(CommandId id) { in command()
|
D | EffectConversionHelperAidl.cpp | 42 using ::aidl::android::hardware::audio::effect::CommandId; 262 return *(int *)pReplyData = statusTFromBinderStatus(mEffect->command(CommandId::RESET)); in handleReset() 274 return *(int *)pReplyData = statusTFromBinderStatus(mEffect->command(CommandId::START)); in handleEnable() 286 return *(int *)pReplyData = statusTFromBinderStatus(mEffect->command(CommandId::STOP)); in handleDisable()
|
D | EffectHalAidl.cpp | 58 using ::aidl::android::hardware::audio::effect::CommandId; 337 mEffect->command(CommandId::STOP); in close()
|
D | EffectProxy.h | 69 ndk::ScopedAStatus command(::aidl::android::hardware::audio::effect::CommandId id) override;
|